bugzilla-daemon at defect.opensolaris.org
2008-May-08 07:27 UTC
[Bug 1849] New: ''zfs key -l'' should return error if dataset keyscope=pool
http://defect.opensolaris.org/bz/show_bug.cgi?id=1849 Summary: ''zfs key -l'' should return error if dataset keyscope=pool 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 # zpool create -o keysource=passphrase,file:///export/home/passfile test /export/home/testfile_2 # zfs create -o encryption=on test/fs # zfs key -l test/fs # 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-08 07:29 UTC
[Bug 1849] ''zfs key -l'' should return error if dataset keyscope=pool
http://defect.opensolaris.org/bz/show_bug.cgi?id=1849 --- Comment #1 from Grace <hua.tang at sun.com> 2008-05-08 00:29:25 --- zfs_key_l_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-08 08:48 UTC
[Bug 1849] ''zfs key -l'' should return error if dataset keyscope=pool
http://defect.opensolaris.org/bz/show_bug.cgi?id=1849 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |1848 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Darren J Moffat <darrenm at opensolaris.org> 2008-05-08 01:48:04 --- With the fix for 1848 this case does now return an error. braveheart# zfs get keyscope t/2 NAME PROPERTY VALUE SOURCE t/2 keyscope pool default braveheart# zfs key -l t/2 Key error in ''t/2'': Key incorrect. -- 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.