** Description changed: [Impact] * Current sosreport doesn't include any ZFS verifications, which could be useful for general initial ZFS troubleshooting on Xenial and upward. (Xenial being the release where ZFS has been first introduced in Ubuntu.) [Test Case] #1) Have ZFS installed and configured - https://wiki.ubuntu.com/Kernel/Reference/ZFS #2) Have sosreport installed and configured $ sudo apt-get update $ sudo apt-get install sosreport -y #3) Run sosreport $ /usr/bin/sosreport -a #4) Lookin for a sosreport*.tar.xz file in /tmp - In PATH_TO_SOSREPORT/sos_commands/, there will be no trace of zfs output, cause as of today, there is no ZFS plugin in Ubuntu/Debian nor upstream. [Regression Potential] * No regression - * The PR passed all the upstream checks. + * The PR passed all the upstream checks. [Other Info] * Pull Request: - https://github.com/sosreport/sos/pull/934 + https://github.com/sosreport/sos/pull/934 (Closed #934 via 922ea54) * Commit : - https://github.com/sosreport/sos/pull/934/commits/5ea9e719add04a831318a88993f25dfc4e48ad2d + https://github.com/sosreport/sos/commit/922ea54bf4f9cb488f72a75a180e5351169dd710 [Original Description] 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 + https://github.com/sosreport/sos/pull/934 Commit : - https://github.com/sosreport/sos/pull/934/commits/5ea9e719add04a831318a88993f25dfc4e48ad2d + https://github.com/sosreport/sos/commit/922ea54bf4f9cb488f72a75a180e5351169dd710 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
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666239 Title: Add ZFS sosreport plugin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1666239/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
