diff --git a/cinder/volume/drivers/netapp/options.py b/cinder/volume/drivers/netapp/options.py index f58a6475b7e..8dcf16f1c55 100644 --- a/cinder/volume/drivers/netapp/options.py +++ b/cinder/volume/drivers/netapp/options.py @@ -168,7 +168,7 @@ netapp_eseries_opts = [ ' 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 '