Skip to content

Commit

Permalink
sit.cephfs: Add share configured with vfs_ceph_new(non-mgr)
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Aug 28, 2024
1 parent 8d260b5 commit a5b5cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
comment = Volume '{{ volume.name }}' from {{ config.be.name }}({{ config.be.variant }} {{ method }})
vfs objects = acl_xattr ceph_snapshots
{%- if method != 'kclient' %}
{%- set vfs = 'ceph' %} {{ vfs }}
{%- set vfs = 'ceph_new' %}
{%- if method == 'vfs' %}
{%- set vfs = 'ceph' %}
{%- endif %} {{ vfs }}
{{ vfs }}:config_file = /etc/ceph/sit.ceph.conf
{{ vfs }}:user_id = sit
path = {{ subvol }}
Expand Down
2 changes: 1 addition & 1 deletion playbooks/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ environments:
data:
branch: main
ctdb_mutex: rados
methods: ['klcient', 'vfs']
methods: ['klcient', 'vfs', 'vfs.new']

nodes:
setup:
Expand Down

0 comments on commit a5b5cb3

Please sign in to comment.