New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ceph-volume-client: allow setting mode of CephFS volumes #24839
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@tombarron LGTM. Would volume group creation also need this? |
volume groups, snapshots, and snapshot groups. Signed-off-by: Tom Barron <tpb@dyncloud.net>
|
Thanks, Tom |
|
@batrick , can you please test the latest patchset? |
|
retest this please |
Sure. |
* refs/pull/24839/head: ceph-volume-client: allow setting mode of CephFS volumes Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
|
Is this ready for merge? |
|
Planning to merge this week after verifying test results. |
* refs/pull/24839/head: ceph-volume-client: allow setting mode of CephFS volumes Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
|
We need to get this back to luminous (via mimic?) and downstream into 3.2. |
Corresponding ceph_volume_client PR [1] [1] ceph/ceph#24839 Depends-on: https://review.openstack.org/#/c/630221/ Change-Id: Iad78b8cc25c34d3675cd38ce9c757ad0e411b613
* Update manila from branch 'master'
- Merge "Set mode for CephFS volumes and snapshots"
- Set mode for CephFS volumes and snapshots
Corresponding ceph_volume_client PR [1]
[1] ceph/ceph#24839
Depends-on: https://review.openstack.org/#/c/630221/
Change-Id: Iad78b8cc25c34d3675cd38ce9c757ad0e411b613
Corresponding ceph_volume_client PR [1] [1] ceph/ceph#24839 Depends-on: https://review.openstack.org/#/c/634028/ Change-Id: Iad78b8cc25c34d3675cd38ce9c757ad0e411b613 (cherry picked from commit 721bb70)
Corresponding ceph_volume_client PR [1] [1] ceph/ceph#24839 Depends-on: https://review.openstack.org/#/c/634028/ Change-Id: Iad78b8cc25c34d3675cd38ce9c757ad0e411b613 (cherry picked from commit 721bb70) (cherry picked from commit 4831c62)
and snapshots and snapshot groups.
OpenStack Manila needs this capability when it is used as a Kubernetes dynamic external storage provider.
Needed-by: https://review.openstack.org/#/c/614332/
Fixes: https://tracker.ceph.com/issues/36651
Signed-off-by: Tom Barron tpb@dyncloud.net