Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable cephfs drivers #13

Merged
merged 1 commit into from
Feb 25, 2024
Merged

disable cephfs drivers #13

merged 1 commit into from
Feb 25, 2024

Conversation

jgilfoil
Copy link
Owner

hoping this will reduce resource usage by the rook system since i'm not using the cephfs features.

hoping this will reduce resource usage by the rook system since i'm not using the cephfs features.
Copy link

--- kubernetes/apps/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator

+++ kubernetes/apps/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator

@@ -31,12 +31,13 @@

     cleanupOnFail: true
     remediation:
       retries: 3
   values:
     csi:
       cephFSKernelMountOptions: ms_mode=prefer-crc
+      enableCephfsDriver: false
       enableLiveness: true
       serviceMonitor:
         enabled: true
     monitoring:
       enabled: true
     resources:

Copy link

--- HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

+++ HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

@@ -8,13 +8,13 @@

   ROOK_LOG_LEVEL: INFO
   ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: '15'
   ROOK_OBC_WATCH_OPERATOR_NAMESPACE: 'true'
   ROOK_CEPH_ALLOW_LOOP_DEVICES: 'false'
   ROOK_ENABLE_DISCOVERY_DAEMON: 'false'
   ROOK_CSI_ENABLE_RBD: 'true'
-  ROOK_CSI_ENABLE_CEPHFS: 'true'
+  ROOK_CSI_ENABLE_CEPHFS: 'false'
   CSI_ENABLE_CEPHFS_SNAPSHOTTER: 'true'
   CSI_ENABLE_NFS_SNAPSHOTTER: 'true'
   CSI_ENABLE_RBD_SNAPSHOTTER: 'true'
   CSI_PLUGIN_ENABLE_SELINUX_HOST_MOUNT: 'false'
   CSI_ENABLE_ENCRYPTION: 'false'
   CSI_ENABLE_OMAP_GENERATOR: 'false'

@jgilfoil jgilfoil merged commit c5fce74 into main Feb 25, 2024
5 checks passed
@jgilfoil jgilfoil deleted the feature/rook-ceph branch February 25, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant