Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

NFS export of mounted disk issues #817

Open
willat8 opened this issue Nov 9, 2021 · 0 comments
Open

NFS export of mounted disk issues #817

willat8 opened this issue Nov 9, 2021 · 0 comments
Labels
kind/bug Something isn't working

Comments

@willat8
Copy link

willat8 commented Nov 9, 2021

Version (k3OS / kernel)

k3os v0.22.2-k3s2r0
kernel 5.10.63-v8+

Architecture
aarch64

Describe the bug
I have mounted a USB disk at /media/usb and configured my /etc/exports like /media/usb *(ro,all_squash,insecure). NFS service is started by

sudo mkdir -p /var/lib/nfs/sm
sudo service nfs start

When trying to mount this share on any client, mount tries nfsv4.2 and hangs forever. Manually specifying nfsvers=3 when mounting works. Also exporting any other part of the filesystem on k3os works fine and mounting on the client doesn't hang.

Expected behavior
Mounting the share using nfsv4.2 should work, or at least not hang forever and fallback to earlier NFS versions.

Additional context
This worked fine on k3os v0.21.x and earlier.

@willat8 willat8 added the kind/bug Something isn't working label Nov 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant