Skip to content
Snippets Groups Projects
Commit 08c02106 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'virt_network' into 'master'

Virtualization virt_network attribute

See merge request !156
parents 70c1af8a eee472bd
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!156Virtualization virt_network attribute
...@@ -324,6 +324,12 @@ Both user and vde network back-end have low performance. For fast interconnect ( ...@@ -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. 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: Run qemu with TAP network back-end:
```console ```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment