mirror of https://github.com/ceph/ceph-ansible.git
Set ceph_rbd_mirror_pool default value
Signed-off-by: Teoman ONAY <tonay@redhat.com>pull/7273/head
parent
cef1636f70
commit
0c50bfac98
|
@ -460,6 +460,11 @@ dummy:
|
|||
#health_osd_check_retries: 20
|
||||
#health_osd_check_delay: 10
|
||||
|
||||
##############
|
||||
# RBD-MIRROR #
|
||||
##############
|
||||
|
||||
#ceph_rbd_mirror_pool: "rbd"
|
||||
|
||||
###############
|
||||
# NFS-GANESHA #
|
||||
|
|
|
@ -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 #
|
||||
|
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in New Issue