[MCOL-989] The addmodule command reported an invalid password error if cluster on the new module is not running Created: 2017-10-27 Updated: 2023-10-26 Resolved: 2017-11-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.1.1 |
| Fix Version/s: | 1.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-22 |
| Description |
|
Build tested: Github source for 1.1.1 /root/columnstore/mariadb-columnstore-server Merge pull request #72 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine mcol-938 - fixed pm server ids I have gluster installed on the new node but did not start it. Addmodule would report an invalid password error. mcsadmin> addmodule pm 3 b1pm1,b1pm2,b1pm3 vagrant Also, the error messages should not say "run postConfigure again" |
| Comments |
| Comment by Ben Thompson (Inactive) [ 2017-11-08 ] |
|
To trigger this message attempt mcsadmin addmodule command with a password provided (non-ssh) and have the new module NOT running the glusterd service. |
| Comment by Ben Thompson (Inactive) [ 2017-11-08 ] |
|
Fix command string missing space and error messages to not reference postConfigure since this can happen under addmodule mcsadmin command. |
| Comment by Daniel Lee (Inactive) [ 2017-11-09 ] |
|
Build verified: 1.1.2 Github source /root/columnstore/mariadb-columnstore-server Update README.md updated version /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #313 from mariadb-corporation/ mcsadmin> addmodule pm 2 s3pm1,s3pm2 vagrant Data Redundancy storage will be expanded when module(s) are added. Number of DBRoots Per Performance Module you want to add Adding Modules pm3, pm4, please wait... Enabling Modules Adding DBRoots Assigning DBRoots DBRoot IDs assigned to 'pm3' = Changes being applied DBRoot IDs assigned to 'pm3' = 3, 4 Successfully Assigned DBRoots Changes being applied DBRoot IDs assigned to 'pm4' = 5, 6 Successfully Assigned DBRoots Run Data Redundancy Setup for DBRoots Successfully Completed Data Redundancy Add DBRoots addModule Command Successfully completed: Run startSystem command to Activate newly added Performance Modules |