summaryrefslogtreecommitdiff
path: root/cinder/tests/unit/volume/drivers/test_rbd.py
Commit message (Expand)AuthorAgeFilesLines
* RBD: Fix total_capacitystable/xenaGorka Eguileor2023-04-181-0/+45
* rbd: Fix snapshot delete when the source volume doesn't existTakashi Kajinami2022-11-101-2/+18
* RBD: Don't flatten temporary resourcesGorka Eguileor2022-06-081-17/+80
* RBD: Call trash operation when plain deletion failsSofia Enriquez2021-09-221-4/+131
* RBD: use correct stripe unit in clone operationJon Bernard2021-08-021-18/+31
* Merge "[rbd] Fix create encrypted volume from snapshot"Zuul2021-07-301-5/+74
|\
| * [rbd] Fix create encrypted volume from snapshothaixin2021-07-291-5/+74
* | Unit test RBD clone depth calculationBrian Rosmaita2021-04-171-0/+31
|/
* Merge "Tests: Improve RBD v2 clone API unit tests"Zuul2021-03-201-4/+7
|\
| * Tests: Improve RBD v2 clone API unit testsEric Harney2021-02-171-4/+7
* | Merge "Fix RBD_OPERATION_FEATURE_CLONE_PARENT in unittest"Zuul2021-02-101-24/+0
|\ \ | |/
| * Fix RBD_OPERATION_FEATURE_CLONE_PARENT in unittestSofia Enriquez2021-02-091-24/+0
* | Merge "RBD: Pass bytes type for mon_command inbuf"Zuul2021-02-091-4/+4
|\ \ | |/ |/|
| * RBD: Pass bytes type for mon_command inbufEric Harney2021-02-031-4/+4
* | Merge "Log information about the Ceph v2 clone API"Zuul2021-02-041-0/+65
|\ \ | |/ |/|
| * Log information about the Ceph v2 clone APISofia Enriquez2021-01-291-0/+65
* | Tests: Fix rbd unit test failure due to ceph keyring fileEric Harney2021-01-061-1/+2
* | RBD: Retry delete if VolumeIsBusy in _copy_image_to_volumeCorey Bryant2020-12-091-3/+20
* | Merge "RBD: Run flatten in a different thread when cloning a volume"Zuul2020-10-141-2/+9
|\ \
| * | RBD: Run flatten in a different thread when cloning a volumeTakashi Kajinami2020-10-131-2/+9
| |/
* | RBD: cinderlib support for rbd_keyring_conf optionGorka Eguileor2020-09-241-0/+78
|/
* RBD: remove rbd_keyring_conf optionBrian Rosmaita2020-08-211-37/+1
* RBD: Cleanup temporary file during exceptionRajat Dhasmana2020-06-231-0/+38
* Switch from retrying to tenacitySean McGinnis2020-05-071-7/+0
* Move unit test code under tests/unit/Eric Harney2020-04-301-1/+1
* Fix nits from RBD volume migration changesSean McGinnis2020-04-221-1/+1
* Fix volume migration fails in the same ceph RBD poolXinliang Liu2020-04-161-3/+35
* RBD: add support for revert-to-snapshotJon Bernard2020-04-071-0/+11
* Do not rename rbd based volume after migrationushen2020-03-251-0/+18
* RBD: fix volume reference handling in clone logiczhu.boxiang2020-03-131-4/+7
* RBD: catch argument exceptions when configuring multiattachJon Bernard2020-01-201-14/+65
* Merge "Tests: Remove unused rbd mock_driver_configuration"Zuul2020-01-201-8/+0
|\
| * Tests: Remove unused rbd mock_driver_configurationEric Harney2019-11-191-8/+0
* | Introduce flake8-import-order extensionSean McGinnis2020-01-061-4/+4
* | Tests: Isolate rbd deferred deletion testsEric Harney2019-11-201-61/+75
|/
* Rename volume/utils.py to volume/volume_utils.pyEric Harney2019-09-091-3/+3
* Merge "Refactor use of encryption/image volume utils"Zuul2019-09-051-4/+3
|\
| * Refactor use of encryption/image volume utilsEric Harney2019-07-101-4/+3
* | Merge "Add rbd secret_uuid in secondary config"Zuul2019-07-191-12/+31
|\ \
| * | Add rbd secret_uuid in secondary configMinmin Ren2019-05-311-12/+31
| |/
* | RBD: save and restore multiattach featuresJon Bernard2019-06-211-13/+13
|/
* RBD: add support for multiattachJon Bernard2019-02-071-8/+7
* Merge "Support deferred deletion in RBD"Zuul2019-01-111-0/+115
|\
| * Support deferred deletion in RBDArne Wiebalck2019-01-071-0/+115
* | Merge "Extract copy_image_to_volume into volume utils"Zuul2018-12-251-7/+7
|\ \
| * | Extract copy_image_to_volume into volume utilsYikun Jiang2018-12-071-7/+7
* | | Revert "Move check_encryption_provider to volume utils"Eric Harney2018-12-071-3/+4
|/ /
* | Merge "Update backup flow for CephBackupDriver"Zuul2018-10-311-1/+1
|\ \ | |/ |/|
| * Update backup flow for CephBackupDriverDai Dang Van2018-10-301-1/+1
* | Handle rbd.OSError on broken RBD imageDmitriy Rabotjagov2018-10-271-2/+13
|/