summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/storage
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-012-2/+4
* rbd: Move rbd_utils out of libvirt driver under nova.storageLee Yarwood2020-08-261-660/+0
* libvirt: Mock LoopingCallBase._sleep in rbd testsLee Yarwood2020-08-171-2/+3
* rbd_utils: increase _destroy_volume timeoutSasha Andonov2020-05-201-2/+23
* Merge "Leave brackets on Ceph IP addresses for libguestfs"Zuul2019-10-141-0/+8
|\
| * Leave brackets on Ceph IP addresses for libguestfsJared Winborne2019-04-031-0/+8
* | Merge "rbd: use MAX_AVAIL stat for reporting bytes available"Zuul2019-08-291-0/+64
|\ \
| * | rbd: use MAX_AVAIL stat for reporting bytes availablemelanie witt2019-06-191-0/+64
* | | Get rid of args to RBDDriver.__init__()Eric Fried2019-07-291-4/+7
* | | libvirt: Add a rbd_connect_timeout configurableLee Yarwood2019-07-021-3/+7
* | | hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-1/+1
|/ /
* | Fix python3 compatibility of rbd get_fsidEdward Hope-Morley2019-06-101-0/+7
|/
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Merge "Revert "Re-using the code of os brick cinder""Zuul2018-06-191-1/+1
|\
| * Revert "Re-using the code of os brick cinder"Matt Riedemann2018-06-181-1/+1
* | Merge "Re-using the code of os brick cinder"Zuul2018-06-151-1/+1
|\ \ | |/
| * Re-using the code of os brick cinderVishakha Agarwal2018-05-291-1/+1
* | Convert libvirt's RBD storage to using processutils.execute()Michael Still2018-05-221-2/+1
|/
* tests: refactors and cleans up test_rbd.pyClaudiu Belu2018-01-301-101/+68
* Move shred to privsep.Michael Still2017-10-231-23/+20
* Move lvm handling to privsep.Michael Still2017-10-181-31/+27
* Move libvirts dmcrypt support to privsep.Michael Still2017-09-181-11/+8
* Remove two testing stubs which aren't really needed.Michael Still2017-09-081-2/+1
* Merge "rbd: Remove unnecessary 'encode' calls"Jenkins2017-09-061-2/+1
|\
| * rbd: Remove unnecessary 'encode' callsStephen Finucane2017-09-051-2/+1
* | Replace dd with shred for zeroing lvm volumes.Michael Still2017-09-021-60/+5
|/
* Refactor libvirt.utils.execute() away.Michael Still2017-08-191-77/+77
* Merge "convert unicode to string before we connect to rados"Jenkins2017-05-221-0/+6
|\
| * convert unicode to string before we connect to radosLuo Gangyi2017-05-221-0/+6
* | Fix decoding of encryption key passed to dmcryptJackie Truong2017-05-151-2/+3
|/
* Remove unnecessary tearDown function in testcaseXieYingYun2017-04-011-3/+0
* Port libvirt.storage.test_rbd to Python 3ChangBo Guo(gcb)2016-12-151-1/+18
* Fix import statement orderTakashi NATSUME2016-10-311-1/+0
* Fix issue with not removing rbd rescue diskBartek Zurawski2016-10-121-4/+14
* rbd_utils: wrap blocking calls in tpool.Proxy()Roman Podoliaka2016-08-011-0/+12
* Merge "Fix invalid uuid warnings in virt testcases"Jenkins2016-06-161-14/+20
|\
| * Fix invalid uuid warnings in virt testcasessrushti2016-06-021-14/+20
* | Stop using mox from virt/libvirt/storage/test_lvm.pyDao Cong Tien2016-06-011-4/+5
|/
* libvirt: make snapshot use RBD snapshot/clone when availableNicolas Simonds2016-01-201-6/+115
* libvirt: Fix/implement revert-resize for RBD-backed imagesNicolas Simonds2016-01-201-2/+80
* Remove unused logging import and LOG global varZhihai Song2015-12-251-4/+0
* Fix attibute error when cloning raw images in CephSam Yaple2015-11-071-5/+14
* Replaces contextlib.nested with test.nestedClaudiu Belu2015-10-081-3/+1
* Fix order of arguments in assertEqualRajesh Tailor2015-09-091-3/+3
* libvirt: convert driver to use nova.objects.ImageMetaDaniel P. Berrange2015-08-241-6/+11
* Merge "Handle config drives being stored on rbd"Jenkins2015-08-101-0/+15
|\
| * Handle config drives being stored on rbdMichael Still2015-08-011-0/+15
* | RBD: Reading rbd_default_features from ceph.confVikhyat Umrao2015-08-061-1/+15
* | libvirt: Add logging for dm-crypt error conditionsJoel Coffman2015-07-311-0/+36
* | libvirt: Replace stubs with mocks for test_dmcryptJoel Coffman2015-07-311-30/+19
|/