From 1719dc16e1b14e39f00370708d4ef1c4160b8b02 Mon Sep 17 00:00:00 2001 From: bw6938 Date: Mon, 12 Apr 2021 14:55:37 +0000 Subject: [PATCH] Add Health metrics pool device_health_metrics introduced in Nautilus release https: //ceph.io/update/new-in-nautilus-device-management-and-failure-prediction/ Change-Id: I0306e7f2bac578a7052ebed16b8947146e154b5f --- tools/deployment/component/ceph/ceph.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/deployment/component/ceph/ceph.sh b/tools/deployment/component/ceph/ceph.sh index 82bbcf6d7c..5e92480b75 100755 --- a/tools/deployment/component/ceph/ceph.sh +++ b/tools/deployment/component/ceph/ceph.sh @@ -74,6 +74,11 @@ conf: default: crush_rule: same_host spec: + # Health metrics pool + - name: device_health_metrics + application: mgr_devicehealth + replication: 1 + percent_total_data: 5 # RBD pool - name: rbd application: rbd