Feature #36481
separate out the 'p' mds auth cap into separate caps for quotas vs. choosing pool layout
Start date:
Due date:
% Done:
0%
Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
MDS
Labels (FS):
quotas
Pull request ID:
Description
Arne (CERN) requested that we allow OpenStack Manila users to set quotas, but not change the pool layout within Manila/CephFS shares (CephFS sub-directories). John Spray suggested that we separate out the 'p' mds auth caps [1] that allows setting quotas and choosing pool layout in a Ceph filesystem. We can have separate auth caps for setting quotas (say 'q') and for setting pool layout ('p'), and hand out 'q' mds auth caps to Manila users.
History
#1 Updated by Ramana Raja 4 months ago
- Description updated (diff)
#2 Updated by Patrick Donnelly 4 months ago
- Target version set to v14.0.0
- Start date deleted (
10/17/2018) - Source set to Development
- Labels (FS) quotas added
Makes sense to me.