diff --git a/ceph/ceph/centos/ceph.spec b/ceph/ceph/centos/ceph.spec index 842865e46..7bce0255f 100644 --- a/ceph/ceph/centos/ceph.spec +++ b/ceph/ceph/centos/ceph.spec @@ -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 \ diff --git a/ceph/ceph/files/ceph.conf b/ceph/ceph/files/ceph.conf index 29e0711ea..2bc42642f 100644 --- a/ceph/ceph/files/ceph.conf +++ b/ceph/ceph/files/ceph.conf @@ -56,3 +56,6 @@ mon pg warn max per osd = 2048 mon pg warn max object skew = 0 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