-
Notifications
You must be signed in to change notification settings - Fork 12
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
cloned encrypted zvol does not get create_minor. #99
Comments
What appears to happen is; Pass 1;
At this point, spa import calls to load the keys, the stack looks like;
Note here, that after the key has been loaded, it directly calls We should possibly change it by;
|
|
This would work:
|
Only
BOOM/vol1
gets a /dev/diskX entry, andBOOM/vol2
does not. Both list keys asavailable
.This appears related to openzfs/zfs#10603
The text was updated successfully, but these errors were encountered: