Signed-off-by: Michal Privoznik <[email protected]>
---
src/qemu/qemu_domain.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index 0308170e7..9769c11a5 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -7338,7 +7338,8 @@ qemuDomainCreateNamespace(virQEMUDriverPtr driver,
goto cleanup;
}
- /* Enabling of the mount namespace goes here. */
+ if (qemuDomainEnableNamespace(vm, QEMU_DOMAIN_NS_MOUNT) < 0)
+ goto cleanup;
ret = 0;
cleanup:
--
2.11.0
--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list