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

verdi migrate --in-place between file systems #4393

Merged
merged 2 commits into from
Oct 26, 2020

Commits on Sep 24, 2020

  1. verdi import --in-place between file systems

    verdi import --in-place assumed that the temporary directory for the
    migrated archive and the working directory are on the same file system.
    If that was not the case, it would crash with
    
      OSError: [Errno 18] Invalid cross-device link
    
    Switching from os.rename to shutil.move should resolve this issue.
    ltalirz committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7a691fa View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    ee50227 View commit details
    Browse the repository at this point in the history