Skip to content
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

internal/poll: CopyFileRange returns ENOTSUP on Linux 3.10.0 kernel on NFS mount [1.15 backport] #40739

Closed
gopherbot opened this issue Aug 12, 2020 · 3 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@gopherbot
Copy link

@ianlancetaylor requested issue #40731 to be considered for backport to the next 1.15 minor release.

@gopherbot Please open a backport to 1.15.

This bug causes failures doing ordinary file operations on files opened on NFS. The code involved is new in 1.15

FYI @acln0

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Aug 12, 2020
@gopherbot gopherbot added this to the Go1.15.1 milestone Aug 12, 2020
@gopherbot
Copy link
Author

Change https://golang.org/cl/249197 mentions this issue: [release-branch.go1.15] internal/poll: treat copy_file_range EOPNOTSUPP as not-handled

@dmitshur
Copy link
Contributor

Approved per discussion in a release meeting. Only 1.15 needs this backport.

@dmitshur dmitshur added CherryPickApproved Used during the release process for point releases and removed CherryPickCandidate Used during the release process for point releases labels Aug 21, 2020
@gopherbot
Copy link
Author

Closed by merging f2b7109 to release-branch.go1.15.

gopherbot pushed a commit that referenced this issue Aug 21, 2020
…PP as not-handled

For #40731
Fixes #40739

Change-Id: I3e29878d597318acf5edcc38497aa2624f72be35
Reviewed-on: https://go-review.googlesource.com/c/go/+/248258
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
(cherry picked from commit d3a411b)
Reviewed-on: https://go-review.googlesource.com/c/go/+/249197
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
@dmitshur dmitshur modified the milestones: Go1.15.1, Go1.15.2 Sep 1, 2020
@golang golang locked and limited conversation to collaborators Sep 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants