From: Shinobu Kinjo Date: Fri, 6 Oct 2017 01:08:21 +0000 (+0900) Subject: doc/rbd/rbd-openstack.rst: ``client.cinder`` requires ``rwx`` permission against... X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=192a37708fa55608383624fbcc4a101c49765513;p=ceph.git doc/rbd/rbd-openstack.rst: ``client.cinder`` requires ``rwx`` permission against images pool otherwise snapshot process fails. Signed-off-by: Shinobu Kinjo --- diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index a93acbafd6349..ed8fd7f66eff1 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -129,7 +129,7 @@ and Glance. Execute the following:: If you run an OpenStack version before Mitaka, create the following ``client.cinder`` key:: - ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=vms, allow rx pool=images' + ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=vms, allow rwx pool=images' Since Mitaka introduced the support of RBD snapshots while doing a snapshot of a Nova instance, we need to allow the ``client.cinder`` key write access to the ``images`` pool; therefore, create the following key::