]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Improve health status for backfill_toofull and recovery_toofull 28204/head
authorDavid Zafman <dzafman@redhat.com>
Wed, 22 May 2019 01:29:30 +0000 (18:29 -0700)
committerDavid Zafman <dzafman@redhat.com>
Thu, 20 Jun 2019 02:22:01 +0000 (02:22 +0000)
commitfa698e18e1c9b1804ff36a4f069cbcfb974b6f08
treee6fb106ea5e6a9a2980e74215c1f99e395b5ea68
parentc036b9265f6de6c31386f0ca50411f0e0c5c00e3
mon: Improve health status for backfill_toofull and recovery_toofull

Treat backfull_toofull as a warning condition because it can resolve itself.
Includes test case for PG_BACKFILL_FULL
Includes test case for recovery_toofull / PG_RECOVERY_FULL

Fixes: https://tracker.ceph.com/issues/39555
Signed-off-by: David Zafman <dzafman@redhat.com>
doc/rados/operations/health-checks.rst
doc/rados/operations/monitoring-osd-pg.rst
doc/rados/operations/pg-states.rst
qa/standalone/osd/osd-backfill-space.sh
qa/standalone/osd/osd-recovery-space.sh [new file with mode: 0755]
src/mon/PGMap.cc