Feature #44931
mgr/volumes: get the list of auth IDs that have been granted access to a subvolume using mgr/volumes CLI
0%
Description
Manila requires the list of auth IDs that have been granted access to a share/subvolume.
https://github.com/openstack/manila/blob/stable/train/manila/share/drivers/cephfs/driver.py#L456
The ceph_volume_client's get_authorized_ids() provides this functionality. https://github.com/ceph/ceph/blob/octopus/src/pybind/ceph_volume_client.py#L1308
The ceph_volume_client stores the auth IDs that have been given access to a subvolume in special metadata files, and fetches the list of auth IDs when requested. mgr/volumes needs to provide the same functionality. It needs to store and fetch auth IDs in the same special metadata files used by the ceph_volume_client. This will allow the manila driver to smoothly switch to using mgr/volumes from ceph_volume_client.
Related issues
History
#1 Updated by Ramana Raja 10 months ago
- Description updated (diff)
#2 Updated by Ramana Raja 3 months ago
- Assignee set to Kotresh Hiremath Ravishankar
- Priority changed from Normal to High
#3 Updated by Kotresh Hiremath Ravishankar 3 months ago
- Status changed from New to In Progress
#4 Updated by Kotresh Hiremath Ravishankar about 1 month ago
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 38160
#5 Updated by Patrick Donnelly 4 days ago
- Status changed from Fix Under Review to Pending Backport
#6 Updated by Backport Bot 4 days ago
- Copied to Backport #48900: octopus: mgr/volumes: get the list of auth IDs that have been granted access to a subvolume using mgr/volumes CLI added
#7 Updated by Backport Bot 4 days ago
- Copied to Backport #48901: nautilus: mgr/volumes: get the list of auth IDs that have been granted access to a subvolume using mgr/volumes CLI added