[MCOL-626] addModule should not be alowed on single-server installs Created: 2017-03-17 Updated: 2023-10-26 Resolved: 2017-07-14 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.8 |
| Fix Version/s: | 1.0.10, 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-14 |
| Description |
|
mcsadmin addModule command should error out with msg that its not allowed due to being a single-server install mcsadmin> starts System being started, please wait................. mcsadmin> getsystemn System Network Configuration Module Name Module Description NIC ID Host Name IP Address mcsadmin> addmodule pm2 pm2 Calpont1 |
| Comments |
| Comment by David Hill (Inactive) [ 2017-07-07 ] |
|
Added to check to 4 commands mcsadmin> addmodule
|
| Comment by David Hill (Inactive) [ 2017-07-07 ] |
|
fixed in 1.0.10 and 1.1.0 develop-1.0 commit e3ba11cdbff184d4181df592efff5c7e05d99cb2 oamapps/mcsadmin/mcsadmin.cpp | 30 +++++++++++++++++++++++++++++- develop commit 47fb014be3ec0bbe992b67ba9741fe895001548c oamapps/mcsadmin/mcsadmin.cpp | 34 ++++++++++++++++++++++++++++++++-- |
| Comment by Daniel Lee (Inactive) [ 2017-07-14 ] |
|
Builds tested: Github source for 1.0.10 and 1.1.0 1.0.10-1 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show 1.1.0-1 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show Verified all 4 affected commands |