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 Michael Burt
Recipients Albert.Zeyer, Gabriel Devenyi, Michael Burt, cdyson37, cheryl.sabella, desbma, giampaolo.rodola, hans-meine, hynek, jhamrick, larry, minrk, r.david.murray
Date 2019-09-09.21:58:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568066293.6.0.818291957275.issue24564@roundup.psfhosted.org>
In-reply-to
Content
This is still a problem when shutil gets a errno.ENOSYS

I hit this bug on Microsoft Azure when I mount an Azure File (managed NFS) into an AKS cluster (managed Kubernetes offering) and try to copy a file from the NFS over to the local disk on the node using shutil.copytree().

The workaround I am using came from this StackOverflow answer: https://stackoverflow.com/a/51635427/3736286
History
Date User Action Args
2019-09-09 21:58:13Michael Burtsetrecipients: + Michael Burt, larry, giampaolo.rodola, r.david.murray, Albert.Zeyer, hynek, desbma, hans-meine, minrk, jhamrick, Gabriel Devenyi, cheryl.sabella, cdyson37
2019-09-09 21:58:13Michael Burtsetmessageid: <1568066293.6.0.818291957275.issue24564@roundup.psfhosted.org>
2019-09-09 21:58:13Michael Burtlinkissue24564 messages
2019-09-09 21:58:13Michael Burtcreate