Comment 0 for bug 1666239

Revision history for this message
Eric Desrochers (slashd) wrote :

I did a PR to upstream sosreport in order to include the ZFS plugin for Ubuntu/Debian.

PR:
https://github.com/sosreport/sos/pull/934

Commit :
https://github.com/sosreport/sos/pull/934/commits/5ea9e719add04a831318a88993f25dfc4e48ad2d

The ZFS plugin is collecting ZFS informations using the following commands :

"zfs get all"
"zfs list -t all -o space"
"zpool list"
"zpool status -x"

It would be great to have this ZFS plugin available for Xenial (where ZFS has been first introduce in Ubuntu) and upward (Zesty, ...)

- Eric