OpenSolaris

Printable Version Enter a New Search
Bug ID 6595470
Synopsis zpool_stage_history() should take a single string
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility: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:2156459)
Related Bugs
Submit Date 21-August-2007
Last Update Date 29-April-2008
Description
Currently, zpool_stage_history() takes:
zpool_stage_history(libzfs_handle_t *hdl, int argc, char **argv,
    boolean_t zfs_cmd)

The argc/argv is vestage from zfs(1M) and zpool(1M).  To be nicer to other libzfs consumers
we should have zpool_stage_history() just take a libzfs_handle_t and a single string.
Work Around
N/A
Comments
N/A