marsadm: start connected after join-resource etc

This commit is contained in:
Thomas Schoebel-Theuer 2012-08-03 14:57:20 +02:00 committed by Thomas Schoebel-Theuer
parent 6071c49db9
commit 02fab7692f

View File

@ -470,7 +470,7 @@ sub create_res {
my $todo = "$tmp/todo-$host";
mkdir($todo);
symlink("1", "$todo/attach");
symlink("0", "$todo/connect");
symlink("1", "$todo/connect");
symlink("1", "$todo/sync");
symlink("1", "$todo/allow-replay");
system("rm -f $tmp/syncstatus-$host");