This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-03.15:58:49
SpamBayes Score 0.003254677
Marked as misclassified No
Message-id <1294070330.61.0.948059288935.issue10812@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-03 15:58:50pitrousetrecipients: + pitrou, loewis, georg.brandl, gregory.p.smith, giampaolo.rodola, rosslagerwall
2011-01-03 15:58:50pitrousetmessageid: <1294070330.61.0.948059288935.issue10812@psf.upfronthosting.co.za>
2011-01-03 15:58:49pitroulinkissue10812 messages
2011-01-03 15:58:49pitroucreate