]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-host-validate: Fix error level for user namespace check
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jan 2016 06:57:21 +0000 (07:57 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jan 2016 15:53:23 +0000 (16:53 +0100)
commit99f8fb4c554c700f03d2f979520f015e5a8e1063
treea718fdda054c97a550979bedf4df4a459165b202
parentd55e11a3020fa2bfd941409772d74f63aa6a30c3
virt-host-validate: Fix error level for user namespace check

From the code it seems to me that we need user namespace if
configured in domain XML. Otherwise we don't use it at all.
However our tool is more strict about that. Fix this discrepancy.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/virt-host-validate-lxc.c