Linux Storage and Filesystem Workshop, day 2
Posted Apr 20, 2009 14:35 UTC (Mon) by
willy (subscriber, #9762)
In reply to:
Linux Storage and Filesystem Workshop, day 2 by giraffedata
Parent article:
Linux Storage and Filesystem Workshop, day 2
The text from the standard says:
DESCRIPTION
The posix_fallocate() function shall ensure that any required storage for regular file data starting at offset and continuing for len bytes is allocated on the file system storage media. If posix_fallocate() returns successfully, subsequent writes to the specified file data shall not fail due to the lack of free space on the file system storage media.
I stand by my assertion that it is currently impossible to provide this with Thin Provisioning without actually writing to every single block.
(
Log in to post comments)