]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMap: DIRTY field as N/A in `df detail` when cache tier not in use
authorDeepika Upadhyay <dupadhya@redhat.com>
Wed, 23 Jun 2021 05:12:38 +0000 (10:42 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 27 Jul 2021 01:36:20 +0000 (07:06 +0530)
commitfafebb1824eb474dbbeb4137c033954d45b508af
tree97cd1d5fe0561c8524c08fce0798f21797ae03cd
parent4b1e101571303c4936ab03b10ea8209bdd0f9fa7
mon/PGMap: DIRTY field as N/A in `df detail` when cache tier not in use

    'ceph df detail' reports a column for DIRTY objects under POOLS even
    though cache tiers not being used.  In replicated or EC pool all objects
    in the pool are reported as logically DIRTY as they have never been
    flushed .
    we display N/A for DIRTY objects if the pool is not a cache tier.

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
src/mon/PGMap.cc