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 heartbeat "kvmheartbeat.sh rebooted system because it
was unable to write the heartbeat to the storage."
- sync
+ sync &
--- End diff --
what if sync takes more than 5 seconds?
Why are we sync-ing at all if we don't want to block before rebooting?
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---