mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #653 from ksingh7/fix_mon_containerized_deployment_with_kv
ceph-common: Fix for issue no. 652pull/663/head
commit
e539645fba
|
@ -340,3 +340,7 @@ dummy:
|
|||
|
||||
#docker: false
|
||||
|
||||
# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
|
||||
# by ceph.conf.j2 template. so it should always be defined
|
||||
#mon_containerized_deployment_with_kv: false
|
||||
|
||||
|
|
|
@ -331,3 +331,7 @@ os_tuning_params:
|
|||
##########
|
||||
|
||||
docker: false
|
||||
|
||||
# Do not comment the variable mon_containerized_deployment_with_kv here. This variable is being used
|
||||
# by ceph.conf.j2 template. so it should always be defined
|
||||
mon_containerized_deployment_with_kv: false
|
||||
|
|
Loading…
Reference in New Issue