diff options
author | George Wilson <George.Wilson@Sun.COM> | 2009-04-27 21:16:23 -0700 |
---|---|---|
committer | George Wilson <George.Wilson@Sun.COM> | 2009-04-27 21:16:23 -0700 |
commit | d6e555bdd793b8bc8fe57d5f12c3d69c813d0661 (patch) | |
tree | 698ef7698b2a19cc28ec8cd8679f02cc122b4474 /usr/src/cmd/mdb/common/modules/zfs/zfs.c | |
parent | 7f84ffd07dc204d03bf141de7c435181b5a4d039 (diff) | |
download | illumos-joyent-d6e555bdd793b8bc8fe57d5f12c3d69c813d0661.tar.gz |
6596237 Stop looking and start ganging
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/zfs/zfs.c')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/zfs/zfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/common/modules/zfs/zfs.c b/usr/src/cmd/mdb/common/modules/zfs/zfs.c index 8a9be77c5f..d55ce1d0c5 100644 --- a/usr/src/cmd/mdb/common/modules/zfs/zfs.c +++ b/usr/src/cmd/mdb/common/modules/zfs/zfs.c @@ -377,6 +377,8 @@ zfs_params(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) "zil_disable", "zfs_nocacheflush", "metaslab_gang_bang", + "metaslab_df_alloc_threshold", + "metaslab_df_free_pct", "zio_injection_enabled", "zvol_immediate_write_sz", }; |