Skip to content

Commit

Permalink
(pillan) remove nfs relative exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Dec 12, 2024
1 parent 8482dd6 commit d7da452
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fleet/lib/rook-ceph-conf/charts/pillan/templates/cm-cephcli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ data:
waitfornfs jhome
ceph nfs export rm jhome /jhome
ceph nfs export create cephfs jhome /jhome jhome /jhome
ceph nfs export create cephfs jhome /jhome jhome
waitfornfs lsstdata
ceph nfs export rm lsstdata /lsstdata
ceph nfs export create cephfs lsstdata /lsstdata lsstdata # no /lsstdata relative export
ceph nfs export create cephfs lsstdata /lsstdata lsstdata
waitfornfs project
ceph nfs export rm project /project
ceph nfs export create cephfs project /project project /project
ceph nfs export create cephfs project /project project
waitfornfs scratch
ceph nfs export rm scratch /scratch
ceph nfs export create cephfs scratch /scratch scratch /scratch
ceph nfs export create cephfs scratch /scratch scratch
waitfornfs obs-env
ceph nfs export rm obs-env /obs-env
Expand All @@ -40,7 +40,7 @@ data:
waitfornfs rsphome
ceph nfs export rm rsphome /rsphome
ceph nfs export create cephfs rsphome /rsphome rsphome /rsphome
ceph nfs export create cephfs rsphome /rsphome rsphome
ceph mgr module enable rook
ceph orch set backend rook
Expand Down

0 comments on commit d7da452

Please sign in to comment.