]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Pool list shows current r/w byte usage in graph 28153/head
authorStephan Müller <smueller@suse.com>
Mon, 27 May 2019 13:10:58 +0000 (15:10 +0200)
committerStephan Müller <smueller@suse.com>
Mon, 17 Jun 2019 15:04:22 +0000 (17:04 +0200)
commit2f18cf577033f8a4f3e0115b1eb86240c084fc98
tree449ace333ca9809a7314c1de50d174903e5f5036
parent692b78891f0afedaf641c0dfb0c0a01805a00ea2
mgr/dashboard: Pool list shows current r/w byte usage in graph

Now the pool list will show the current read and write byte usage in the
sparkline graph like it is already done in the OSD listing.

Fixes: https://tracker.ceph.com/issues/39650
Signed-off-by: Stephan Müller <smueller@suse.com>
qa/tasks/mgr/dashboard/test_pool.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-stat.ts
src/pybind/mgr/dashboard/services/ceph_service.py