-
Notifications
You must be signed in to change notification settings - Fork 310
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
copy_file_range unable to copy file from overlay file system, when file originated from non-overlay file system #2715
Comments
Hi ericsciple, AKS bot here 👋 I might be just a bot, but I'm told my suggestions are normally quite good, as such:
|
This comment may be related. If so, I wonder whether AKS would need to update to future version of linux to receive the fix? |
Triage required from @Azure/aks-pm |
Per this comment the bug was backported into the Ubuntu 5.4 kernel, which is the base for the Ubuntu 5.4.0-azure kernel, which is what AKS nodes use. Once the upstream packages are fixed the patch will get into our next OS update image. |
Action required from @Azure/aks-pm |
Issue needing attention of @Azure/aks-leads |
12 similar comments
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
This is definitely fixed. Please just close this so that I stop getting spammed for an azure PM to pay attention? |
Issue needing attention of @Azure/aks-leads |
18 similar comments
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
Issue needing attention of @Azure/aks-leads |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
Issue needing attention of @Azure/aks-leads |
Thanks for reaching out. I'm closing this issue as it was marked with "Fix released" and it hasn't had activity for 7 days. |
What happened:
copy_file_range
cannot copy the file and always copies 0 bytesWhat you expected to happen:
copy_file_range
is able to copy the fileHow to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Key details:
non-overlay -> overlay -> overlay
fails, but we also see the same issue when attemptingnon-overlay -> overlay -> non-overlay
Environment:
kubectl version
)The text was updated successfully, but these errors were encountered: