diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-10-16 15:45:54 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-10-16 15:45:54 +0200 |
commit | 5fffe4259af6377f2ea10b40a7b8a04c5655d93a (patch) | |
tree | a59c4404853860573a7303f463f34815c1be089e /lavalab-gen.py | |
parent | 4e07f8361ddc5677b35b94170b6b1e61b2543b01 (diff) |
Enhance documentation
This patch enhance a bit the documentation
- On the reason of the install of nfs-kernel-server
- On how to upgrade
Diffstat (limited to 'lavalab-gen.py')
-rwxr-xr-x | lavalab-gen.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lavalab-gen.py b/lavalab-gen.py index d37eb90..6b0b2a0 100755 --- a/lavalab-gen.py +++ b/lavalab-gen.py @@ -556,6 +556,8 @@ def main(): if use_nfs: dockcomp["services"][worker_name]["volumes"].append("/var/lib/lava/dispatcher/tmp:/var/lib/lava/dispatcher/tmp") fp = open("%s/scripts/extra_actions" % workerdir, "a") + # LAVA check if this package is installed when doing NFS jobs + # So we need to install it, even if it is not used fp.write("apt-get -y install nfs-kernel-server\n") fp.close() os.chmod("%s/scripts/extra_actions" % workerdir, 0o755) |