]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone: default to disable insecure global id reclaim
authorSage Weil <sage@newdream.net>
Sun, 28 Mar 2021 22:07:57 +0000 (18:07 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Apr 2021 18:50:53 +0000 (20:50 +0200)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 72c4fc75ad301980baebc7789ed6391444057e5b)

qa/standalone/ceph-helpers.sh

index c76c2f1b0e527b7d60d82097d6f3e30e93dce671..d945ccf0707ee6d3c10b0fbfdac0034f7c347bde 100755 (executable)
@@ -481,6 +481,7 @@ function run_mon() {
        --mon-allow-pool-size-one \
        --osd-pool-default-pg-autoscale-mode off \
        --mon-osd-backfillfull-ratio .99 \
+       --mon-warn-on-insecure-global-id-reclaim-allowed=false \
         "$@" || return 1
 
     cat > $dir/ceph.conf <<EOF