Change ceph-mon configuration

Now the "auth allow insecure global id reclaim" is false by default to
all monitors. By default ceph nautilus keeps this enabled to make possible the
cluster have a mixed set of ceph versions.

As this is not the case during an initial installation, we can add
this by default.

Gdisk was added again as this is necessary for StarlingX

Story: 2009074
Task: 43464

Signed-off-by: Delfino Curado <delfinogomes.curadofilho@windriver.com>
Change-Id: I5f3e432444b60ab73136431bb94bb6ab532ae0ab
This commit is contained in:
Delfino Curado 2021-09-15 12:05:18 -04:00
parent fe1daa4e82
commit d947f5434b
2 changed files with 2 additions and 1 deletions

View File

@ -596,6 +596,7 @@ Requires: util-linux
Requires: xfsprogs
Requires: which
%if 0%{?fedora} || 0%{?rhel}
Requires: gdisk
# The following is necessary due to tracker 36508 and can be removed once the
# associated upstream bugs are resolved.
%if 0%{with tcmalloc}
@ -1468,7 +1469,6 @@ CMAKE=cmake3
%else
CMAKE=cmake
%endif
${CMAKE} .. \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=Release \

View File

@ -56,3 +56,4 @@
mon pg warn max per osd = 2048
mon pg warn max object skew = 0
mgr initial modules = restful
auth allow insecure global id reclaim = false