]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: disable "auth_allow_insecure_global_id_reclaim" 40958/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:49:30 +0000 (12:49 +0200)
commit7a600725761d91ee5b952cb3bd75c49735f6bd84
tree39fc80aef2e572c67bed738b939eabd0b6a34e8d
parente647a64c1e8147b04e84575a0fc53dee65cecab2
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>
(cherry picked from commit 77a8376d0731c24e7bbf24523d3d7450e9f978af)
src/vstart.sh