]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
RBD: Query volume features from ceph.conf
authorJon Bernard <jobernar@redhat.com>
Tue, 24 Feb 2015 21:16:26 +0000 (16:16 -0500)
committerJon Bernard <jobernar@redhat.com>
Fri, 27 Feb 2015 21:35:35 +0000 (16:35 -0500)
commit6211d8fa2033c2a607c20667110c5913cf60dd53
tree288cca6f6d8a33881fde823011049479d81b8d85
parent276af38b3f7bac7000e752543b9b87c2f2561846
RBD: Query volume features from ceph.conf

This patch enabled RADOSClient to query the local ceph.conf for rbd
features configuration, falling back to layering if nothing is found.
This allows users to disable default features or to opt in to upcoming
features that have not yet become default.

Change-Id: I758e028abd703942ceb1c5b63c4b734817bc5df3
cinder/tests/test_rbd.py
cinder/volume/drivers/rbd.py