summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/imagebackend.py
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Fix/implement revert-resize for RBD-backed imagesNicolas Simonds2016-02-181-0/+34
* Fix format conversion in libvirt snapshotMatthew Booth2016-01-121-5/+14
* Revert "[libvirt] Move cleanup of imported files to imagebackend"Matt Riedemann2015-10-081-14/+0
* [libvirt] Move cleanup of imported files to imagebackendMichael Still2015-09-031-0/+14
* compute: improve exceptions related to disk size checksMatthew Booth2015-08-191-1/+2
* Merge "libvirt: fix disk I/O QOS support with RBD"Jenkins2015-08-111-1/+8
|\
| * libvirt: fix disk I/O QOS support with RBDStephenSun2015-07-231-1/+8
* | Merge "Handle config drives being stored on rbd"Jenkins2015-08-101-0/+23
|\ \
| * | Handle config drives being stored on rbdMichael Still2015-08-011-0/+23
* | | Merge "RBD: Reading rbd_default_features from ceph.conf"Jenkins2015-08-071-5/+0
|\ \ \
| * | | RBD: Reading rbd_default_features from ceph.confVikhyat Umrao2015-08-061-5/+0
| |/ /
* | | libvirt: move LibvirtNETVolumeDriver into it's own moduleMatt Riedemann2015-08-051-2/+2
|/ /
* | libvirt: move volume/remotefs/quobyte modules under volume subdirMatt Riedemann2015-07-281-2/+3
* | libvirt: move lvm/dmcrypt/rbd_utils modules under storage subdirMatt Riedemann2015-07-271-3/+3
* | Switch to the oslo_utils.fileutilsSergey Vilgelm2015-07-241-1/+1
|/
* libvirt: add in missing doc string for hypervisor_versionGary Kotton2015-06-291-1/+2
* libvirt: convert imagebackend to support nova.virt.image.model classesDaniel P. Berrange2015-06-121-0/+35
* virt: convert disk API over to use nova.virt.image.modelDaniel P. Berrange2015-06-121-4/+9
* Use oslo_config choices supportEric Brown2015-06-011-17/+9
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-2/+2
* Merge "Libvirt: Fix error message when unable to preallocate image"Jenkins2015-04-231-3/+2
|\
| * Libvirt: Fix error message when unable to preallocate imageEli Qiao2015-03-041-3/+2
* | Merge "Forbid booting of QCOW2 images with virtual_size > root_gb"Jenkins2015-04-151-5/+3
|\ \
| * | Forbid booting of QCOW2 images with virtual_size > root_gbRoman Podoliaka2015-03-191-5/+3
* | | Merge "Libvirt: preallocate_images CONFIG can be arbitrary characters"Jenkins2015-03-311-2/+5
|\ \ \ | |/ / |/| |
| * | Libvirt: preallocate_images CONFIG can be arbitrary charactersEli Qiao2015-03-311-2/+5
| |/
* | Switch nova.virt.libvirt.* to instance dot notationDavanum Srinivas2015-03-031-2/+2
|/
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-4/+4
* libvirt: add ability to add file and block based filesystemDmitry Guryanov2015-02-051-0/+27
* libvirt: add ploop disks format supportDmitry Guryanov2015-02-051-0/+61
* Make lock file use same functionjichenjc2014-12-181-3/+7
* Update LVM lockfile name identical to RAW and Qcowjichenjc2014-12-081-1/+3
* Remove use of unicode on exceptionsJames Carey2014-10-221-2/+2
* Switch to nova's jsonutils in oslo.serializationDavanum Srinivas2014-10-141-1/+1
* Merge "Move volume_clear option to where it's used"Jenkins2014-10-081-7/+0
|\
| * Move volume_clear option to where it's usedRick Harris2014-07-161-7/+0
* | Use oslo.utilsDavanum Srinivas2014-10-061-2/+2
* | libvirt: support live migration with shared instances dirDmitry Borodaenko2014-09-251-0/+13
* | Merge "FIX: Fail to remove the logical volume"Jenkins2014-09-221-2/+2
|\ \
| * | FIX: Fail to remove the logical volumewarewang2014-09-181-2/+2
* | | Merge "Address nits in I6b4123590"Jenkins2014-09-221-2/+2
|\ \ \
| * | | Address nits in I6b4123590Matt Riedemann2014-09-191-2/+2
* | | | Merge "Raise an exception if qemu-img fails"Jenkins2014-09-211-3/+10
|\ \ \ \ | |/ / /
| * | | Raise an exception if qemu-img failsDavanum Srinivas2014-09-171-3/+10
* | | | Add exists check to fetch_func_sync in libvirt imagebackendJohn Warren2014-09-191-1/+4
|/ / /
* | | default=None is unneeded in config definitionsSean Dague2014-09-151-1/+0
* | | Libvirt-Enable support for discard option for disk deviceboh.ricky2014-09-101-0/+18
|/ /
* | Merge "Adds ephemeral storage encryption for LVM back-end images"Jenkins2014-09-091-12/+88
|\ \
| * | Adds ephemeral storage encryption for LVM back-end imagesDaniel Genin2014-09-061-12/+88