From: Kefu Chai Date: Thu, 15 Apr 2021 13:07:53 +0000 (+0800) Subject: vstart.sh: disable "auth_allow_insecure_global_id_reclaim" X-Git-Tag: v17.1.0~2252^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40873%2Fhead;p=ceph.git vstart.sh: disable "auth_allow_insecure_global_id_reclaim" 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 --- diff --git a/src/vstart.sh b/src/vstart.sh index 4037cf1829b7..178e4ae657fa 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -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 }