[issue24564] shutil.copytree fails when copying NFS to NFS

Michael Burt report at bugs.python.org
Mon Sep 9 17:58:13 EDT 2019


Michael Burt <michael at unsupervised.com> added the comment:

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

----------
nosy: +Michael Burt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24564>
_______________________________________


More information about the Python-bugs-list mailing list