mirror of
https://github.com/ceph/ceph
synced 2025-01-27 05:25:10 +00:00
35820f4b88
Raise a health warning if we have invalid (unparsable) caps in the auth database. Include a simple test. Signed-off-by: Sage Weil <sage@redhat.com>
18 lines
224 B
YAML
18 lines
224 B
YAML
roles:
|
|
- - mon.a
|
|
- mgr.x
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- client.0
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(AUTH_BAD_CAPS\)
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- mon/auth_caps.sh
|