ZFS zpool config lister
  • C 97.6%
  • Makefile 1.5%
  • Shell 0.9%
Find a file
Juergen Nickelsen fc13eed5a3 Update 'README'
2017-06-13 16:36:02 +02:00
.gitignore The great renaming: zpool-config is gone and replaced by the program 2010-09-24 15:43:41 +02:00
dt_name.c See last commit. 2010-09-07 10:33:33 +02:00
errors.c snapshot of zpool-config as of 2010-09-03 2010-09-03 11:30:00 +02:00
errors.h snapshot of zpool-config as of 2010-09-03 2010-09-03 11:30:00 +02:00
fzpstat.c The great renaming: zpool-config is gone and replaced by the program 2010-09-24 15:43:41 +02:00
Makefile The great renaming: zpool-config is gone and replaced by the program 2010-09-24 15:43:41 +02:00
nvprint.c snapshot of zpool-config as of 2010-09-03 2010-09-03 11:30:00 +02:00
nvprint.h snapshot of zpool-config as of 2010-09-03 2010-09-03 11:30:00 +02:00
pool-in-scrub The great renaming: zpool-config is gone and replaced by the program 2010-09-24 15:43:41 +02:00
pooldisks The great renaming: zpool-config is gone and replaced by the program 2010-09-24 15:43:41 +02:00
README Update 'README' 2017-06-13 16:36:02 +02:00
zpstat.c The great renaming: zpool-config is gone and replaced by the program 2010-09-24 15:43:41 +02:00

Program to read the configuration of a zpool via libzfs and print
it (a) more or less human-readable, (b) as a Perl hashref, (c) as a
Lisp list. Example Perl script to print the names of the active
disks in a pool included.