cinder/cinder/volume/drivers
Sean McGinnis 92fb7bb088 Use backup_use_temp_snapshot setting for default
Commit I0173d397760bc17c01af792b4c4cc2bcbf45fedd introduced a config
option intended for the specific driver, but added to driver.py and
worded such that would appear to be a generic setting. Rather than
going through a deprecation cycle for this and introducing a new
vendor specific option, make this setting be used as the default for
all drivers.

The default for drivers was False, and the default value for this
config option is False, so nothing changes without operator action.
Those drivers that want to force this behavior are already overriding
the call to get this base driver option, so they will not change
either. And now that the NFS driver (mostly) supports snapshots, we
should be able to start expecting that as a basic volume driver
functionality.

Change-Id: I5b193512137d845f5b1ac46c758d748a19a90739
Partial-bug: #1686403
2017-08-27 09:55:47 -05:00
..
coprhd [DOC BLD FIX] Fix the numerous docstring probs in coprhd 2017-08-01 09:28:04 +08:00
datera [DOC BLD FIX] correct formatting errors in datera driver 2017-07-19 22:54:01 -05:00
dell_emc Merge "Fix missing print format error" 2017-08-15 19:05:17 +00:00
disco Merge "Fix the default port value" 2017-08-25 15:12:40 +00:00
dothill Merge "Remove references to dothill driver options" 2017-07-26 12:54:27 +00:00
falconstor Merge "Mark Falconstor drivers as unsupported" 2017-08-04 20:16:58 +00:00
fujitsu Merge "Revert "Mark ETERNUS drivers as unsupported"" 2017-08-11 00:34:00 +00:00
fusionstorage Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
hitachi [DOC BLD FIX] Fix docstring issues for Hitachi HNAS driver 2017-07-24 15:30:18 -05:00
hpe 3PAR: Fixed image cache enabled capability. 2017-08-14 09:06:23 +00:00
huawei Use backup_use_temp_snapshot setting for default 2017-08-27 09:55:47 -05:00
ibm Merge "Replace dict.iteritems/iterkeys with dict.items/keys" 2017-08-22 11:08:08 +00:00
infortrend Merge "Fix grammatical mistake, Changed character from "a" to "an"" 2017-08-23 15:55:18 +00:00
kaminario Merge "Fix grammatical mistake, Changed character from "a" to "an"" 2017-08-23 15:55:18 +00:00
lenovo [DOC BLD FIX] Fix docstring issues in Lenovo driver 2017-07-25 11:56:09 -05:00
nec Replace six.itervalues with dict.values() in cinder 2017-07-21 11:17:45 +08:00
netapp Merge "Fix grammatical mistake, Changed character from "a" to "an"" 2017-08-23 15:55:18 +00:00
nexenta [DOC BLD FIX] Fix docstring errors in nexenta driver 2017-07-25 15:29:44 -05:00
prophetstor Merge "ProphetStor: Support generic group" 2017-07-21 03:17:49 +00:00
reduxio [DOC BLD FIX] Fix docstring errors in reduxio 2017-07-26 10:45:02 -05:00
san [DOC BLD FIX] Fix docstring issues in hpmsa driver 2017-07-26 11:09:34 -05:00
synology Keep consistent of naming convention 2017-07-10 10:46:44 +08:00
veritas Implementation of cinder driver for Veritas HyperScale 2017-03-28 21:40:51 +05:30
violin Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
vmware VMware: Bump driver version 2017-08-02 16:06:38 -07:00
windows Merge "SMBFS: enable thin provisioning support flag" 2017-08-18 14:23:10 +00:00
zfssa Merge "ZFSSA iSCSI delete volume with non-existent LUN" 2017-07-20 23:59:59 +00:00
zte Merge "Fix grammatical mistake, Changed character from "a" to "an"" 2017-08-23 15:55:18 +00:00
__init__.py Files with no code must be left completely empty 2016-09-28 16:29:30 +07:00
block_device.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
blockbridge.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
coho.py Mark Coho driver as unsupported 2017-07-18 20:48:26 -05:00
drbdmanagedrv.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
hgst.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
infinidat.py INFINIDAT: add driver changelog 2017-08-08 16:30:07 +03:00
lvm.py Cloning a volume from a snapshot in thin lv 2017-08-01 09:34:28 +08:00
nfs.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
nimble.py Fix missing print format error 2017-08-09 09:06:42 +08:00
pure.py Merge "Fix grammatical mistake, Changed character from "a" to "an"" 2017-08-23 15:55:18 +00:00
qnap.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
quobyte.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
rbd.py Merge "Do not fail if RBD image is broken" 2017-08-15 20:32:09 +00:00
remotefs.py Merge "SMBFS: enable thin provisioning support flag" 2017-08-18 14:23:10 +00:00
sheepdog.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
solidfire.py [DOC BLD FIX] Correct docstring issues in Soldfire driver 2017-07-26 11:47:03 -05:00
tegile.py Mark Tegile driver as unsupported 2017-07-26 16:07:18 +00:00
tintri.py Merge "Fix python 3.6 escape char warnings in strings" 2017-07-17 21:32:21 +00:00
veritas_cnfs.py [DOC BLD FIX] Fix dosctring errors in veritas driver 2017-07-26 12:19:21 -05:00
vzstorage.py Merge "vstorage: added vz:volume_format vendor property" 2017-08-21 16:45:30 +00:00
xio.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
zadara.py Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00