This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Volume leak test affected by side-effect lvs WARNING text #468
Closed
Description
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.",
],
}
Metadata
Metadata
Assignees
Labels
No labels