Linux Storage and Filesystem Workshop, day 2
Posted Apr 17, 2009 21:10 UTC (Fri) 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
That's no more interesting than the simpler problem that when you go
to extend a sequential file, the write request fails even though the
filesystem has space available.
This was in the context of an application having used the posix_fallocate() call. If that call succeeds, the application is guaranteed to be able to use the storage that has been so allocated. Thin Provisioning breaks this, and it's far from clear how to fix it.
(
Log in to post comments)