]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
vstart.sh: disable "auth_allow_insecure_global_id_reclaim"
authorKefu Chai <kchai@redhat.com>
Thu, 15 Apr 2021 13:07:53 +0000 (21:07 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 15 Apr 2021 13:10:36 +0000 (21:10 +0800)
commit77a8376d0731c24e7bbf24523d3d7450e9f978af
tree89ba1a5827352386f3398de128fb0462c74d8e6e
parent11b72cce08542f4a444e8f0abae1c623eae04f86
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 <kchai@redhat.com>
src/vstart.sh