Merge "Improving logging procedure"

This commit is contained in:
Jenkins 2016-08-19 13:24:45 +00:00 committed by Gerrit Code Review
commit 91983c4fe9
1 changed files with 1 additions and 1 deletions

View File

@ -463,9 +463,9 @@ EOF
sleep 20
done
ssh "${admin_net_ip}" "rm -f /notready; touch /tmp/migration-done"
# refresh log on destination node
rsync ${migrate_log} ${admin_net_ip}:${migrate_log}
ssh "${admin_net_ip}" "rm -f /notready; touch /tmp/migration-done"
while true ; do sleep 3600 ; done
else