mirror of https://github.com/schoebel/mars
marsadm: make 'wait-connect' an alias to 'wait-resource'
This commit is contained in:
parent
228a464c8a
commit
269c53d565
|
@ -1668,7 +1668,7 @@ my %cmd_table =
|
|||
"dump-md" => \&senseless_cmd,
|
||||
"outdate" => \&ignore_cmd,
|
||||
"adjust" => \&ignore_cmd,
|
||||
"wait-connect" => \&nyi_cmd,
|
||||
"wait-connect" => \&wait_cluster,
|
||||
"role" => \&role_cmd,
|
||||
"state" => \&role_cmd,
|
||||
"cstate" => \&nyi_cmd,
|
||||
|
|
Loading…
Reference in New Issue