cinder/cinder/volume
raghavendrat f808499128 3PAR: Provide an option duing creation of volume from snapshot
A new extra spec has been added on the volume.
While creating volume from snapshot, its value is checked and
volume is created either as a snapshot/independent copy.

Details of extra spec:
Name - hpe3par:convert_to_base
Value - True/False; defaults to False

True: Volume (from snapshot) is created independently
Advantage: new volumes are decoupled from initial snapshot and original
volume
Usage: where instances are launched for longer/unpredictable time frame

False: Volume (from snapshot) is created as child of snapshot
Advantage: new volumes can be created quickly
Usage: where many similar instances are launched for short time frame

Change-Id: Idda5512d8e35da401ee232524ec1d1fcd03bf9e2
Closes-Bug: #1814027
2019-04-17 04:30:07 -07:00
..
drivers 3PAR: Provide an option duing creation of volume from snapshot 2019-04-17 04:30:07 -07:00
flows Merge "Extract copy_image_to_volume into volume utils" 2018-12-25 04:26:41 +00:00
targets Switch ietadm to use olso.privsep 2019-01-11 13:30:55 +00:00
__init__.py Fix dynamic import of CONF.volume_api_class 2016-02-12 10:50:31 -06:00
api.py Report msg error when cannot revert to snapshot 2019-01-18 07:35:34 +00:00
configuration.py Add support for shared "backend_defaults" config 2017-07-11 18:58:58 +00:00
driver.py Merge "Adding SPDK NVMe-oF target driver" 2019-01-09 04:19:03 +00:00
driver_utils.py Remove log translations 2017-03-19 14:59:57 +00:00
group_types.py handle no default_cgsnapshot_type 2017-11-28 21:55:29 +00:00
manager.py Merge "Move Fujitsu ETERNUS DX related file" 2019-01-31 03:02:42 +00:00
qos_specs.py [Doc] Handle Sphinx warnings as errors 2017-08-29 16:00:09 -05:00
rpcapi.py Transfer snapshots with volumes 2018-07-19 09:42:43 +08:00
throttling.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00
utils.py Merge "Extract copy_image_to_volume into volume utils" 2018-12-25 04:26:41 +00:00
volume_migration.py Initiating Cinder Volume Manager with large number of volumes 2019-01-11 08:19:07 -05:00
volume_types.py Fix wrong NotFound in get_by_name_or_id 2018-09-29 09:26:19 +00:00