Merge "Change ceph-mon configuration"
This commit is contained in:
commit
fed65b55e8
@ -596,6 +596,7 @@ Requires: util-linux
|
|||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
Requires: which
|
Requires: which
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
|
Requires: gdisk
|
||||||
# The following is necessary due to tracker 36508 and can be removed once the
|
# The following is necessary due to tracker 36508 and can be removed once the
|
||||||
# associated upstream bugs are resolved.
|
# associated upstream bugs are resolved.
|
||||||
%if 0%{with tcmalloc}
|
%if 0%{with tcmalloc}
|
||||||
@ -1468,7 +1469,6 @@ CMAKE=cmake3
|
|||||||
%else
|
%else
|
||||||
CMAKE=cmake
|
CMAKE=cmake
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
${CMAKE} .. \
|
${CMAKE} .. \
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
@ -56,3 +56,6 @@
|
|||||||
mon pg warn max per osd = 2048
|
mon pg warn max per osd = 2048
|
||||||
mon pg warn max object skew = 0
|
mon pg warn max object skew = 0
|
||||||
mgr initial modules = restful
|
mgr initial modules = restful
|
||||||
|
mon warn on insecure global id reclaim = false
|
||||||
|
mon warn on insecure global id reclaim allowed = false
|
||||||
|
auth allow insecure global id reclaim = true
|
||||||
|
Loading…
Reference in New Issue
Block a user