Skip to content

Commit

Permalink
Set ceph_rbd_mirror_pool default value
Browse files Browse the repository at this point in the history
Signed-off-by: Teoman ONAY <[email protected]>
(cherry picked from commit 0c50bfa)
  • Loading branch information
asm0deuz authored and mergify[bot] committed Aug 2, 2022
1 parent 80dc46d commit 8a0b5a9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions group_vars/all.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@ dummy:
#health_osd_check_retries: 20
#health_osd_check_delay: 10

##############
# RBD-MIRROR #
##############

#ceph_rbd_mirror_pool: "rbd"

###############
# NFS-GANESHA #
Expand Down
5 changes: 5 additions & 0 deletions group_vars/rhcs.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,11 @@ ceph_iscsi_config_dev: false
#health_osd_check_retries: 20
#health_osd_check_delay: 10

##############
# RBD-MIRROR #
##############

#ceph_rbd_mirror_pool: "rbd"

###############
# NFS-GANESHA #
Expand Down
5 changes: 5 additions & 0 deletions roles/ceph-defaults/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,11 @@ health_mon_check_delay: 10
health_osd_check_retries: 20
health_osd_check_delay: 10

##############
# RBD-MIRROR #
##############

ceph_rbd_mirror_pool: "rbd"

###############
# NFS-GANESHA #
Expand Down

0 comments on commit 8a0b5a9

Please sign in to comment.