[MCOL-3555] addmodule - incorrectly used 'unassigned' for hosthame/ip-address when ip-address was used Created: 2019-10-11 Updated: 2023-10-26 Resolved: 2020-04-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
1um 1pm system |
||
| Description |
|
Run into this problem with a customer during a POC setup. I duplicated problem on my system starting with 1um 1pm. Then did an addModule UM2 and it configured UM2 with unassigned as the host-name and ip-address when I enter 'y' in the third argument, which is new for 1.2.5. Entering the Ip address as the hostname is valid. The new code assumed a host-name would be entered, I assume. mcsadmin> getsystemn System Network Configuration Module Name Module Description NIC ID Host Name IP Address mcsadmin> addmodule um2 y 172.31.43.54 ssh Adding Modules um2, please wait... mcsadmin> getsystemn System Network Configuration Module Name Module Description NIC ID Host Name IP Address removed module and reran with the argument as n mcsadmin> addmodule um2 n 172.31.43.54 ssh Adding Modules um2, please wait... mcsadmin> getsystemn System Network Configuration Module Name Module Description NIC ID Host Name IP Address So it looks like extra code is needed. If user enters 'y' and ip-address for host-name. then just use the ip-address as the host name instead of unassigned for both. Not sure why that was happening |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2020-04-15 ] |
|
OAM is being deprecated and replaced by an enhanced API and the MaxScale orchestration project. |