diff options
author | Irit goihman <igoihman@redhat.com> | 2019-04-07 14:13:59 +0300 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-04-15 17:48:51 +0100 |
commit | cfaf930e58f4996919d0da6c356135cfce26dacb (patch) | |
tree | afe59ccbd447ec0ef1d930fe95ac3062e2b44eb5 | |
parent | 97c21901ddb6f7d5e3169d1777983f784b103bc4 (diff) | |
download | sos-cfaf930e58f4996919d0da6c356135cfce26dacb.tar.gz |
[vdsm] change filter
-rw-r--r-- | sos/plugins/vdsm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/vdsm.py b/sos/plugins/vdsm.py index 2dc4b6be..ab5c6130 100644 --- a/sos/plugins/vdsm.py +++ b/sos/plugins/vdsm.py @@ -43,7 +43,7 @@ devices { ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 - filter=["a|^/dev/mapper/.*|", "r|.*|"] + filter=["a|^/dev/disk/by-id/dm-uuid-mpath-|", "r|.+|"] } """ LVM_CONFIG = re.sub(r"\s+", " ", LVM_CONFIG).strip() |