Repository: cloudstack Updated Branches: refs/heads/master 40f4b371b -> 3d497f620
debian: Do not restart libvirt after agent upgrade. This causes NFS storage pools to be lost and that can cause problems in certain situations. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3d497f62 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3d497f62 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3d497f62 Branch: refs/heads/master Commit: 3d497f620b14051d62611644ce87f64ac77e5bf8 Parents: 40f4b37 Author: Wido den Hollander <[email protected]> Authored: Wed Mar 26 16:50:54 2014 +0100 Committer: Wido den Hollander <[email protected]> Committed: Wed Mar 26 16:50:54 2014 +0100 ---------------------------------------------------------------------- debian/cloudstack-agent.postinst | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3d497f62/debian/cloudstack-agent.postinst ---------------------------------------------------------------------- diff --git a/debian/cloudstack-agent.postinst b/debian/cloudstack-agent.postinst index 9bad138..01aaef6 100644 --- a/debian/cloudstack-agent.postinst +++ b/debian/cloudstack-agent.postinst @@ -41,7 +41,6 @@ case "$1" in mkdir /etc/libvirt/hooks fi cp -a /usr/share/cloudstack-agent/lib/libvirtqemuhook /etc/libvirt/hooks/qemu - /etc/init.d/libvirt-bin restart ;; esac
