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 <tonay@redhat.com>
(cherry picked from commit 0c50bfa)
(cherry picked from commit 8a0b5a9)
  • Loading branch information
asm0deuz authored and guits committed Aug 4, 2022
1 parent 508269e commit 593325e
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 @@ -466,6 +466,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 @@ -466,6 +466,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 @@ -458,6 +458,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 593325e

Please sign in to comment.