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

Backup failure: Download shard n failed copy backup to file [Port to 1.9] #22700

Closed
davidby-influx opened this issue Oct 19, 2021 · 0 comments · Fixed by #22730
Closed

Backup failure: Download shard n failed copy backup to file [Port to 1.9] #22700

davidby-influx opened this issue Oct 19, 2021 · 0 comments · Fixed by #22730

Comments

@davidby-influx
Copy link
Contributor

Port #16739 to 1.9 branch

@davidby-influx davidby-influx self-assigned this Oct 19, 2021
davidby-influx added a commit that referenced this issue Oct 21, 2021
If os.Link fails with syscall.ENOTSUP, then the file
system does not support links, and we must make copies
to snapshot files for backup. We also automatically make
copies instead of link on Windows, because although it
makes links, their semantics are different from Linux.

closes #16739

(cherry picked from commit d9b9e86)

closes #22700
davidby-influx added a commit that referenced this issue Oct 21, 2021
…22730)

If os.Link fails with syscall.ENOTSUP, then the file
system does not support links, and we must make copies
to snapshot files for backup. We also automatically make
copies instead of link on Windows, because although it
makes links, their semantics are different from Linux.

closes #16739

(cherry picked from commit d9b9e86)

closes #22700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant