From 21efaf3f4e6d0ee4cc22d70180bcb46b66fc0df9 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 27 May 2021 15:33:45 +0100 Subject: [PATCH] CI: fix backups Ceph pool name We configure Cinder to use a 'backups' pool by default, but in CI we create a 'backup' pool in Ceph. This change fixes CI to use 'backups'. Change-Id: I53892137eb65ecc9530bd3859c651b12ab228a58 --- roles/cephadm/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cephadm/defaults/main.yml b/roles/cephadm/defaults/main.yml index abae1377be..7b3423d3a7 100644 --- a/roles/cephadm/defaults/main.yml +++ b/roles/cephadm/defaults/main.yml @@ -17,7 +17,7 @@ cephadm_ceph_osd_devices: - secondary2:/dev/cephvg/cephlv cephadm_ceph_pools: - - backup + - backups - images - vms - volumes