]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Move virStorageBackendDiskDeleteVol
authorJohn Ferlan <jferlan@redhat.com>
Wed, 21 Jan 2015 19:41:02 +0000 (14:41 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 28 Jan 2015 22:28:03 +0000 (17:28 -0500)
commit1e79ad6d355cf7d5af623e7ad6199b3945fdedeb
treefc3ea2ba5850386d79d3c0bbacef55cbc5280f8f
parent259dfe24a8eeef6ff0753137f35ae249e13b1b25
storage: Move virStorageBackendDiskDeleteVol

Move the API to before virStorageBackendDiskCreateVol in order to be
able to call the DeleteVol API when virStorageBackendDiskReadPartitions
fails so that we don't by chance leave a partition on the disk.
src/storage/storage_backend_disk.c