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
' be a comma separated list of disk pool names to be used'
' for provisioning.')),
cfg.BoolOpt('netapp_enable_multiattach',
- default=True,
+ default=False,
help='This option specifies whether the driver should allow '
'operations that require multiple attachments to a '
'volume. An example would be live migration of servers '