Merge pull request #638 from notpeter/zfs-debugger

zdb - ZFS Debugger
waldyrious/alt-syntax
Igor Shubovych 2016-01-20 13:10:33 +02:00
commit 0a7749efd0
1 changed files with 15 additions and 0 deletions

15
pages/common/zdb.md Normal file
View File

@ -0,0 +1,15 @@
# zdb
> ZFS debugger.
- Show detailed configuration of all mounted ZFS zpools:
`zdb`
- Show detailed configuration for a specific ZFS pool:
`zdb -C {{poolname}}`
- Show statistics about number, size and deduplication of blocks:
`zdb -b {{poolname}}`