From 192a37708fa55608383624fbcc4a101c49765513 Mon Sep 17 00:00:00 2001 From: Shinobu Kinjo Date: Fri, 6 Oct 2017 10:08:21 +0900 Subject: [PATCH] doc/rbd/rbd-openstack.rst: ``client.cinder`` requires ``rwx`` permission against images pool otherwise snapshot process fails. Signed-off-by: Shinobu Kinjo --- doc/rbd/rbd-openstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.39.5