cephfs documentation missing caps

Bug #1907467 reported by Jose Castro Leon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Shared File Systems Service (Manila)
Fix Released
Medium
Jose Castro Leon

Bug Description

In the manila documenation, the CAPS configuration for the account accessing cephfs volume is missing mgr permissions. These read permissions on mgr allows the account to list subvolumegroups and subvolumes in it.

It should state something like:

read -d '' MON_CAPS << EOF
allow r,
allow command "auth del",
allow command "auth caps",
allow command "auth get",
allow command "auth get-or-create"
EOF

ceph auth get-or-create client.manila -o manila.keyring \
mds 'allow *' \
osd 'allow rw' \
mgr 'allow r' \
mon "$MON_CAPS"

Tags: doc
Changed in manila:
assignee: nobody → Jose Castro Leon (jose-castro-leon)
Changed in manila:
importance: Undecided → Medium
status: New → In Progress
milestone: none → wallaby-2
Revision history for this message
Tom Barron (tpb) wrote :

Thanks for catching this!

Revision history for this message
Vida Haririan (vhariria) wrote :
Vida Haririan (vhariria)
tags: added: doc
Revision history for this message
Goutham Pacha Ravi (gouthamr) wrote :
Changed in manila:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/manila 12.0.0.0rc1

This issue was fixed in the openstack/manila 12.0.0.0rc1 release candidate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.