diff options
author | ek110237 <none@none> | 2006-10-16 10:35:01 -0700 |
---|---|---|
committer | ek110237 <none@none> | 2006-10-16 10:35:01 -0700 |
commit | 06eeb2ad640ce72d394ac521094bed7681044408 (patch) | |
tree | d955b15196c4d84d42b931f476fe38efa1db115c /usr/src/cmd/zdb | |
parent | 4730c9c455fdcb7ffe43b6f08727468d499ca837 (diff) | |
download | illumos-gate-06eeb2ad640ce72d394ac521094bed7681044408.tar.gz |
PSARC 2006/288 zpool history
6343741 want to store a command history on disk
6476196 spa_sync_spares() is missing a nvlist_free()
Diffstat (limited to 'usr/src/cmd/zdb')
-rw-r--r-- | usr/src/cmd/zdb/zdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/zdb/zdb.c b/usr/src/cmd/zdb/zdb.c index 6fcba4721f..31e7146952 100644 --- a/usr/src/cmd/zdb/zdb.c +++ b/usr/src/cmd/zdb/zdb.c @@ -933,6 +933,8 @@ static object_viewer_t *object_viewer[DMU_OT_NUMTYPES] = { dump_uint64, /* other uint64[] */ dump_zap, /* other ZAP */ dump_zap, /* persistent error log */ + dump_uint8, /* SPA history */ + dump_uint64, /* SPA history offsets */ }; static void |