diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-09-18 11:34:36 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-09-19 11:50:22 +0200 |
commit | adf687abc9f9d9d3d114dcaa1208e52b4d88f446 (patch) | |
tree | ab349a1231dd4a28b89180a95fab39eb7e0a7dfa /README.md | |
parent | d731046b2d8e0168a67b3f59c4706007488a4390 (diff) |
Permit to not export NBD port
When doing a qemu-only slave, there are no need of NBD.
This patch adds a use_nbd option.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -268,6 +268,7 @@ slaves: default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) bind_dev: Bind /dev from host to slave. This is needed when using some HID PDU use_tftp: Does LAVA need a TFTP server (default True) + use_nbd: Does LAVA need a NBD server (default True) use_nfs: Does the LAVA dispatcher will run NFS jobs use_tap: Does TAP netdevices could be used arch: The arch of the worker (if not x86_64), only accept arm64 |