-
Notifications
You must be signed in to change notification settings - Fork 7
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
Expose CephFS snapshots as shadow-copies #105
Expose CephFS snapshots as shadow-copies #105
Conversation
018fbea
to
99b7b03
Compare
/retest all |
/retest centos-ci/cephfs |
2 similar comments
/retest centos-ci/cephfs |
/retest centos-ci/cephfs |
437cb8d
to
8888df7
Compare
/retest all |
8888df7
to
f1e8415
Compare
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.
The change looks fine. The only question is whether we should make the inclusion of ceph_snapshots
configurable or not, but this can be done in another patch if necessary.
yes, that can be done if required |
85b43f1
to
d721875
Compare
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.
I see an odd z
at the very beginning of the commit subject zExpose CephFS snapshots as shadow-copies
.
create shadow copy with the help of ceph_snapshots module: - use kernel CephFS mounted share path for cephfs - use absolute path within the Ceph filesystem for cephfs.vfs Refer: https://www.samba.org/samba/docs/4.11/man-html/vfs_ceph_snapshots.8.html Signed-off-by: Shwetha K Acharya <[email protected]>
d721875
to
24ee881
Compare
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, thanks.
Use kernel CephFS mounted share path to create the shadow copy using ceph_snapshots module
Refer: https://www.samba.org/samba/docs/4.11/man-html/vfs_ceph_snapshots.8.html