os-brick/os_brick/tests/initiator/connectors
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
..
__init__.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_aoe.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_base_iscsi.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_disco.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_drbd.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_fibre_channel.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_fibre_channel_s390x.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_hgst.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_huawei.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_iscsi.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_local.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_rbd.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_remotefs.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_scaleio.py Fix the mocking mess 2016-08-03 18:40:42 +02:00
test_sheepdog.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
test_vmware.py Add connector for vmdk volumes 2016-08-09 17:23:30 +05:30