[MCOL-527] amazon ami UM EBS disk failed to mount Created: 2017-01-20 Updated: 2023-10-26 Resolved: 2017-01-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | 1.0.7 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-2 |
| Description |
|
amazon ami UM EBS disk failed to mount Trying to mount with incorrect name. should be /dev/xvdf here is the command and the error: debug.log:Jan 20 21:37:42 ip-172-30-0-194 ProcessMonitor[3568]: 42.463157 |0|0|0| D 18 CAL0000: mount cmd: mount /dev/sdf /home/mariadb-user/mariadb/columnstore/mysql/db -t ext2 -o defaults > /dev/null mount /dev/sdf /home/mariadb-user/mariadb/columnstore/mysql/db -t ext2 -o defaults Disk /dev/xvdf: 1073 MB, 1073741824 bytes, 2097152 sectors |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2017-01-21 ] |
|
Reviewed and merged. |
| Comment by David Hill (Inactive) [ 2017-01-21 ] |
|
um mount failed as non-root user |
| Comment by David Hill (Inactive) [ 2017-01-21 ] |
|
commit a6193ec7cde6c26900eed23d0358cdab3857f4a8 procmon/processmonitor.cpp | 7 ++++++- |
| Comment by David Hill (Inactive) [ 2017-01-21 ] |
|
still an issue.. will pick up tomorrow |
| Comment by David Hill (Inactive) [ 2017-01-21 ] |
|
now showing up as a mounted disk after install /dev/xvdf on /home/mariadb-user/mariadb/columnstore/mysql/db type ext2 (rw,nosuid,nodev,noexec,noatime,nodiratime,user) commit df084281b89910fda4fd675bf5b7ee7ecb8ee947 procmon/processmonitor.cpp | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- |
| Comment by David Hill (Inactive) [ 2017-01-23 ] |
|
passed with new 1.0.7 AMI /dev/xvdf on /home/mariadb-user/mariadb/columnstore/mysql/db type ext2 (rw,nosuid,nodev,noexec,noatime,nodiratime,user) |