zfsrogue / zfs-crypto

ZFS On Linux with crypto patches
Other
39 stars 7 forks source link

Fix import panic, and loading/unloading volumes #8

Closed lundman closed 11 years ago

lundman commented 11 years ago

Make "zfs key -l" and "-u", which loads and unloads the key for ZVOL also call zvol_create_minor() and zvol_remove_minor().

This completes the encrypted Volume support as well.

Removed debug print in zfs_main.

zfsrogue commented 11 years ago

Very good! Sorry I was still busy, thank for helping.