rldleblanc

Untitled

Oct 7th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. It may be because the CRUSH map has been changing very fast and the OSDs have fallen behind. To recover do this:
  2. ceph osd set noup
  3. ceph osd set nodown
  4. ceph osd set noout
  5. Start all the OSDs and when they are all showing the same or <1000 epoch value:
  6. for OSD in {0..9}; do ceph daemon osd.$OSD status; done
  7. ceph osd unset noup
  8. Once the cluster is recovered:
  9. ceph osd unset nodown
  10. ceph osd unset noout
Advertisement
Add Comment
Please, Sign In to add comment