mirror of
https://github.com/ceph/ceph
synced 2025-02-08 11:29:17 +00:00
Balancer triggers peering, which may make PGs briefly go inactive--when they possibly haven't been active yet. E.g., "PG_AVAILABILITY": { "severity": "HEALTH_WARN", "summary": { "message": "Reduced data availability: 3 pgs inactive, 3 pgs peering", "count": 6 }, "detail": [ { "message": "pg 2.6 is stuck peering since forever, current state peering, last acting [2,0]" }, { "message": "pg 2.1c is stuck peering since forever, current state peering, last acting [2,1]" }, { "message": "pg 2.7a is stuck peering since forever, current state peering, last acting [2,0]" } ] } Signed-off-by: Sage Weil <sage@redhat.com>
13 lines
231 B
YAML
13 lines
231 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
log-whitelist:
|
|
- \(PG_AVAILABILITY\)
|
|
- cram:
|
|
clients:
|
|
client.0:
|
|
- src/test/cli-integration/balancer/misplaced.t
|