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 28, 2025
1 parent 331d75b commit c171265
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 = auto
{%- endif +%}
path = {{ subvol }}
{%- else +%}
path = {{ path }}
Expand Down

0 comments on commit c171265

Please sign in to comment.