[MCOL-373] 1.0.4-1 AMI postConfigure failed to install for multi-server configuration Created: 2016-10-24 Updated: 2016-10-27 Resolved: 2016-10-27 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | 1.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Amazon AWS |
||
| Sprint: | 2016-21 |
| Description |
|
Build tested: 1.0.4-1 AMI I created an instance using the AMI and ran postConfigure attempting to setup a 1UM2PM stack. The option that I choose was to let postConfigure to create the needed instances and external storage EBSs. At the point of creating the EBS for PM1, I encountered an error:
Create a new EBS volume for DBRoot #1 ? [y,n]
postConfigure aborted. I repeated the postConfigure. This time, dbroot already has a default volume ID and did not need to create one. postConfigure continue onto PM2 installation and hit the same error. Repeating postConfigure led to the completion of installation on all servers. When attempting to startup the stack, the process got stuck and the stack did not come up. I noticed procmon on PM2 did not start. I shut down the system and attempted to start it again and that did not help. I noticed that PM1's /etc/fstab file has mount commands for both dbroots and PM2/s /etc/fstab did not have any. /dev/xvdg /usr/local/mariadb/columnstore/data1 ext2 noatime,nodiratime,noauto 0 0 I moved the mount commands for dbroot2 from PM1 to PM2 and was able to start the system up. After the system started up, there was not system catalog. I had to run the "rebuilder 7" command manually to have system catalog created and the stack was operational since. |
| Comments |
| Comment by David Hill (Inactive) [ 2016-10-24 ] |
|
I ran into the same issue in my testing... Create a new EBS volume for DBRoot #1 ? [y,n]
|
| Comment by David Hill (Inactive) [ 2016-10-25 ] |
|
Fixed in 1.0.4 Oam api change in add dntoor api. Return success when system is down |
| Comment by David Hill (Inactive) [ 2016-10-25 ] |
|
Please review |
| Comment by Daniel Lee (Inactive) [ 2016-10-27 ] |
|
Build tested: 1.0.4-1 alpha Verified with the latest AMI. |