]> xenbits.xensource.com Git - libvirt.git/commit
qemuDomainBuildNamespace: Handle file mount points
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Mar 2017 14:53:58 +0000 (15:53 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 13 Mar 2017 12:32:45 +0000 (13:32 +0100)
commit290a00e41dac64cfd3d4b57e99dc718222fbae2d
tree8beefbb4dc5ac9b70464292b8e7f4bc6e91ee9d7
parentfafe9d7c74dacbf86d7a5e8aaaabfe27b5df77a3
qemuDomainBuildNamespace: Handle file mount points

https://bugzilla.redhat.com/show_bug.cgi?id=1431112

Yeah, that's right. A mount point doesn't have to be a directory.
It can be a file too. However, the code that tries to preserve
mount points under /dev for new namespace for qemu does not count
with that option.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c