Step down nominate command does not work
Closed this issue · 2 comments
rhysmeister commented
./mm --step_down_nominate_host rhysmacbook.local --step_down_nominate_port 30001
Return code 1, no output or action
rhysmeister commented
Missing flag...
./mm --step_down_nominate_host rhysmacbook.local --step_down_nominate_port 30001 --step_down rs0
Perhaps add check for this?
rhysmeister commented
Added a simple check for this so --step_down must be specified whenever the nominate options are used.