diff --git a/ceph-osd/values.yaml b/ceph-osd/values.yaml index 38307dd46..6a4b2d308 100644 --- a/ceph-osd/values.yaml +++ b/ceph-osd/values.yaml @@ -46,7 +46,7 @@ labels: # Keeping ceph-disk as default since gate scripts are still directory backed # osds, need to change this after moving the gates to disk backed osd. deploy: - tool: "ceph-disk" + tool: "ceph-volume" pod: security_context: diff --git a/tools/deployment/multinode/030-ceph.sh b/tools/deployment/multinode/030-ceph.sh index d844e4551..5f61d0963 100755 --- a/tools/deployment/multinode/030-ceph.sh +++ b/tools/deployment/multinode/030-ceph.sh @@ -98,8 +98,6 @@ manifests: cronjob_defragosds: true deployment_cephfs_provisioner: false job_cephfs_client_key: false -deploy: - tool: "ceph-volume" EOF for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do diff --git a/tools/deployment/osh-infra-logging/020-ceph.sh b/tools/deployment/osh-infra-logging/020-ceph.sh index 94dea7273..a2f3a6a23 100755 --- a/tools/deployment/osh-infra-logging/020-ceph.sh +++ b/tools/deployment/osh-infra-logging/020-ceph.sh @@ -173,8 +173,6 @@ pod: mds: 1 mgr: 1 rgw: 1 -deploy: - tool: "ceph-volume" jobs: ceph_defragosds: # Execute every 15 minutes for gates diff --git a/tools/deployment/tenant-ceph/030-ceph.sh b/tools/deployment/tenant-ceph/030-ceph.sh index af49111c1..b74b09d21 100755 --- a/tools/deployment/tenant-ceph/030-ceph.sh +++ b/tools/deployment/tenant-ceph/030-ceph.sh @@ -114,8 +114,6 @@ monitoring: enabled: true ceph_mgr: port: 9283 -deploy: - tool: "ceph-volume" EOF for CHART in ceph-mon ceph-osd ceph-client ceph-provisioners; do