diff options
author | Nathaniel Clark <Nathaniel.Clark@misrule.us> | 2019-09-11 15:07:11 -0400 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-10-08 15:13:16 +0100 |
commit | f77a3c6783fc0b97072fc76723202c8a87f166e6 (patch) | |
tree | e86ab757cd143e8ff0c4f5db826ced7d7727a611 | |
parent | 26d097b117eaa16e84cb2673622a7cfc41ebda7a (diff) | |
download | sos-f77a3c6783fc0b97072fc76723202c8a87f166e6.tar.gz |
[zfs] Get zpool events
Dump zpool events -v to see the history of what has happened to the
zpool.
Resolves: #1781
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/zfs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/zfs.py b/sos/plugins/zfs.py index 0b2b30ef..812bc096 100644 --- a/sos/plugins/zfs.py +++ b/sos/plugins/zfs.py @@ -24,6 +24,7 @@ class Zfs(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): "zfs get all", "zfs list -t all -o space", "zpool list", + "zpool events -v", "zpool status -vx" ]) |