cinder/cinder
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
..
api Merge "Handle 'is_public' filter in volume-type list" 2019-01-30 20:32:18 +00:00
backup Merge "Fix permissions with NFS-backed snapshots and backups" 2019-01-11 07:09:53 +00:00
brick Revert "Synchronize all LVM operations" 2018-12-18 00:18:41 +00:00
cmd Cleanup code duplication in cinder.cmd.backup module 2018-11-30 09:40:39 +00:00
common Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
compute Add user messages for extend volume operation 2018-06-01 09:12:07 +08:00
db Merge "Improve volume transfer records" 2019-01-22 13:25:45 +00:00
group Fix wrong uuid recognized when create group 2018-10-08 09:51:02 +08:00
hacking Fix pylint warning 2018-09-26 21:37:25 -04:00
image Add missing ws seperator between words 2019-01-23 14:21:15 +08:00
interface Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
keymgr Fix "import xxx as xxx" grammar 2019-01-23 15:35:53 +08:00
locale Imported Translations from Zanata 2019-01-13 07:04:20 +00:00
message Set user message on volume create failure 2018-10-26 05:27:36 -04:00
objects Initiating Cinder Volume Manager with large number of volumes 2019-01-11 08:19:07 -05:00
policies Merge "Add policy granularity to the encryption API" 2018-09-25 08:55:32 +00:00
privsep Switch ietadm to use olso.privsep 2019-01-11 13:30:55 +00:00
scheduler Add missing ws seperator between words 2019-01-23 14:21:15 +08:00
tests 3PAR: Provide an option duing creation of volume from snapshot 2019-04-17 04:30:07 -07:00
transfer Improve volume transfer records 2019-01-14 11:50:43 +08:00
volume 3PAR: Provide an option duing creation of volume from snapshot 2019-04-17 04:30:07 -07:00
wsgi Initialize osprofiler in WSGI application 2018-01-09 14:06:34 +01:00
zonemanager FC: refactor fczm utils decorators to functions 2018-04-16 16:23:59 -07:00
__init__.py
context.py Add Keystone v3 domain information to context 2018-04-25 09:29:33 -04:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Set message property in ImageDownloadFailed 2018-12-14 00:57:50 +00:00
flow_utils.py
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-08 15:59:29 +01:00
opts.py Merge "Move Fujitsu ETERNUS DX related file" 2019-01-31 03:02:42 +00:00
policy.py Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
quota.py Get rid of keys() usage 2018-09-21 11:07:07 -04:00
quota_utils.py Enable split logging for cinder-keystoneclient interaction 2018-09-26 08:53:30 +00:00
rpc.py
service.py Use InvalidConfigurationValue instead of InvalidInput 2018-04-11 19:25:48 +08:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Fix CI failed: test_get_volume_filter_options_using_config 2019-01-02 13:40:10 +08:00
utils.py Merge "Simplify hostname lookup" 2018-12-11 22:56:00 +00:00
version.py