We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d260b5 commit dfccf34Copy full SHA for dfccf34
playbooks/ansible/roles/sit.cephfs/templates/smb_share.conf.j2
@@ -3,7 +3,10 @@
3
comment = Volume '{{ volume.name }}' from {{ config.be.name }}({{ config.be.variant }} {{ method }})
4
vfs objects = acl_xattr ceph_snapshots
5
{%- if method != 'kclient' %}
6
- {%- set vfs = 'ceph' %} {{ vfs }}
+ {%- set vfs = 'ceph_new' %}
7
+ {%- if method == 'vfs' %}
8
+ {%- set vfs = 'ceph' %}
9
+ {%- endif %} {{ vfs }}
10
{{ vfs }}:config_file = /etc/ceph/sit.ceph.conf
11
{{ vfs }}:user_id = sit
12
path = {{ subvol }}
playbooks/settings.yml
@@ -362,7 +362,7 @@ environments:
362
data:
363
branch: main
364
ctdb_mutex: rados
365
- methods: ['klcient', 'vfs']
+ methods: ['klcient', 'vfs', 'vfs.new']
366
367
nodes:
368
setup:
0 commit comments