Skip to content
Snippets Groups Projects
Commit eee472bd authored by Roman Sliva's avatar Roman Sliva
Browse files

Virtualization virt_network attribute

parent f5231551
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