OpenSolaris

Printable Version Enter a New Search
Bug ID 6595467
Synopsis libzfs consumers should be allowed to write their own history (or none at all)
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:zfs
Keywords
Responsible Engineer Eric Kustarz
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_73
Fixed In snv_73
Release Fixed solaris_nevada(snv_73) , solaris_10u6(s10u6_01) (Bug ID:2156458)
Related Bugs
Submit Date 21-August-2007
Last Update Date 29-April-2008
Description
Currently zfs_ioc_pool_create() mandates you pass down a history string.  However the
only way to have a history string attatched to the zfs_cmd_t* is to know to call
zpool_stage_history() before issuing the pool_create() libzfs call.

This mandate is fine for zpool(1M) but not for other consumers of libzfs.
Work Around
N/A
Comments
N/A