From eee472bde4d62711dbea2cb429f166be3185f844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Fri, 30 Jun 2017 13:26:10 +0200 Subject: [PATCH] Virtualization virt_network attribute --- docs.it4i/anselm/software/virtualization.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.it4i/anselm/software/virtualization.md b/docs.it4i/anselm/software/virtualization.md index 109a771b0..6a89671e4 100644 --- a/docs.it4i/anselm/software/virtualization.md +++ b/docs.it4i/anselm/software/virtualization.md @@ -324,6 +324,12 @@ Both user and vde network back-end have low performance. For fast interconnect ( Cluster Anselm provides TAP device tap0 for your job. TAP interconnect does not provide any services (like NAT, DHCP, DNS, SMB, etc.) just raw networking, so you should provide your services if you need them. +To enable TAP interconect feature you need to specify virt_network=True PBS resource at job submit. + +```console +$ qsub ... -l virt_network=True +``` + Run qemu with TAP network back-end: ```console -- GitLab