Advertisement
Guest User

Untitled

a guest
Nov 19th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. root@node-1:~# ceph osd set noout
  2. set noout
  3. root@node-1:~# ceph -s
  4. cluster 8a9f01e1-50ff-4c35-afcd-c05b9b7933d6
  5. health HEALTH_WARN 136 pgs degraded; 55 pgs peering; 161 pgs stale; 56 pgs stuck inactive; 161 pgs stuck stale; 192 pgs stuck unclean; noout flag(s) set
  6. monmap e1: 1 mons at {node-1=192.168.0.6:6789/0}, election epoch 1, quorum 0 node-1
  7. osdmap e47: 4 osds: 4 up, 4 in
  8. flags noout
  9. pgmap v130: 192 pgs, 3 pools, 0 bytes data, 0 objects
  10. 6277 MB used, 23087 GB / 23093 GB avail
  11. 1 inactive
  12. 25 stale+peering
  13. 27 peering
  14. 3 remapped+peering
  15. 136 stale+active+degraded
  16. root@node-1:~# ceph osd unset noout
  17. unset noout
  18. root@node-1:~# ceph -s
  19. cluster 8a9f01e1-50ff-4c35-afcd-c05b9b7933d6
  20. health HEALTH_WARN 136 pgs degraded; 55 pgs peering; 161 pgs stale; 56 pgs stuck inactive; 161 pgs stuck stale; 192 pgs stuck unclean
  21. monmap e1: 1 mons at {node-1=192.168.0.6:6789/0}, election epoch 1, quorum 0 node-1
  22. osdmap e48: 4 osds: 4 up, 4 in
  23. pgmap v132: 192 pgs, 3 pools, 0 bytes data, 0 objects
  24. 6277 MB used, 23087 GB / 23093 GB avail
  25. 1 inactive
  26. 25 stale+peering
  27. 27 peering
  28. 3 remapped+peering
  29. 136 stale+active+degraded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement