This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:nfs [2022/04/13 08:17] gcooper |
networking:nfs [2022/04/13 14:20] (current) gcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
* NFS is a network file sharing protocol like SMB/CIFS | * NFS is a network file sharing protocol like SMB/CIFS | ||
* NFS allows multiple users to mount the same filesystem over a network | * NFS allows multiple users to mount the same filesystem over a network | ||
- | * NFS works well with the Citrix XenServer | + | * NFS works well with the Citrix |
- | * NFS is simpler to manage than iSCSI | + | * NFS is simpler to manage than iSCSI (block storage) |
- | * May use bonding | + | * May use bonding |
* iSCSI may offer better performance | * iSCSI may offer better performance | ||
- | * May use MPIO | + | * May use MPIO for higher availability |
https:// | https:// | ||
Line 23: | Line 23: | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
- | NFSv4 handles UID maping differently than NFSv3. | + | **NFSv4**: https:// |
+ | |||
+ | <note tip>If you are having **root squash** problems, you might be able to specify '' | ||
+ | |||
+ | <note warning>NFSv4 handles UID maping differently than NFSv3. | ||
< | < | ||
+ | mount # show client mount details | ||
+ | |||
umount / | umount / | ||
mount -a | mount -a | ||
Line 33: | Line 39: | ||
</ | </ | ||
+ | < | ||
+ | ps aux | grep idmapd | ||
+ | |||
+ | vim / | ||
+ | |||
+ | Domain = somedomain.tld | ||
+ | |||
+ | nfsidmap -cv # clear cache | ||
+ | </ |