]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr: "predicted failure" -> "life expectancy", and as a range
authorSage Weil <sage@redhat.com>
Fri, 8 Jun 2018 02:22:47 +0000 (21:22 -0500)
committerSage Weil <sage@redhat.com>
Mon, 11 Jun 2018 12:29:04 +0000 (07:29 -0500)
commit4920bbd6cb49290122eaa0542b7a81ffaa0f4aed
tree7198a6e509e08652df04c0792011d0084f0af990
parentadfd1ef610cf75a2a799de7a0aa336d28e2779b2
mgr: "predicted failure" -> "life expectancy", and as a range

1- Change terminology from "predicted failure" to "life expectancy", which
has a more intuitive meaning.

2- Change from an expected time stamp to a range.  Any expectancy has an
inherent uncertainty, so a single time is not meaningful.  Instead, express
as a range, e.g. "4-6 weeks from now", where we record the min and max
date as well as when the prediction was made.

This is still a bit awkward, but I'm not sure what is better.  It will
always be a bit awkward to express uncertainty since in precise terms it
is probably a 90% confidence interval or something.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/DaemonServer.cc
src/mgr/DaemonState.cc
src/mgr/DaemonState.h
src/mgr/MgrCommands.h