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

Allow unencrypted children of encrypted datasets #8870

Merged
merged 1 commit into from
Jun 20, 2019

Commits on Jun 19, 2019

  1. Allow unencrypted children of encrypted datasets

    When encryption was first added to ZFS, we made a decision to
    prevent users from creating unencrypted children of encrypted
    datasets. The idea was to prevent users from inadvertently
    leaving some of their data unencrypted. However, since the
    release of 0.8.0, some legitimate reasons have been brought up
    for this behavior to be allowed. This patch simply removes this
    limitation from all code paths that had checks for it and updates
    the tests accordingly.
    
    Fixes: openzfs#8737
    
    Signed-off-by: Tom Caputi <tcaputi@datto.com>
    Tom Caputi committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    231ac3f View commit details
    Browse the repository at this point in the history