Override ceph_mon to v2 protocol
As we're running ceph scenarios using nautilus containers, we need to disable mon_host v1 protocol in ceph.conf to make the mon bootstrap phase work correctly as per Red Hat BZ #1697977 Change-Id: I7af4afce59206a1f471c7866c34823739fff34c2 Depends-On: I743a002e5d21a3a150727fda2117a04d4c389d38 Depends-On: https://review.opendev.org/#/c/651287
This commit is contained in:
parent
d074ff130a
commit
1550746930
@ -78,6 +78,7 @@ parameter_defaults:
|
||||
centos_package_dependencies: []
|
||||
ceph_osd_docker_memory_limit: '1g'
|
||||
ceph_mds_docker_memory_limit: '1g'
|
||||
mon_host_v1: { 'enabled': False }
|
||||
#NOTE: These ID's and keys should be regenerated for
|
||||
# a production deployment. What is here is suitable for
|
||||
# developer and CI testing only.
|
||||
|
@ -54,6 +54,7 @@ parameter_defaults:
|
||||
centos_package_dependencies: []
|
||||
ceph_osd_docker_memory_limit: '1g'
|
||||
ceph_mds_docker_memory_limit: '1g'
|
||||
mon_host_v1: { 'enabled': False }
|
||||
#NOTE: These ID's and keys should be regenerated for
|
||||
# a production deployment. What is here is suitable for
|
||||
# developer and CI testing only.
|
||||
|
Loading…
x
Reference in New Issue
Block a user