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

Fix 'zfs change-key' with unencrypted child #9524

Merged
merged 1 commit into from
Oct 30, 2019

Commits on Oct 29, 2019

  1. Fix 'zfs change-key' with unencrypted child

    Currently, when you call 'zfs change-key' on an encrypted dataset
    that has an unencrypted child, the code will trigger a VERIFY.
    This VERIFY is leftover from before we allowed unencrypted
    datasets to exist underneath encrypted ones. This patch fixes the
    issue by simply replacing the VERIFY with an early return when
    recursing through datasets.
    
    Signed-off-by: Tom Caputi <tcaputi@datto.com>
    Tom Caputi committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    997916d View commit details
    Browse the repository at this point in the history