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

luminous: mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obsolete #19830

Merged
merged 1 commit into from Feb 1, 2018

Conversation

shinobu-x
Copy link
Contributor

CEPH_OSDMAP_FULL flag was obsoleted by
b4ca5ae. So, check if the metadata pool is
full instead which is a decent proxy (as metadata operations can still
proceed). However, the data pool may still be full which would result in some
operations still not completing (like inode backtrace updates).

Fixes: http://tracker.ceph.com/issues/22483

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit d678415)
@tchaikov tchaikov added this to the luminous milestone Jan 8, 2018
@smithfarm smithfarm added bug-fix cephfs Ceph File System labels Jan 16, 2018
@yuriw
Copy link
Contributor

yuriw commented Jan 31, 2018

@yuriw yuriw merged commit b4bc724 into ceph:luminous Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants