marsadm: fix stabilizing of resource in the cluster

This commit is contained in:
Thomas Schoebel-Theuer 2012-08-14 16:03:20 +02:00 committed by Thomas Schoebel-Theuer
parent dcf54eacf7
commit 118d6f8c84
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ sub check_splitbrain {
_primary_res($res, "(none)", $pri, $old) unless $old eq "(none)";
_trigger();
sleep(5);
while(!_check_all_mtimes("$mars/resource-$res/[lvr]*", 60)) {
while(!_check_all_mtimes("$mars/resource-$res/{log,version,replay}-*", 60)) {
print "resource directory $res not stable, waiting....\n";
sleep(5);
}