aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/vdsm.py2
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()