|
From: Maxime A. <max...@un...> - 2019-02-06 13:27:39
|
Hi, I wanted to try NFS instead of NBD on a working LTSP setup with Ubuntu 18.04. Is NFS still supported ? I did `apt install nfs-kernel-server && ltsp-config nfs` and changed boot to ltsp-NFS instead of ltsp-NBD. The client start booting but ends in a loop : ``` Begin: Retrying nfs mount ... no search or nameservers found in /run/net-ens3.conf /run/net-ens3.conf /run/net6-*.conf mount call failed - server replied no such file or directory done. Begin: Retrying nfs mount ... ``` I have the same error "no search or nameservers found in /run/net-ens3.conf /run/net-ens3.conf /run/net6-*.conf" while booting with NBD, but the client continue and boots normally. I would like to confirm I did everything correctly before filing a bug. Maxime P.S. I know NBD should perform better than NFS but in my case, I have an Virtual Storage Infrastructure with a 2GB bandwith supporting NFS / CIFS / iSCSI only. My LTSP server has 1GB bandwith only. $ ltsp-info server information: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic server packages: ii ldm 2:2.18.06-1+t201810250641~u un ldm-server <aucune> un ldm-themes <aucune> ii ldm-ubuntu-theme 2:2.0.47 un ldm-ubuntu-themes <aucune> ii ltsp-client 5.18.04+t201809080524~ubunt ii ltsp-client-core 5.18.04+t201809080524~ubunt un ltsp-docs <aucune> ii ltsp-server 5.18.04+t201809080524~ubunt un ltsp-utils <aucune> un ltspfs <aucune> ii ltspfsd 1.5-2+t201807160629~ubuntu1 ii ltspfsd-core 1.5-2+t201807160629~ubuntu1 |