bugzilla-daemon at defect.opensolaris.org
2008-Apr-15 03:35 UTC
[Bug 1196] New: ''zfs set keysource'' without a dataset shoud return 1
http://defect.opensolaris.org/bz/show_bug.cgi?id=1196
Summary: ''zfs set keysource'' without a dataset
shoud return 1
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
Current it returns 2 instead of 1.
--
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 04:35 UTC
[Bug 1196] ''zfs set keysource'' without a dataset shoud return 1
http://defect.opensolaris.org/bz/show_bug.cgi?id=1196
ajscarp at yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|darrenm at opensolaris.org |ajscarp at yahoo.com
Status|NEW |CLOSED
Resolution| |INVALID
--- Comment #1 from ajscarp at yahoo.com 2008-04-14 21:35:44 ---
This is the normal exit code ''zfs'' returns.. the zfs-crypto
code has not
changed it. On a normal snv_86 build, it returns 2 as well:
# zfs set checksum=sha256
missing dataset name
usage:
....
# echo $?
2
We must assume this is what the creators of zfs intended.
--
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.