]> xenbits.xensource.com Git - libvirt.git/commit
Only let VM drivers block libvirtd timed shutdown
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 4 Dec 2012 12:12:51 +0000 (12:12 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 4 Dec 2012 12:12:51 +0000 (12:12 +0000)
commitae2163f852448fafce3bfcb2814e823d18e394ea
tree6cad16d0dbf8d16307c0b76c48e659e6ef3da269
parent8f9a69317daca80c64e7734c5d08186e8fb8cdee
Only let VM drivers block libvirtd timed shutdown

The only important state that should prevent libvirtd shutdown
is from running VMs. Networks, host devices, network filters
and storage pools are all long lived resources that have no
significant in-memory state. They should not block shutdown.
src/network/bridge_driver.c
src/node_device/node_device_hal.c
src/node_device/node_device_udev.c
src/nwfilter/nwfilter_driver.c
src/storage/storage_driver.c