[issue10812] Add some posix functions

Antoine Pitrou report at bugs.python.org
Mon Jan 3 16:58:50 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

According to the posix_fallocate() man page under OpenSolaris:

     EINVAL    The len argument is less than or equal to zero, or
               the  offset  argument  is  less  than zero, or the
               underlying  file  system  does  not  support  this
               operation.

I would go for the third (last) interpretation: the filesystem (ZFS here) doesn't support it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10812>
_______________________________________


More information about the Python-bugs-list mailing list