[pve-devel] applied: [PATCH manager] ui: add ceph recovery graph and progressbar

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jul 21 19:50:05 CEST 2020


On 21.07.20 15:06, Dominik Csapak wrote:
> shows a runningChart (like for reads) for the recovery speed
> also shows a progressbar of the health percentage of the cluster
> with an estimate of how long the recovery might need
> (unhealthy objects) / (objects per second)
> 
> only show them when a recovery is ongoing or there are unhealthy
> objects
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> we could also opt to only show it when there is really recovery
> going on (recovering_objects_per_sec !== undefined) but
> in my tests sometimes during recovery, ceph would not return those
> values intermittently, making the panel flicker, so i opted
> to show it also when there are unhealthy objects
> (though i am not opposed to to the first and have some counter
> to catch intermittent missing values)
> 
>  www/manager6/ceph/Status.js | 63 +++++++++++++++++++++++++++++++++++--
>  1 file changed, 60 insertions(+), 3 deletions(-)
> 
>

applied, thanks!





More information about the pve-devel mailing list