Hi, I want to use nfs server in LXC CT.
In LXC container: (Ubuntu 18.04 LTS)
# service nfs-server start
A dependency job for nfs-server.service failed. See 'journalctl -xe' for details.
rpc-gssd.service: Job rpc-gssd.service/start failed with result 'dependency'.
I go installed in host also nfs server as I see in tutorial. On host nfs-server working
In lxc container at Proxmox host:
/etc/pve/lxc/100.conf
arch: amd64
cores: 1
features: fuse=1,nesting=1
hostname: test
memory: 4096
mp0: /nfs,mp=/nfs,mountoptions=noatime,replicate=0
onboot: 1
ostype: ubuntu
rootfs: local:100/vm-100-disk-0.raw,size=32G
swap: 512
unprivileged: 1
lxc.apparmor.profile: lxc-container-default-with-nfsd
What else needed to know?
Thank you.
In LXC container: (Ubuntu 18.04 LTS)
# service nfs-server start
A dependency job for nfs-server.service failed. See 'journalctl -xe' for details.
rpc-gssd.service: Job rpc-gssd.service/start failed with result 'dependency'.
I go installed in host also nfs server as I see in tutorial. On host nfs-server working
In lxc container at Proxmox host:
/etc/pve/lxc/100.conf
arch: amd64
cores: 1
features: fuse=1,nesting=1
hostname: test
memory: 4096
mp0: /nfs,mp=/nfs,mountoptions=noatime,replicate=0
onboot: 1
ostype: ubuntu
rootfs: local:100/vm-100-disk-0.raw,size=32G
swap: 512
unprivileged: 1
lxc.apparmor.profile: lxc-container-default-with-nfsd
What else needed to know?
Thank you.