Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFS configuration needs to be corrected for [ Linux/AMD64 ] - Chapter 7 #10

Closed
nitinsatish opened this issue Mar 8, 2024 · 1 comment

Comments

@nitinsatish
Copy link

On Ubuntu the NFS service is provided by nfs-kernel-server. To update the exports configuration the command should be exportfs -a , I believe.

The instructions seem correct only for MacOS.

Getting the below error when I run exportfs -a

# exportfs -a
exportfs: No options for /root/kubenet/nfs-pvs 192.168.1.0/255.255.255.0: suggest 192.168.1.0/255.255.255.0(sync) to avoid warning
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.0/255.255.255.0:/root/kubenet/nfs-pvs".
  Assuming default behaviour ('no_subtree_check').
  NOTE: this default has changed since nfs-utils version 1.0.x

exportfs: /etc/exports:1: unknown keyword "maproot=root"
@nitinsatish nitinsatish changed the title NFS configuration needs to be corrected for [ Linux/AMD64 ] - Chapter 6 NFS configuration needs to be corrected for [ Linux/AMD64 ] - Chapter 7 Mar 8, 2024
@ghik
Copy link
Owner

ghik commented May 26, 2024

Thanks, fixed

@ghik ghik closed this as completed May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants