"standby register": add --dry-run and check node is attached to upstream

This commit is contained in:
Ian Barwick
2017-09-06 15:48:23 +09:00
parent 66219c3097
commit 03f400617c
3 changed files with 87 additions and 13 deletions

View File

@@ -1514,6 +1514,7 @@ check_cli_parameters(const int action)
case PRIMARY_REGISTER:
case PRIMARY_UNREGISTER:
case STANDBY_CLONE:
case STANDBY_REGISTER:
case STANDBY_SWITCHOVER:
case NODE_SERVICE:
break;