summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/test_imagebackend.py
Commit message (Expand)AuthorAgeFilesLines
* libvirt: Consolidate create_cow_image and create_imageLee Yarwood2022-08-161-5/+5
* imagebackend: Add disk_info_mapping as an optional attribute of ImageLee Yarwood2022-08-161-12/+14
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* libvirt: Create qcow2 disks with the correct size without extendingLee Yarwood2021-12-031-25/+5
* Replace getargspec with getfullargspeclikui2021-05-121-3/+5
* libvirt: Remove 'hypervisor_version' from 'libvirt_info'Stephen Finucane2021-01-221-8/+5
* rbd: Move rbd_utils out of libvirt driver under nova.storageLee Yarwood2020-08-261-5/+5
* Make libvirt able to trigger a backend image copy when neededDan Smith2020-06-241-0/+225
* Make RBD imagebackend flatten method idempotentVladyslav Drok2020-01-281-1/+18
* Consolidate [image_cache] conf optionsEric Fried2019-11-131-1/+1
* Merge "Leave brackets on Ceph IP addresses for libguestfs"Zuul2019-10-141-4/+9
|\
| * Leave brackets on Ceph IP addresses for libguestfsJared Winborne2019-04-031-4/+9
* | We no longer need rootwrap.Michael Still2019-02-271-4/+8
* | Get rid of args to RBDDriver.__init__()Eric Fried2019-07-291-6/+6
* | libvirt: flatten rbd images when unshelving an instancersritesh2019-06-271-0/+6
* | Merge "Remove fake_libvirt_utils from libvirt imagebackend tests."Zuul2019-06-011-46/+14
|\ \
| * | Remove fake_libvirt_utils from libvirt imagebackend tests.Michael Still2019-05-311-46/+14
* | | Fix failure to boot instances with qcow2 format imageszhu.boxiang2019-05-201-3/+43
|/ /
* | libvirt: set device address tag only if setting disk unitmelanie witt2019-04-171-0/+36
|/
* Merge "Allow utime call to fail on qcow2 image base file"Zuul2019-03-131-0/+42
|\
| * Allow utime call to fail on qcow2 image base fileNeil Jerram2019-03-121-0/+42
* | Improve libvirt image and snapshot handlingJack Ding2019-03-051-4/+4
|/
* Add I/O Semaphore to limit concurrent disk opsJack Ding2018-11-211-6/+14
* Pass disk_info dict to libvirt_infoMatthew Booth2018-11-021-3/+6
* Move image conversion to privsep.Michael Still2018-05-151-33/+25
* Handle deprecation of inspect.getargspecStephen Finucane2018-04-261-3/+3
* Fix unit test failures when direct IO not supportedMatthew Booth2017-12-171-2/+7
* Move ploop commands to privsep.Michael Still2017-09-281-5/+5
* Move the dac_admin privsep code to a new location.Michael Still2017-09-181-7/+7
* Move execs of touch to privsep.Michael Still2017-09-081-13/+27
* Ensure image conversion flushes output data to diskMatthew Booth2017-03-081-4/+6
* Remove mox from unit/virt/libvirt/test_imagebackend.py (end)Hieu LE2017-02-031-17/+27
* Merge "Remove mox from unit/virt/libvirt/test_imagebackend.py (5)"Jenkins2017-01-281-126/+115
|\
| * Remove mox from unit/virt/libvirt/test_imagebackend.py (5)Hieu LE2017-01-181-126/+115
* | Merge "Remove mox from unit/virt/libvirt/test_imagebackend.py (4)"Jenkins2017-01-281-88/+85
|\ \ | |/
| * Remove mox from unit/virt/libvirt/test_imagebackend.py (4)Hieu LE2017-01-051-88/+85
* | Merge "Remove mox from unit/virt/libvirt/test_imagebackend.py (3)"Jenkins2017-01-281-79/+63
|\ \ | |/
| * Remove mox from unit/virt/libvirt/test_imagebackend.py (3)Hieu LE2017-01-051-79/+63
* | Merge "Remove mox from unit/virt/libvirt/test_imagebackend.py (2)"Jenkins2017-01-281-132/+161
|\ \ | |/
| * Remove mox from unit/virt/libvirt/test_imagebackend.py (2)Hieu LE2017-01-051-132/+161
* | libvirt: ephemeral disk support for virtuozzo containersMikhail Feoktistov2017-01-261-0/+7
|/
* Port virt.libvirt.test_imagebackend to Python 3ChangBo Guo(gcb)2017-01-041-1/+2
* Failing test (mac osx) - test_cache_ephemeralDiana Clarke2016-12-161-1/+4
* libvirt: Fix initialising of LVM ephemeral disksMatthew Booth2016-12-081-0/+47
* Merge "libvirt: Rename Backend snapshot and image"Jenkins2016-12-021-3/+2
|\
| * libvirt: Rename Backend snapshot and imageMatthew Booth2016-12-011-3/+2
* | Remove mox from unit/virt/libvirt/test_imagebackend.py (1)Hieu LE2016-10-171-53/+51
|/
* Merge "Stop using mox in unit/fake_processutils.py"Jenkins2016-10-141-8/+8
|\
| * Stop using mox in unit/fake_processutils.pyDao Cong Tien2016-09-061-8/+8
* | stub out instances_path in unit testsSean Dague2016-09-191-0/+1