Guest User

Untitled

a guest
Jan 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. command actual expected ok/not ok
  2.  
  3. du -c 1.47TB used 1.47TB used ok
  4.  
  5. zfs list used 2.48TB used 1.47TB not ok
  6. avail 206GB avail 1.2TB not ok
  7.  
  8. zpool list size 3.64TB size 3.64TB ok
  9. used 3.31TB used 1.95TB not ok
  10. avail 334GB avail 1.69TB not ok
  11.  
  12. Windows right Disk size 2.67TB Disk size 2.67TB ok
  13. click disk, Used 2.47TB Used 1.47 not ok
  14. properties free 206GB free 1.2TB not ok
  15.  
  16. Windows select total file size total file size
  17. all files, 1.48TB 1.48TB ok
  18. right click,
  19. properties
  20.  
  21. There was a change where snapshots are no longer shown by default.
  22. This can be configured back to the old behaviour setting the zpool
  23. "listsnapshots" property to "on"
  24.  
  25. Otherwise, you need to use the "-t snapshot" list.
  26.  
  27. But, a much better method of tracking this down is to use:
  28. zfs list -o space
  29.  
  30. That will show the accounting for all dataset objects.
  31. -- richard
  32.  
  33. zfs list -t all
  34.  
  35. zfs list -t snapshot
Add Comment
Please, Sign In to add comment