[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/152 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-09 Thread snuf
Github user snuf commented on the pull request: https://github.com/apache/cloudstack/pull/152#issuecomment-91203299 @bhaisaab some people are afraid that the local log will not be updated (see pull request https://github.com/apache/cloudstack/pull/140#issuecomment-89006232 and https

[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-09 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/152#discussion_r28051897 --- Diff: scripts/vm/hypervisor/kvm/kvmheartbeat.sh --- @@ -156,7 +156,8 @@ then elif [ "$cflag" == "1" ] then /usr/bin/logger -t heartbe

[GitHub] cloudstack pull request: KVM: make sure sync cannot block reboot

2015-04-09 Thread remibergsma
GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/152 KVM: make sure sync cannot block reboot The recent discussed improvement has the risk that if 'sync' hangs, the reboot may be delayed in the same way as the 'reboot' command would do. To wor