]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Disable multi-attach for RBD
authorEric Harney <eharney@redhat.com>
Tue, 23 Feb 2016 16:51:40 +0000 (11:51 -0500)
committerEric Harney <eharney@redhat.com>
Tue, 23 Feb 2016 17:02:38 +0000 (12:02 -0500)
commit59a22e3d3e002d29d9ed2dcd3c1c7578c4632c79
tree43a4aae2c2ccd04826fa8c64cb68f96720ec03ae
parent09134ba4f3a18c6666809bc1fb06a2e5ffc0799e
Disable multi-attach for RBD

This is not really safe to turn on yet, as there
are RBD features which are incompatible with
multi-attach that must be managed from Cinder.

Disable multi-attach for now until code to handle
that is ready.

Change-Id: I17da2f4e897178762d1c3d1302d2d79ae28e349c
Related-Bug: #1519227
Partial-Bug: #1535815
cinder/tests/unit/test_rbd.py
cinder/volume/drivers/rbd.py