Advertisement
Guest User

Untitled

a guest
May 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # zpool status
  2. pool: tank
  3. state: FAULTED
  4. status: An intent log record could not be read.
  5. Waiting for adminstrator intervention to fix the faulted pool.
  6. action: Either restore the affected device(s) and run 'zpool online',
  7. or ignore the intent log records by running 'zpool clear'.
  8. scrub: none requested
  9. config:
  10.  
  11. NAME STATE READ WRITE CKSUM
  12. tank FAULTED 0 0 1 bad intent log
  13. aacd0s1g ONLINE 0 0 6
  14.  
  15. # truss zpool clear
  16. [...]
  17. readlink("/etc/malloc.conf",0x7fbfa743,1024) ERR#2 'No such file or directory'
  18. issetugid(0x2822ad11,0x7fbfa743,0x400,0x7fbfa73c,0x0,0x0) = 0 (0x0)
  19. break(0x8100000) = 0 (0x0)
  20. __sysctl(0x7fbfa9c4,0x2,0x7fbfa9cc,0x7fbfa9d0,0x0,0x0) = 0 (0x0)
  21. mmap(0x0,1048576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 673554432 (0x2825a000)
  22. mmap(0x2835a000,679936,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 674603008 (0x2835a000)
  23. munmap(0x2825a000,679936) = 0 (0x0)
  24. open("/dev/zfs",O_RDWR,05001323151) = 2 (0x2)
  25. open("/dev/null",O_RDONLY,0666) = 3 (0x3)
  26. open("/etc/zfs/exports",O_RDONLY,0666) = 4 (0x4)
  27. ioctl(2,0xcc285a05 { IORW 0x5a('Z'), 5, 3112 },0x7fbf9f4c) = 0 (0x0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement