Skip to content

Commit 8379b37

Browse files
committed
sit.cephfs: Disable posix locking for durable handles
Durable handles are only enabled with "kernel oplocks", "kernel share modes" and "posix locking" disabled. But with mgr variant "posix locking" was not explicitly disabled and thus few tests failed. Signed-off-by: Anoop C S <[email protected]>
1 parent a2a265a commit 8379b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playbooks/ansible/roles/sit.cephfs/templates/ceph.smb.cluster.yml.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ resources:
4242
{%- for addr in ctdb_network_public_interfaces +%}
4343
- address: {{ addr }}/{{ ctdb_network_public_interface_subnet_mask }}
4444
{%- endfor +%}
45+
custom_smb_global_options:
46+
"_allow_customization": "i-take-responsibility-for-all-samba-configuration-errors"
47+
"posix locking": "no"

0 commit comments

Comments
 (0)