-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LTFS Ordered Copy Errno 95 #236
Labels
Comments
It looks #define EOPNOTSUPP 95 Your destination filesystem seems not to support extended attribute So I think your fix is reasonable. But it looks good to forcibly unset |
softloft38p-michael
added a commit
to softloft38p-michael/ltfs
that referenced
this issue
Feb 2, 2021
softloft38p-michael
added a commit
to softloft38p-michael/ltfs
that referenced
this issue
Feb 2, 2021
softloft38p-michael
added a commit
to softloft38p-michael/ltfs
that referenced
this issue
Feb 2, 2021
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run ltfs_ordered_copy on an automounted SAN is returning
Check destination (I/O):[Errno 95] Operation not supported
. If I add an additional check on line 365:The copy works as expected. Is it safe to presume that if the operation is not supported the destination is not LTFS or is there another way that this can be handled? In this case, the destination is known not to be LTFS so it works, but it would be good to understand cases where this could be a problem and see if there is a way to allow the copy to proceed even if this cannot be determined programmatically with a flag or something.
Please let me know if there's any data I can provide that would help.
The text was updated successfully, but these errors were encountered: