|
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.
|