We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f217828 commit cc0af45Copy full SHA for cc0af45
fleet/lib/rook-ceph-conf/charts/gaw/templates/cm-cephcli.yaml
@@ -14,7 +14,9 @@ data:
14
ceph nfs export rm backup /backup
15
ceph nfs export create cephfs backup /backup backup
16
17
- ceph mgr module enable rook
18
- ceph orch set backend rook
19
ceph device monitoring on
20
ceph config set global device_failure_prediction_mode local
+ ceph telemetry on --license sharing-1-0
+
21
+ ceph osd pool set .mgr nodelete true
22
+ ceph osd pool set .mgr nosizechange true
0 commit comments