witness (un)register: add --dry-run mode

This commit is contained in:
Ian Barwick
2017-11-13 22:00:14 +09:00
parent 6131c1d8ce
commit efe28cbbeb
2 changed files with 33 additions and 5 deletions

View File

@@ -1645,6 +1645,8 @@ check_cli_parameters(const int action)
case STANDBY_CLONE:
case STANDBY_REGISTER:
case STANDBY_SWITCHOVER:
case WITNESS_REGISTER:
case WITNESS_UNREGISTER:
case NODE_REJOIN:
case NODE_SERVICE:
break;