From 83a250d6071019d22225016ad1a7ac2e35730b28 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Mar 2026 13:13:49 -0600 Subject: [PATCH] feat: remove bdev settings --- clusters/cl01tl/helm/rook-ceph/values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index 0ab535624..99977ea44 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -28,10 +28,6 @@ rook-ceph-cluster: imagePullPolicy: IfNotPresent cephClusterSpec: cephConfig: - global: - bdev_enable_discard: "true" - bdev_async_discard: "true" - bdev_async_discard_threads: "1" osd: bluestore_slow_ops_warn_lifetime: "60" bluestore_slow_ops_warn_threshold: "10"