libvirt/src/storage
John Ferlan fbfd6f2103 storage: Don't remove the pool for buildPool failure in storagePoolCreate
https://bugzilla.redhat.com/show_bug.cgi?id=1362349

When adding the ability to build the pool during the start pool processing
using the similar flags as buildPool processing would use, the code was
essentially cut-n-pasted from storagePoolCreateXML.  However, that included
a call to virStoragePoolObjRemove which shouldn't happen within the
storagePoolCreate path since that'll remove the pool from the list of
pools only to be rediscovered if libvirtd restarts.

So on failure, just fail and return as we should expect
2016-08-05 09:30:54 -04:00
..
parthelper.c storage: Fix virStorageBackendDiskDeleteVol for device mapper 2016-05-11 09:23:31 -04:00
storage_backend_disk.c storage: Fix virStorageBackendDiskDeleteVol for device mapper 2016-05-11 09:23:31 -04:00
storage_backend_disk.h
storage_backend_fs.c storage: remove "luks" storage volume type 2016-07-27 18:59:15 +01:00
storage_backend_fs.h
storage_backend_gluster.c storage: remove "luks" storage volume type 2016-07-27 18:59:15 +01:00
storage_backend_gluster.h
storage_backend_iscsi.c iscsi: Establish connection to target via static target login 2016-07-28 08:27:13 -04:00
storage_backend_iscsi.h
storage_backend_logical.c util: Add exitstatus parameter to virCommandRunRegex 2016-05-18 08:29:24 -04:00
storage_backend_logical.h
storage_backend_mpath.c storage: mpath: Don't error on target_type=NULL 2016-04-14 12:52:45 -04:00
storage_backend_mpath.h
storage_backend_rbd.c secret: Move virStorageSecretType and rename 2016-06-23 12:30:27 -04:00
storage_backend_rbd.h
storage_backend_scsi.c Replace some uses STREQLEN with STRPREFIX 2016-06-24 16:30:55 +02:00
storage_backend_scsi.h
storage_backend_sheepdog.c
storage_backend_sheepdog.h
storage_backend_zfs.c ZFS: Support sparse volumes 2016-04-17 07:32:27 +03:00
storage_backend_zfs.h
storage_backend.c storage: Fix a NULL ptr dereference in virStorageBackendCreateQemuImg 2016-08-05 09:07:00 +02:00
storage_backend.h storage: Add support to create a luks volume 2016-07-19 09:40:01 -04:00
storage_driver.c storage: Don't remove the pool for buildPool failure in storagePoolCreate 2016-08-05 09:30:54 -04:00
storage_driver.h storage: Introduce virStoragePoolObjBuildTempFilePath 2016-06-24 13:42:38 -04:00