On Mon, 2 May 2011, Eric D. Mudama wrote:
These are probably just sparse files.  Nothing to be alarmed about.

They were created via CIFS. I thought sparse files were an iSCSI concept, no?

Sparse files are a traditional Unix filesystem feature. Many/most database files are sparse. All that is needed to create a sparse portion of a file is to seek beyond the current end of the file and write something. The ftruncate() function may be used to create all/part of a file which is sparse. A smart file writer (or the filesystem) could easily convert long blocks of zero to a sparse allocation.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to