]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMap: remove skewed utilizatoin warning 16461/head
authorSage Weil <sage@redhat.com>
Fri, 21 Jul 2017 15:58:08 +0000 (11:58 -0400)
committerSage Weil <sage@redhat.com>
Fri, 21 Jul 2017 15:58:08 +0000 (11:58 -0400)
commit7832c53375ad24f3b54a68a3c63b056e69e3fa0d
tree01d0addca68e1f71f4097689b439a12cdf58591a
parent410ab9a25d9eaa89e009d38f134ad25908279b73
mon/PGMap: remove skewed utilizatoin warning

This has a few problems:

1- It does not do it's analysis over CRUSH rule roots/classes, which
means that an innocent user of classes will see skewed usage (bc hdds are
more full than ssds, say)

2- It does not take degraded clusters into account, which means the warning
will appear when a fresh OSD is added.

See http://tracker.ceph.com/issues/20730

Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes
src/common/legacy_config_opts.h
src/mon/PGMap.cc