Displaying 1 result from an estimated 1 matches for "vmwarersync".
2010 Mar 04
8
Huge difference in reporting disk usage via du and zfs list. Fragmentation?
...opied there with rsync. This ZFS then reports 6.39TByte usage with zfs list and only 2TByte usage with du.
The other ZFS was used for similar sized disk images, this time copied via NFS as whole files. On this ZFS du and zfs report exactly the same usage of 3.7TByte.
bash-3.00# zfs list -r zpool1/vmwarersync
NAME USED AVAIL REFER MOUNTPOINT
zpool1/vmwarersync 6.39T 985G 6.39T /export/archiv/VMs/rsync
bash-3.00# du -hs /export/archiv/VMs/rsync
2.0T /export/archiv/VMs/rsync
bash-3.00# zfs list -r zpool1/vmwarevcb
NAME USED AVAIL REFER MOUNTPOINT
zpool1/vmware...