Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nautilus: mgr/dashboard: fix pool usage calculation #37309

Merged
merged 1 commit into from
Sep 24, 2020

Commits on Sep 22, 2020

  1. mgr/dashboard: fix pool usage calculation

    Currently Dashboard Pool usage calculation does not match the output of
    'ceph df' command.
    
    Fixes: https://tracker.ceph.com/issues/45185
    Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
    (cherry picked from commit b4a9dc1)
    
    Conflicts:
    	qa/tasks/mgr/dashboard/helper.py
    	src/mon/PGMap.cc
    	src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.html
    	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/shared/components/usage-bar/usage-bar.component.ts:
            - Keep UsageBar component totalBytes/usedBytes names
            - Bring new UsageBar option decimal
    Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
    epuertat committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    cc20723 View commit details
    Browse the repository at this point in the history