]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: disable "auth_allow_insecure_global_id_reclaim" 40959/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:52:05 +0000 (12:52 +0200)
commit0d7b0f76de8f0c4dcb0c54edb6ecebf13cb935e1
treed4863211a15a738feec822055607b1bb78f1cd70
parent281e1ad6de73a206e4032dd214fb81295708b0dd
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