Anthony.Scarpino at Sun.COM
2008-May-15 14:18 UTC
964 zfs key -c -o keyscope=pool is EINVAL, re-did zpool_disable_dataset() to unmount children of encrypted, changing keyscope to use int instead of uint64_t
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM> Repository: /hg/zfs-crypto/gate Latest revision: 31f6f47931593b701323996958115de407ddccad Total changesets: 1 Log message: 964 zfs key -c -o keyscope=pool is EINVAL, re-did zpool_disable_dataset() to unmount children of encrypted, changing keyscope to use int instead of uint64_t Files: update: usr/src/lib/libzfs/common/libzfs.h update: usr/src/lib/libzfs/common/libzfs_crypto.c update: usr/src/lib/libzfs/common/libzfs_mount.c