bugzilla-daemon at defect.opensolaris.org
2008-May-28 08:47 UTC
[Bug 2065] New: ''zpool key -u'' doesn''t umount encrypted datasets
http://defect.opensolaris.org/bz/show_bug.cgi?id=2065 Summary: ''zpool key -u'' doesn''t umount encrypted datasets Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Severity: minor Priority: P3 Component: other AssignedTo: darrenm at opensolaris.org ReportedBy: hua.tang at sun.com QAContact: hua.tang at sun.com CC: zfs-crypto-discuss at opensolaris.org Estimated Hours: 0.0 # zpool create -f -o keysource=hex,file:///export/home/zfscrypto-tests/proto/suites/security/zfs-crypto/etc/hex_key_file pool_103263 /export/home/vdev_file # zfs create -o encryption=on -o keyscope=pool pool_103263/fs # zpool key -u pool_103263 # df -h | grep pool_103263/fs pool_103263/fs 984M 18K 984M 1% /pool_103263/fs # zfs create -o encryption=on -o keyscope=pool pool_103263/fs # zfs get keystatus pool_103263/fs NAME PROPERTY VALUE SOURCE pool_103263/fs keystatus unavailable - -- 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.
bugzilla-daemon at defect.opensolaris.org
2008-May-28 17:16 UTC
[Bug 2065] ''zpool key -u'' doesn''t umount encrypted datasets
http://defect.opensolaris.org/bz/show_bug.cgi?id=2065 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|darrenm at opensolaris.org |ajscarp at yahoo.com Status|NEW |ACCEPTED -- 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.
bugzilla-daemon at defect.opensolaris.org
2008-May-28 22:00 UTC
[Bug 2065] ''zpool key -u'' doesn''t umount encrypted datasets
http://defect.opensolaris.org/bz/show_bug.cgi?id=2065 ajscarp at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |CLOSED Resolution| |FIXINSOURCE --- Comment #1 from ajscarp at yahoo.com 2008-05-28 15:00:25 --- Encrypted dataset were be unmounted, just not all of them. I was not checking the last entry (or first depending on your perspective) in the dataset list. Apparently during my manual testing it was always an unencrypted dataset. 1420 - for (i = used - 1; i > 0; i--) { 1420 + for (i = used - 1; i > -1; i--) { -- 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.
bugzilla-daemon at defect.opensolaris.org
2008-May-29 06:00 UTC
[Bug 2065] ''zpool key -u'' doesn''t umount encrypted datasets
http://defect.opensolaris.org/bz/show_bug.cgi?id=2065 --- Comment #2 from ajscarp at yahoo.com 2008-05-28 23:00:56 --- *** Bug 2034 has been marked as a duplicate of this bug. *** -- 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.