mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
debian: Do not restart libvirt after agent upgrade.
This causes NFS storage pools to be lost and that can cause problems in certain situations.
This commit is contained in:
parent
40f4b371b7
commit
3d497f620b
1
debian/cloudstack-agent.postinst
vendored
1
debian/cloudstack-agent.postinst
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user