Fix netapp_enable_multiattach default for E-Series
The E-Series driver erroneously changed the netapp_enable_multiattach option to default to True. This option should default to False to ensure backwards-compatibility with upgrades. DocImpact Closes-Bug: #1491580 Change-Id: Iafb4d80bd83c2de0a5b77178206c7f3028ac6554
This commit is contained in:
parent
540bba7f8e
commit
9f5e6696df
@ -168,7 +168,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