Skip to content

Commit 47f768d

Browse files
markgoddardyoctozepto
authored andcommitted
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 (cherry picked from commit 21efaf3)
1 parent 15e2ded commit 47f768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cephadm/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cephadm_ceph_osd_devices:
1717
- secondary2:/dev/cephvg/cephlv
1818

1919
cephadm_ceph_pools:
20-
- backup
20+
- backups
2121
- images
2222
- vms
2323
- volumes

0 commit comments

Comments
 (0)