Comment 6 for bug 1563889

Revision history for this message
Xiaojun Liao (wwba) wrote :

Hi, Eric:

I have followed the steps in my newton envirenment, but didn't reproduce it. I configure two ceph backends like this:
[rbd1]
volume_backend_name=rbd1
volume_driver=cinder.volume.drivers.rbd.RBDDriver
rbd_pool=rbd1
rbd_max_clone_depth=5
rbd_user=cinder
rbd_flatten_volume_from_snapshot=False
rbd_ceph_conf=/etc/ceph/ceph.conf

[rbd2]
volume_backend_name=rbd2
volume_driver=cinder.volume.drivers.rbd.RBDDriver
rbd_pool=rbd2
rbd_max_clone_depth=5
rbd_user=cinder
rbd_flatten_volume_from_snapshot=False
rbd_cluster_name = mycluster
rbd_ceph_conf=/etc/ceph/mycluster.conf

did you configure the 'rbd_cluster_name' option for you non-default cluster?