]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: pool stats not returned by default 25635/head
authoralfonsomthd <almartin@redhat.com>
Wed, 19 Dec 2018 15:09:38 +0000 (16:09 +0100)
committeralfonsomthd <almartin@redhat.com>
Mon, 24 Dec 2018 07:48:38 +0000 (08:48 +0100)
commit1d8bb72683b323018692313b40488f473a1c39ff
tree145189f63013e3d52658a0d678b342d817df6542
parent94cb394d62936171196cd434b8306504bd9db796
mgr/dashboard: pool stats not returned by default

* All pool controller methods with same default value
for stats flag.
* Stats requested explicitly by frontend service.
* Updated API tests accordingly.

Fixes: https://tracker.ceph.com/issues/36740
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
qa/tasks/mgr/dashboard/test_pool.py
src/pybind/mgr/dashboard/controllers/pool.py
src/pybind/mgr/dashboard/frontend/src/app/shared/api/pool.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/pool.service.ts