Merge "Fix netapp_enable_multiattach default for E-Series"
This commit is contained in:
commit
dc5b17f733
@ -172,7 +172,7 @@ netapp_eseries_opts = [
|
|||||||
' be a comma separated list of disk pool names to be used'
|
' be a comma separated list of disk pool names to be used'
|
||||||
' for provisioning.')),
|
' for provisioning.')),
|
||||||
cfg.BoolOpt('netapp_enable_multiattach',
|
cfg.BoolOpt('netapp_enable_multiattach',
|
||||||
default=True,
|
default=False,
|
||||||
help='This option specifies whether the driver should allow '
|
help='This option specifies whether the driver should allow '
|
||||||
'operations that require multiple attachments to a '
|
'operations that require multiple attachments to a '
|
||||||
'volume. An example would be live migration of servers '
|
'volume. An example would be live migration of servers '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user