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 22, 2016
2 parents b2b08b5 + 5ffee35 commit 91eacaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mon/OSDMonitor.cc
Expand Up @@ -2932,7 +2932,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 91eacaf

Please sign in to comment.