** Description changed: [Impact] - * Current sosreport doesn't include any ZFS verification, which could be usefull for Xenial and upward. - Xenial being the release where ZFS has been first introduced. + * 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] - * Have ZFS installed and configured - * Have sosreport installed and configured - * Run "sosreport -a" + #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 + * No regression [Other Info] - + * Pull Request: https://github.com/sosreport/sos/pull/934 * Commit : https://github.com/sosreport/sos/pull/934/commits/5ea9e719add04a831318a88993f25dfc4e48ad2d [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 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
** 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 + - https://wiki.ubuntu.com/Kernel/Reference/ZFS #2) Have sosreport installed and configured - $ sudo apt-get update - $ sudo apt-get install sosreport -y + $ sudo apt-get update + $ sudo apt-get install sosreport -y #3) Run sosreport - $ /usr/bin/sosreport -a + $ /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. + #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. [Other Info] * Pull Request: https://github.com/sosreport/sos/pull/934 * Commit : https://github.com/sosreport/sos/pull/934/commits/5ea9e719add04a831318a88993f25dfc4e48ad2d [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 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 ** Changed in: sosreport (Ubuntu) Importance: Undecided => Wishlist -- 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
