mirror of https://github.com/schoebel/mars
marsadm: fix split-cluster unnecessary abort
This commit is contained in:
parent
c58a58c7a5
commit
d84142956a
|
@ -2182,7 +2182,7 @@ sub split_cluster {
|
|||
|
||||
# Check symmetry
|
||||
lprint "Checking symmetry of resource memberships...\n";
|
||||
my $data_cmd = "ls -l $mars/resource-*/data-*";
|
||||
my $data_cmd = "ls $mars/resource-*/data-*";
|
||||
my $standard = qx:$data_cmd:;
|
||||
ldie "Cannot get local resource participants.\n" unless $standard;
|
||||
foreach my $peer (@peers) {
|
||||
|
|
Loading…
Reference in New Issue