cinder/cinder/volume/drivers/hitachi
Adriano Rosso 8f82bb7966 HNAS: Change snapshot names
Currently, HNAS NFS driver creates snapshots named as
snapshot-<snapshot-id> in the backend. This is not very effective
because there is no precise way to relate the snapshot with the volume
that originated it using HNAS features.
This patch changes the snapshot related features to work with
snapshots named as <volume-name>.<snapshot-id> in order to make easier
to relate the snapshots with their parent volumes. The operations for
snapshots named the old way are still supported, but deprecated.

Co-Authored-By: Erlon Cruz <erlon.cruz@fit-tecnologia.org.br>
Change-Id: I188c7a3f67558e17ccc1c50e0f00dbb076395b18
2017-01-13 09:28:23 -02:00
..
__init__.py Introduce Hitachi storage volume driver 2014-08-29 12:00:01 +09:00
hbsd_basiclib.py Merge "Fix HBSD horcm driver with oslo.concurrency 2.1.0" 2015-07-13 21:52:46 +00:00
hbsd_common.py Fix doc and source documentation errors and warning 2016-04-14 12:30:08 +02:00
hbsd_fc.py Deprecate Hitachi Block Storage Driver 2016-11-17 11:49:31 -02:00
hbsd_horcm.py Remove unused constant in hbsd_horcm.py 2016-11-25 01:53:33 +00:00
hbsd_iscsi.py Deprecate Hitachi Block Storage Driver 2016-11-17 11:49:31 -02:00
hbsd_snm2.py Switch to oslo.service 2015-06-24 21:55:32 +02:00
hnas_backend.py HNAS: Add list manageable volume/snapshots 2016-12-09 13:43:44 -02:00
hnas_iscsi.py HNAS: Deprecate HNAS iSCSI driver 2016-12-23 10:31:08 -02:00
hnas_nfs.py HNAS: Change snapshot names 2017-01-13 09:28:23 -02:00
hnas_utils.py HNAS: Rename hnas_svcX_volume_type 2016-11-28 13:58:23 -02:00
vsp_common.py Report multiattach capability for Hitachi VSP drivers 2016-12-21 20:13:42 -05:00
vsp_fc.py Report multiattach capability for Hitachi VSP drivers 2016-12-21 20:13:42 -05:00
vsp_horcm_fc.py Report multiattach capability for Hitachi VSP drivers 2016-12-21 20:13:42 -05:00
vsp_horcm_iscsi.py Report multiattach capability for Hitachi VSP drivers 2016-12-21 20:13:42 -05:00
vsp_horcm.py Report multiattach capability for Hitachi VSP drivers 2016-12-21 20:13:42 -05:00
vsp_iscsi.py Report multiattach capability for Hitachi VSP drivers 2016-12-21 20:13:42 -05:00
vsp_utils.py Introduce Hitachi VSP iSCSI driver 2016-12-07 21:40:09 +09:00