Michael Burt <mich...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue24564>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to