os-brick/os_brick/tests/initiator
Vipin Balachandran 9f70ace94c Add connector for vmdk volumes
Change I743e676372703e74178c79683dd622d530981e04 removed volume
backend driver calls for creating and restoring volume backups.
The overridden methods for creating and restoring backups in
the VMDK driver is no longer called and this breaks the backup-
restore of volumes created by the VMDK driver. The Cinder backup
manager now uses initiator connectors for creating and restoring
backups for all volume backends. The patch adds a connector for
vmdk volumes to fix the backup-restore for the VMDK driver.

DocImpact

Change-Id: Ia1a20f93780593b1efbb74484c3fdd3ca3564290
Partial-bug: #1602660
2016-08-09 17:23:30 +05:30
..
connectors Add connector for vmdk volumes 2016-08-09 17:23:30 +05:30
__init__.py renamed the project to os-brick 2015-02-05 23:58:37 +00:00
test_connector.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_host_driver.py Fix race in check and access of /dev/disk/by-path/ 2015-07-28 18:30:06 +02:00
test_linuxfc.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_linuxrbd.py Make RBDImageMetadata and RBDVolumeIOWrapper re-usable 2016-06-09 12:40:24 +00:00
test_linuxscsi.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_linuxsheepdog.py Add sheepdog support 2016-02-19 04:57:12 +00:00