standby switchover: accept -S/--superuser option

This commit is contained in:
Ian Barwick
2020-03-25 13:59:48 +09:00
parent 2e9bc31c8c
commit e64349e4da
3 changed files with 96 additions and 7 deletions

View File

@@ -1691,6 +1691,7 @@ check_cli_parameters(const int action)
switch (action)
{
case STANDBY_CLONE:
case STANDBY_SWITCHOVER:
case NODE_CHECK:
case NODE_SERVICE:
break;