]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: disable "auth_allow_insecure_global_id_reclaim" 40957/head
authorKefu Chai <kchai@redhat.com>
Thu, 15 Apr 2021 13:07:53 +0000 (21:07 +0800)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 21 Apr 2021 10:48:07 +0000 (12:48 +0200)
to silence the health warning of "mons are allowing insecure global_id
reclaim", which prevents the cluster from being active+clean. couple
tests are expecting a warning free cluster before they starts.

as this option is enabled by default for appeasing the old clients, but when it
comes to most of upstream testing, we can just disable it.

Fixes: https://tracker.ceph.com/issues/50374
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 77a8376d0731c24e7bbf24523d3d7450e9f978af)

src/vstart.sh

index 10fecde7553fb986af9f6d86c9066513bb45a4aa..2372b623dc188341129acc3de7a8ee248ecb35b6 100755 (executable)
@@ -741,6 +741,7 @@ $CMONDEBUG
         $(format_conf "${extra_conf}")
         mon cluster log file = $CEPH_OUT_DIR/cluster.mon.\$id.log
         osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd
+        auth allow insecure global id reclaim = false
 EOF
 }