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

remove copy fallback when hardlink failed #10952

Conversation

zephyros-dev
Copy link
Contributor

@zephyros-dev zephyros-dev commented Oct 8, 2022

Currently, when hardlink failed, the fallback behavior will be copying file. This could fill up disks space and make unnecessary disks read/write if Medusa is run unattended. This PR remove this behavior and only raised the errors.

  • PR is based on the DEVELOP branch
  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
  • Read the contribution guide

@zephyros-dev zephyros-dev force-pushed the remove-copy-fallback-when-hardlink-failed branch from 7f67202 to 809b146 Compare October 8, 2022 08:35
@zephyros-dev zephyros-dev force-pushed the remove-copy-fallback-when-hardlink-failed branch from 809b146 to 1dc9412 Compare October 8, 2022 08:39
@medariox medariox merged commit 26bcad8 into pymedusa:develop Oct 8, 2022
@zephyros-dev zephyros-dev deleted the remove-copy-fallback-when-hardlink-failed branch October 10, 2022 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants