globals = ["default", "domain"]
instance_name = "SAMBA"
[shares.share1.options]
- "vfs objects" = "ceph"
+ "vfs objects" = "acl_xattr ceph"
path = "/"
+ "acl_xattr:security_acl_name" = "user.NTACL"
"ceph:config_file" = "/etc/ceph/ceph.conf"
"ceph:user_id" = "smbdata"
"kernel share modes" = "no"
globals = ["default", "domain"]
instance_name = "SAMBA"
[shares.share1.options]
- "vfs objects" = "ceph"
+ "vfs objects" = "acl_xattr ceph"
path = "/"
+ "acl_xattr:security_acl_name" = "user.NTACL"
"ceph:config_file" = "/etc/ceph/ceph.conf"
"ceph:user_id" = "smbdata"
"kernel share modes" = "no"
# smb.conf options
'options': {
'path': path,
- "vfs objects": "ceph",
+ "vfs objects": "acl_xattr ceph",
+ 'acl_xattr:security_acl_name': 'user.NTACL',
'ceph:config_file': '/etc/ceph/ceph.conf',
'ceph:filesystem': share.cephfs.volume,
'ceph:user_id': cephx_entity,
'browseable': 'Yes',
'kernel share modes': 'no',
'x:ceph:id': 'foo.s1',
- 'vfs objects': 'ceph',
+ 'vfs objects': 'acl_xattr ceph',
+ 'acl_xattr:security_acl_name': 'user.NTACL',
'ceph:config_file': '/etc/ceph/ceph.conf',
'ceph:filesystem': 'cephfs',
'ceph:user_id': 'smb.fs.cluster.foo',
'browseable': 'Yes',
'kernel share modes': 'no',
'x:ceph:id': 'foo.stwo',
- 'vfs objects': 'ceph',
+ 'vfs objects': 'acl_xattr ceph',
+ 'acl_xattr:security_acl_name': 'user.NTACL',
'ceph:config_file': '/etc/ceph/ceph.conf',
'ceph:filesystem': 'cephfs',
'ceph:user_id': 'smb.fs.cluster.foo',