Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The monitor uses sqnodestatus to get list of nodes but is using the variable MY_NODES (with has -w in it for pdsh/pdcp) the script does a sed on -w to get just the lists of nodes.
If the hostname has -w in it ... like AWS hostnames can have "-west" then this will be parsed out of the name.
Changing to NODE_LIST and removing the sed for -w will fix this issue.