[EMAIL PROTECTED] said: > It may not be relevant, but I've seen ZFS add weird delays to things too. I > deleted a file to free up space, but when I checked no more space was > reported. A second or two later the space appeared.
Run the "sync" command before you do the "du". That flushes the ARC and/or ZIL out to disk, after which you'll get accurate results. I do the same when timing how long it takes to create a file -- time the file creation plus the sync to see how long it takes to get the data to nonvolatile storage. Regards, Marion _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss