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
|
# Check symmetry
|
||||||
lprint "Checking symmetry of resource memberships...\n";
|
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:;
|
my $standard = qx:$data_cmd:;
|
||||||
ldie "Cannot get local resource participants.\n" unless $standard;
|
ldie "Cannot get local resource participants.\n" unless $standard;
|
||||||
foreach my $peer (@peers) {
|
foreach my $peer (@peers) {
|
||||||
|
|
Loading…
Reference in New Issue