Project

General

Profile

Bug #48295

Updated by Volker Theile over 3 years ago

The widget 'Client Read/Write' in the performance dashboard section does not show correct write values. 

 !screenshot.png! 

 It seems the backport https://github.com/ceph/ceph/commit/b2360b1a6101b5cc61c236047ce7c757fd02c93d#diff-ca1dfda3e90bbf562ce21e91142772f28f4562d9051610e7902862d2f951dae3R98 https://tracker.ceph.com/issues/42072 was not done correct because the missing code to fix the display issue exists in master, but does not occur in Octopus. the backport. 

 Octopus: 
 https://github.com/ceph/ceph/blob/octopus/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts#L98 https://github.com/ceph/ceph/commit/b2360b1a6101b5cc61c236047ce7c757fd02c93d#diff-ca1dfda3e90bbf562ce21e91142772f28f4562d9051610e7902862d2f951dae3R98 

 Master: 
 https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts#L96 

Back