From 5f645609c8165a834a5dc4e8b7537532aa64f419 Mon Sep 17 00:00:00 2001 From: Stephen Taylor Date: Tue, 13 Dec 2022 14:57:09 -0700 Subject: [PATCH] [Ceph] Add final_osd value to test deployment scripts The ceph-rbd-pool job is being changed to use the "final_osd" target instead of the "osd" target to determine if more OSDs than expected are running. The deployment test scripts therefore must be updated to include this value. Change-Id: I63e4a0b3ba58d5ee79cda75bd9e9650d5a49aff5 --- tools/deployment/component/ceph/ceph.sh | 1 + tools/deployment/multinode/030-ceph.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/deployment/component/ceph/ceph.sh b/tools/deployment/component/ceph/ceph.sh index ea97da6029..0f8f8a008e 100755 --- a/tools/deployment/component/ceph/ceph.sh +++ b/tools/deployment/component/ceph/ceph.sh @@ -75,6 +75,7 @@ conf: tunables: ${CRUSH_TUNABLES} target: osd: 1 + final_osd: 1 pg_per_osd: 100 default: crush_rule: same_host diff --git a/tools/deployment/multinode/030-ceph.sh b/tools/deployment/multinode/030-ceph.sh index b3fa8db2d0..be5d5cff48 100755 --- a/tools/deployment/multinode/030-ceph.sh +++ b/tools/deployment/multinode/030-ceph.sh @@ -53,6 +53,7 @@ conf: tunables: ${CRUSH_TUNABLES} target: osd: ${NUMBER_OF_OSDS} + final_osd: ${NUMBER_OF_OSDS} pg_per_osd: 100 storage: osd: