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 drosera
Recipients drosera, r.david.murray, vstinner
Date 2014-09-17.09:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410946549.76.0.670338295612.issue22326@psf.upfronthosting.co.za>
In-reply-to
Content
strace gives me the error:

  unlink("/mnt/tmpu817xz") = -1 EIO (Input/output error)

But after escalating the issue to our server vendor it turned out that the problem lies in the filesystem option "nbmand".  If this option is set to "on" - which it seems to be by default on our zfs filesystems - and the filesystem is exported and mounted with NFS v4, then tempfile.TemporaryFile fails:

[...]
V4 Call (Reply In 167) RENAME From: tmpr0OaMb To: .nfs00000000000000270000af65
V4 Reply (Call In 166) RENAME Status: NFS4ERR_FILE_OPEN
[...]

I assume that this is nothing Python can check for and therefore not a Python problem.

Not sure what the policy is: Can I set the ticket to "solved" myself?
History
Date User Action Args
2014-09-17 09:35:49droserasetrecipients: + drosera, vstinner, r.david.murray
2014-09-17 09:35:49droserasetmessageid: <1410946549.76.0.670338295612.issue22326@psf.upfronthosting.co.za>
2014-09-17 09:35:49droseralinkissue22326 messages
2014-09-17 09:35:49droseracreate