]> xenbits.xensource.com Git - libvirt.git/commit
virt-host-validate.c: check for kernel namespaces
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 7 Oct 2015 15:58:39 +0000 (16:58 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Oct 2015 12:15:00 +0000 (13:15 +0100)
commit8a6b6037f8486b4fc8a1395d03956510247fbc96
treee33a2b5bae1c0b6b065ab9ee5d26640caab39750
parent44a96fe914064df20b016778add77f2667e65169
virt-host-validate.c: check for kernel namespaces

The LXC driver requires the uts, mnt, pid & ipc
namespaces, while net & user namespaces are
optional. Validate all these are present.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tools/virt-host-validate-common.c
tools/virt-host-validate-common.h
tools/virt-host-validate-lxc.c