]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: separate omap per-pool vs per-pg alerts 40341/head
authorSage Weil <sage@newdream.net>
Tue, 23 Mar 2021 16:56:59 +0000 (11:56 -0500)
committerSage Weil <sage@newdream.net>
Wed, 24 Mar 2021 12:34:39 +0000 (07:34 -0500)
commitf755e353e88b65fb923289464935ec635daf13b2
tree4bb56b17769663341e2ecddc2d512cd1e5cdb1d4
parentccbf40317fc78d04a521ac83397bfd139d2bf9d8
os/bluestore: separate omap per-pool vs per-pg alerts

Currently the health alert raised does not match the docs, and the docs
do not describe what the health alert indicates.

Octopus added per-pool omap storage.  This improves space accounting
and reporting.

Pacific added per-pg omap storage (object hash in key).  This speeds up
PG removal.

Separate everthing out into two distinct alerts raised from bluestore
and surfaced as health alerts, with corresponding config options to
disable, and update the docs accordingly.

Also update the fsck options for warn vs error, and raise separate
errors for the per-pg and per-pool cases.

Signed-off-by: Sage Weil <sage@newdream.net>
doc/rados/operations/health-checks.rst
src/common/legacy_config_opts.h
src/common/options.cc
src/mon/PGMap.cc
src/os/bluestore/BlueStore.cc
src/os/bluestore/BlueStore.h