File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
qa/suites/orch/cephadm/smb/tasks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
globals = ["default", "domain"]
44
44
instance_name = "SAMBA"
45
45
[shares.share1.options]
46
- "vfs objects" = "acl_xattr ceph"
46
+ "vfs objects" = "acl_xattr ceph_snapshots ceph"
47
47
path = "/"
48
48
"acl_xattr:security_acl_name" = "user.NTACL"
49
49
"ceph:config_file" = "/etc/ceph/ceph.conf"
Original file line number Diff line number Diff line change 42
42
globals = ["default", "domain"]
43
43
instance_name = "SAMBA"
44
44
[shares.share1.options]
45
- "vfs objects" = "acl_xattr ceph"
45
+ "vfs objects" = "acl_xattr ceph_snapshots ceph"
46
46
path = "/"
47
47
"acl_xattr:security_acl_name" = "user.NTACL"
48
48
"ceph:config_file" = "/etc/ceph/ceph.conf"
Original file line number Diff line number Diff line change @@ -1187,7 +1187,7 @@ def _generate_share(
1187
1187
# smb.conf options
1188
1188
'options' : {
1189
1189
'path' : path ,
1190
- "vfs objects" : f"acl_xattr { ceph_vfs } " ,
1190
+ "vfs objects" : f"acl_xattr ceph_snapshots { ceph_vfs } " ,
1191
1191
'acl_xattr:security_acl_name' : 'user.NTACL' ,
1192
1192
f'{ ceph_vfs } :config_file' : '/etc/ceph/ceph.conf' ,
1193
1193
f'{ ceph_vfs } :filesystem' : cephfs .volume ,
You can’t perform that action at this time.
0 commit comments