bugzilla-daemon at defect.opensolaris.org
2008-Mar-31 14:56 UTC
[Bug 914] New: spa keystore
http://defect.opensolaris.org/bz/show_bug.cgi?id=914
Summary: spa keystore
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P4
Component: other
AssignedTo: darrenm at opensolaris.org
ReportedBy: darrenm at opensolaris.org
QAContact: hua.tang at sun.com
CC: zfs-crypto-discuss at opensolaris.org
Estimated Hours: 0.0
Turns out the dsl_dataset_t isn''t a very clever place to store the per
dataset
encryption key (ie the unwrapped key) as it doesn''t persist long enough
in
memory in some cases.
An in kernel keystore for all keys a pool neededs should be created.
This will store the spa key if defined, the l2arc key if that is needed and all
of the per dataset (objset really) keys. An AVL tree will be used for the
objset keys.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://defect.opensolaris.org/bz/show_bug.cgi?id=914
Darren J Moffat <darrenm at opensolaris.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Darren J Moffat <darrenm at opensolaris.org>
2008-03-31 07:59:22 ---
Integrated 2008-03-31
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.