ceph/qa/suites/rados/thrash-old-clients/ceph.yaml
Sage Weil 7ca7418322 cephadm: set auth_allow_insecure_global_id_reclaim for mon on bootstrap
If this is a fresh pacific cluster, let's assume that there won't be
legacy clients connecting.  (And if there are, let's put the burden on
the user to enable them to do so insecurely.)

This is in contrast to upgrades, where our focus is on not breaking
anything.

Signed-off-by: Sage Weil <sage@newdream.net>
2021-04-06 17:28:55 -04:00

8 lines
149 B
YAML

# Don't verify os + flavor + sha1
verify_ceph_hash: false
tasks:
- cephadm:
conf:
mon:
auth allow insecure global id reclaim: true