-
Notifications
You must be signed in to change notification settings - Fork 55
Volume leak test affected by side-effect lvs WARNING text #468
Comments
--quiet option to lvs is documented to "Suppress output and log messages." |
Thanks @avalluri for pointing out method to leave out lvmetad: (copied from comment under #461) We need to disable lvmetad checking on VM hosts as we did in our docker images:
|
I tried this method but it's not working universally. On a Ubuntu-based VM, when these lines are added to end of (already existing and quite long)
When I add those lines at the end of |
Olev Kartau <notifications@github.com> writes:
When I add those lines at the end of
`/etc/lvm/lvmlocal.conf` instead (which is short file are meant to override existing values)
then there is no error.
Does it make sense to use lvmlocal.conf always?
Yes, but only if that also works on Fedora and Clear.
|
interesting: after I create Clear-based test cluster using Anyway, regardless of what we decide about running or blocking lvmetad, I propose: |
Olev Kartau <notifications@github.com> writes:
interesting: after I create Clear-based test cluster using `make start` and fixed clear version 31070,
(BTW should I switch to newer Clear version already? 31070 was "good
known to work" some times back)
Yes, we should update that more aggressively.
Anyway, regardless of what we decide about running or blocking lvmetad, I propose:
Let's switch to exec.Output instead of exec.CombinedOutput:
Sounds like the right solution.
|
Recently added volume leak test gets false positive result
if a WARNING is reported by lvs command
The text was updated successfully, but these errors were encountered: