bugzilla-daemon at defect.opensolaris.org
2008-Apr-15 07:16 UTC
[Bug 1202] New: ''zfs key -l'' should return fail with 1 when keystatus= available
http://defect.opensolaris.org/bz/show_bug.cgi?id=1202 Summary: ''zfs key -l'' should return fail with 1 when keystatus=available 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: hua.tang at sun.com QAContact: hua.tang at sun.com CC: zfs-crypto-discuss at opensolaris.org Estimated Hours: 0.0 Currently it fails with 255. # zfs create -o keyscope=dataset -o encryption=on -o keysource=passphrase,prompt tank/fs Enter passphrase for ''tank/fs'': Enter again: # zfs key -l tank/fs Key Load Error in ''tank/fs''.: Key already loaded. # echo $? 255 # -- 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-Apr-15 07:23 UTC
[Bug 1202] ''zfs key -l'' should return fail with 1 when keystatus=available
http://defect.opensolaris.org/bz/show_bug.cgi?id=1202 --- Comment #1 from Grace <hua.tang at sun.com> 2008-04-15 00:23:26 --- There is the same issue when keystatus=undefined. # zfs create -o keyscope=dataset -o encryption=off -o keysource=passphrase,prompt tank/off # zfs key -l tank/off Key Load Error in ''tank/off''.: Encryption not enabled. # echo $? 255 -- 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-Apr-18 18:33 UTC
[Bug 1202] ''zfs key -l'' should return fail with 1 when keystatus=available
http://defect.opensolaris.org/bz/show_bug.cgi?id=1202 ajscarp at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|darrenm at opensolaris.org |ajscarp at yahoo.com Status|NEW |RESOLVED Resolution| |FIXINSOURCE --- Comment #2 from ajscarp at yahoo.com 2008-04-18 11:33:15 --- I believe this fixed in changes that missed the 2008-4-10 build -- 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.