You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Recently added volume leak test gets false positive result
if a WARNING is reported by lvs command
same volumes before and after the test
Expected
<map[string][]string | len:3>: {
"LVM Volumes on Node 1": [""],
"LVM Volumes on Node 2": [""],
"LVM Volumes on Node 3": [""],
}
to equal
<map[string][]string | len:3>: {
"LVM Volumes on Node 1": [""],
"LVM Volumes on Node 2": [""],
"LVM Volumes on Node 3": [
"WARNING: Failed to connect to lvmetad. Falling back to device scanning.",
],
}