This bug was fixed in the package sosreport - 3.4-1~ubuntu17.04.1

---------------
sosreport (3.4-1~ubuntu17.04.1) zesty; urgency=medium

  * Release of the current artful 3.4 version that fixes some
    specific Ubuntu issues :
    - Collection of the OPAL msglog (LP: #1614052)
    - Add ZFS sosreport plugin (LP: #1666239)
  * Ubuntu specific modifications to sosreport not yet upstream :
    - Inclusion of DEP8 tests to verify regression. This is required
      to SRU to a new major version.
    - Take into account the iscsi initiator config and logs (LP: #1605243)
    - d/p/0003-plugins-Handle-stat-errors-on-missing-files.patch:
      Properly handle os.stat() when file is missing or broken link

 -- Louis Bouchard <lo...@ubuntu.com>  Tue, 25 Apr 2017 16:51:14 +0200

** Changed in: sosreport (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1666239

Title:
  Add ZFS sosreport plugin

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Trusty:
  Fix Released
Status in sosreport source package in Xenial:
  Fix Released
Status in sosreport source package in Yakkety:
  Fix Released
Status in sosreport source package in Zesty:
  Fix Released

Bug 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 (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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1666239/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to     : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp

Reply via email to