Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. root@storage2:/srv/node# xfs_repair /dev/sdc1
  2. Phase 1 - find and verify superblock...
  3. Phase 2 - using internal log
  4. - zero log...
  5. - scan filesystem freespace and inode maps...
  6. - found root inode chunk
  7. Phase 3 - for each AG...
  8. - scan and clear agi unlinked lists...
  9. - process known inodes and perform inode discovery...
  10. - agno = 0
  11. - agno = 1
  12. - agno = 2
  13. - agno = 3
  14. - process newly discovered inodes...
  15. Phase 4 - check for duplicate blocks...
  16. - setting up duplicate extent list...
  17. - check for inodes claiming duplicate blocks...
  18. - agno = 0
  19. - agno = 3
  20. - agno = 2
  21. - agno = 1
  22. Phase 5 - rebuild AG headers and trees...
  23. - reset superblock...
  24. Phase 6 - check inode connectivity...
  25. - resetting contents of realtime bitmap and summary inodes
  26. - traversing filesystem ...
  27. - traversal finished ...
  28. - moving disconnected inodes to lost+found ...
  29. Phase 7 - verify and correct link counts...
  30. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement