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

Let zfs diff be more permissive. #12072

Merged
merged 1 commit into from
Jun 4, 2021
Merged

Commits on Jun 4, 2021

  1. Let zfs diff be more permissive.

    In the current world, `zfs diff` will die on certain kinds of errors
    that come up on ordinary, not-mangled filesystems - like EINVAL,
    which can come from a file with multiple hardlinks having the one
    whose name is referenced deleted.
    
    Since it should always be safe to continue, let's relax about all
    error codes - still print something for most, but don't immediately
    abort when we encounter them.
    
    Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
    rincebrain committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    8189157 View commit details
    Browse the repository at this point in the history