Skip to content

Commit

Permalink
settings.yml: Rename 'vfs.new' to 'vfs-new' for cephfs
Browse files Browse the repository at this point in the history
"share_id" field for defining share resources cannot contain a dot(.),
underscore(_) or forward slash(/) in its value. Therefore replace dot
with hyphen(-) in the list of methods which will be used further to
constitute unique "share_id".

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Sep 12, 2024
1 parent 76d6c75 commit 945413e
Showing 1 changed file with 1 addition and 1 deletion.
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: ['kclient', 'vfs', 'vfs.new']
methods: ['kclient', 'vfs', 'vfs-new']

nodes:
setup:
Expand Down

0 comments on commit 945413e

Please sign in to comment.