Skip to content

Commit

Permalink
sit.cephfs: Add configuration for proxy enabled shares
Browse files Browse the repository at this point in the history
The additional share configuration is currently included only for
default variant where ceph smb mgr module is not involved.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Feb 3, 2025
1 parent 3ee9118 commit 5a65420
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ vfs objects = acl_xattr ceph_snapshots
{%- endif %} {{ vfs }}
{{ vfs }}:config_file = /etc/ceph/sit.ceph.conf
{{ vfs }}:user_id = sit
{%- if method == 'vfs-new-proxy' +%}
{{ vfs }}:proxy = yes
{%- endif +%}
path = {{ subvol }}
{%- else +%}
path = {{ path }}
Expand Down

0 comments on commit 5a65420

Please sign in to comment.