docker-nfs-server icon indicating copy to clipboard operation
docker-nfs-server copied to clipboard

2: Unsupported version

Open mariusmotea opened this issue 3 years ago • 2 comments

Hi,

Recently i was unable to compile and run this successfully on arm64 platform because of the error from the subject. Seams version2 is no longer build in nfs-utils.

The fix is to remove the mention of version 2 protocol here: local flags=('--nfs-version' "$requested_version" '--no-nfs-version' 2) and keep just: local flags=('--nfs-version' "$requested_version")

mariusmotea avatar Nov 14 '22 13:11 mariusmotea

I can confirm the issue and the fix.

arendtio avatar Dec 29 '22 18:12 arendtio