Skip to content

Commit

Permalink
Expose CephFS snapshots as shadow-copies
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Shwetha-Acharya authored and xhernandez committed Jun 28, 2024
1 parent 025dfa3 commit 7b38d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[{{ name }}-{{ config.be.name }}-{{ config.be.variant }}]
comment = Volume '{{ name }}' from {{ config.be.name }}({{ config.be.variant }})
vfs objects = acl_xattr
vfs objects = acl_xattr ceph_snapshots
{%- if config.be.variant == 'vfs' %} ceph
ceph:config_file = /etc/ceph/sit.ceph.conf
ceph:user_id = sit
Expand Down

0 comments on commit 7b38d47

Please sign in to comment.