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(restore): adding support to restore in an encrypted pool #292

Merged
merged 2 commits into from Mar 1, 2021

Commits on Feb 17, 2021

  1. fix(restore): adding support to restore in an encrypted pool

    Encrypted pool does not allow the volume to be pre created for the
    restore purpose. Here changing the design to do the restore first
    and then create the ZFSVolume object which will bind the volume
    already created while doing restore.
    
    Signed-off-by: Pawan <pawan@mayadata.io>
    pawanpraka1 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    9310c31 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. wait for the device to be created

    Signed-off-by: Pawan <pawan@mayadata.io>
    pawanpraka1 committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    48638af View commit details
    Browse the repository at this point in the history