Activity log for bug #1666239

Date Who What changed Old value New value Message
2017-02-20 15:14:39 Eric Desrochers bug added bug
2017-02-20 15:16:49 Eric Desrochers tags sts
2017-02-20 15:17:16 Eric Desrochers bug added subscriber Damian Wojsław
2017-02-20 15:18:17 Launchpad Janitor sosreport (Ubuntu): status New Confirmed
2017-02-20 15:23:35 Eric Desrochers 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 [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. [Test Case] * Have ZFS installed and configured * Have sosreport installed and configured * Run "sosreport -a" [Regression Potential] * 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
2017-02-20 17:52:39 Eric Desrochers nominated for series Ubuntu Zesty
2017-02-20 17:52:39 Eric Desrochers nominated for series Ubuntu Xenial
2017-02-20 18:01:53 Eric Desrochers description [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. [Test Case] * Have ZFS installed and configured * Have sosreport installed and configured * Run "sosreport -a" [Regression Potential] * 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 [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 [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
2017-02-20 18:02:28 Eric Desrochers description [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 [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 [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. [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
2017-02-20 18:02:58 Eric Desrochers sosreport (Ubuntu): importance Undecided Wishlist
2017-02-24 09:00:46 Christian Ehrhardt  bug added subscriber Ubuntu Server Team
2017-03-27 17:36:23 Eric Desrochers description [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. [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 [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. [Other Info] * Pull Request: https://github.com/sosreport/sos/pull/934 (Closed #934 via 922ea54) * Commit : 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 Commit : 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
2017-04-18 13:56:19 Eric Desrochers nominated for series Ubuntu Trusty
2017-04-25 11:47:16 Damian Wojsław removed subscriber Damian Wojsław
2017-04-25 15:21:51 Louis Bouchard bug task added sosreport (Ubuntu Trusty)
2017-04-25 15:21:58 Louis Bouchard bug task added sosreport (Ubuntu Xenial)
2017-04-25 15:22:02 Louis Bouchard bug task added sosreport (Ubuntu Zesty)
2017-04-25 15:22:13 Louis Bouchard nominated for series Ubuntu Yakkety
2017-04-25 15:22:13 Louis Bouchard bug task added sosreport (Ubuntu Yakkety)
2017-04-25 15:22:21 Louis Bouchard sosreport (Ubuntu): status Confirmed Fix Released
2017-04-25 15:22:25 Louis Bouchard sosreport (Ubuntu Trusty): status New In Progress
2017-04-25 15:22:29 Louis Bouchard sosreport (Ubuntu Xenial): status New In Progress
2017-04-25 15:22:33 Louis Bouchard sosreport (Ubuntu Yakkety): status New In Progress
2017-04-25 15:22:36 Louis Bouchard sosreport (Ubuntu Zesty): status New In Progress
2017-04-25 15:22:42 Louis Bouchard sosreport (Ubuntu Trusty): importance Undecided Medium
2017-04-25 15:22:44 Louis Bouchard sosreport (Ubuntu Xenial): importance Undecided Medium
2017-04-25 15:22:46 Louis Bouchard sosreport (Ubuntu Yakkety): importance Undecided Medium
2017-04-25 15:22:48 Louis Bouchard sosreport (Ubuntu Zesty): importance Undecided Medium
2017-04-25 15:22:52 Louis Bouchard sosreport (Ubuntu Trusty): assignee Louis Bouchard (louis)
2017-04-25 15:22:54 Louis Bouchard sosreport (Ubuntu Xenial): assignee Louis Bouchard (louis)
2017-04-25 15:22:56 Louis Bouchard sosreport (Ubuntu Yakkety): assignee Louis Bouchard (louis)
2017-04-25 15:22:58 Louis Bouchard sosreport (Ubuntu Zesty): assignee Louis Bouchard (louis)
2017-04-26 12:37:54 Chris J Arges sosreport (Ubuntu Xenial): status In Progress Fix Committed
2017-04-26 12:37:58 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2017-04-26 12:38:02 Chris J Arges bug added subscriber SRU Verification
2017-04-26 12:38:06 Chris J Arges tags sts sts verification-needed
2017-04-26 12:41:14 Chris J Arges sosreport (Ubuntu Trusty): status In Progress Fix Committed
2017-04-26 12:45:45 Chris J Arges sosreport (Ubuntu Yakkety): status In Progress Fix Committed
2017-04-26 12:47:11 Chris J Arges sosreport (Ubuntu Zesty): status In Progress Fix Committed
2017-04-26 14:13:13 Christian Brauner bug added subscriber Christian Brauner
2017-04-27 06:45:52 Dominique Poulain bug added subscriber Dominique Poulain
2017-04-27 12:19:13 Eric Desrochers tags sts verification-needed sts sts-sru verification-done-xenial verification-done-yakkety verification-done-zesty
2017-04-27 12:41:16 Eric Desrochers tags sts sts-sru verification-done-xenial verification-done-yakkety verification-done-zesty sts sts-sru verification-done-trusty verification-done-xenial verification-done-yakkety verification-done-zesty
2017-05-10 10:03:20 Louis Bouchard sosreport (Ubuntu Trusty): assignee Louis Bouchard (louis)
2017-05-10 10:03:22 Louis Bouchard sosreport (Ubuntu Xenial): assignee Louis Bouchard (louis)
2017-05-10 10:03:24 Louis Bouchard sosreport (Ubuntu Yakkety): assignee Louis Bouchard (louis)
2017-05-10 10:03:26 Louis Bouchard sosreport (Ubuntu Zesty): assignee Louis Bouchard (louis)
2017-05-10 12:18:13 Launchpad Janitor sosreport (Ubuntu Trusty): status Fix Committed Fix Released
2017-05-10 12:18:25 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2017-05-10 12:18:44 Launchpad Janitor sosreport (Ubuntu Yakkety): status Fix Committed Fix Released
2017-05-10 12:18:53 Launchpad Janitor sosreport (Ubuntu Zesty): status Fix Committed Fix Released
2017-05-10 12:19:02 Launchpad Janitor sosreport (Ubuntu Xenial): status Fix Committed Fix Released