bugzilla-daemon at defect.opensolaris.org
2008-May-09 07:58 UTC
[Bug 1864] New: ''zfs key -u'' should fail if keystatus= unavailable or encryption=off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 Summary: ''zfs key -u'' should fail if keystatus=unavailable or encryption=off Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: NEW Severity: normal 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 Currently it does anything with a return code 0. # zpool create test /export/home/testfile_2 # zfs create test/fs # zfs key -u test/fs # echo $? 0 # zfs create -o encryption=on -o keyscope=dataset -o keysource=raw,file:///export/home/raw_key_file test/fs1 # zfs key -u test/fs1 # zfs key -u test/fs1 # echo $? 0 # -- 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-09 08:11 UTC
[Bug 1864] ''zfs key -u'' should fail if keystatus=unavailable or encryption= off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 ajscarp at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |INCOMPLETE --- Comment #1 from ajscarp at yahoo.com 2008-05-09 01:11:52 --- Since we have nightly builds now, which build was this tested on? -- 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-09 08:15 UTC
[Bug 1864] ''zfs key -u'' should fail if keystatus=unavailable or encryption= off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 --- Comment #2 from Grace <hua.tang at sun.com> 2008-05-09 01:15:09 --- zfs_key_u_001 and zfs_key_u_002 fails. -- 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-12 06:31 UTC
[Bug 1864] ''zfs key -u'' should fail if keystatus=unavailable or encryption= off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 --- Comment #3 from Grace <hua.tang at sun.com> 2008-05-11 23:31:23 --- Build: 2008-05-09 -- 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-19 19:49 UTC
[Bug 1864] ''zfs key -u'' should fail if keystatus=unavailable or encryption= off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|INCOMPLETE |FIXINPROGRESS -- 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-20 16:08 UTC
[Bug 1864] ''zfs key -u'' should fail if keystatus=unavailable or encryption= off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 --- Comment #4 from Darren J Moffat <darrenm at opensolaris.org> 2008-05-20 09:08:06 --- Short cuts to add to zfs_unload_key(), check encryption=on and check that keyscope is dataset. -- 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-20 16:38 UTC
[Bug 1864] ''zfs key -u'' should fail if keystatus=unavailable or encryption= off
http://defect.opensolaris.org/bz/show_bug.cgi?id=1864 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|FIXINPROGRESS |CLOSED Resolution| |FIXED -- 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.