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 <anoopcs@cryptolab.net>
  • Loading branch information
anoopcs9 committed Jan 31, 2025
1 parent 8f9c744 commit c7a7f3a
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 c7a7f3a

Please sign in to comment.