Skip to content

Commit

Permalink
Merge pull request #9388: jewel: mon : Display full flag in ceph stat…
Browse files Browse the repository at this point in the history
…us if full flag is set

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Aug 16, 2016
2 parents 4183691 + 5ffee35 commit fddf242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mon/OSDMonitor.cc
Expand Up @@ -2920,7 +2920,8 @@ void OSDMonitor::get_health(list<pair<health_status_t,string> >& summary,
}

// warn about flags
if (osdmap.test_flag(CEPH_OSDMAP_PAUSERD |
if (osdmap.test_flag(CEPH_OSDMAP_FULL |
CEPH_OSDMAP_PAUSERD |
CEPH_OSDMAP_PAUSEWR |
CEPH_OSDMAP_NOUP |
CEPH_OSDMAP_NODOWN |
Expand Down

0 comments on commit fddf242

Please sign in to comment.