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

Atomic Snapshotting / Sticky Volume Migration #3563

Merged
merged 5 commits into from
Dec 5, 2017
Merged

Commits on Nov 30, 2017

  1. Handle errors during snapshotting

    If an alloc dir is being GC'd (removed) during snapshotting the walk
    func will be passed an error. Previously we didn't check for an error so
    a panic would occur when we'd try to use a nil `fileInfo`.
    schmichael committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    4a49375 View commit details
    Browse the repository at this point in the history
  2. Destroy partially migrated alloc dirs

    Test that snapshot errors don't return a valid tar currently fails.
    schmichael committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    a05862d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3256ec View commit details
    Browse the repository at this point in the history
  4. Add comment and normalize err check ordering

    as per PR comments
    schmichael committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    50b335f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ffb189 View commit details
    Browse the repository at this point in the history