Questions tagged [nfs4]

Network File System version 4 (NFSv4)

NFS Version 4 (RFC 3010, December 2000; revised in RFC 3530, April 2003), influenced by AFS and CIFS, includes performance improvements, mandates strong security, ACLs, locking and introduces a stateful protocol. Version 4 became the first version developed with the Internet Engineering Task Force (IETF) after Sun Micro systems handed over the development of the NFS protocols.

NFS version 4 minor version 1 (NFSv4.1) has been approved by the IETF and received an RFC number 5661 since Jan 2010. The NFSv4.1 specification aims:

To provide protocol support to take advantage of clustered server deployments including the ability to provide scalable parallel access to files distributed among multiple servers (pNFS extension). to provide sessions and Exacely One Semantic (EOS)

269 questions
2
votes
2 answers

NFS server daemon fails to start at boot

I´m trying to export an external disk, so, I configured my nfs-server service to wait for disk1 to mount, however it fails. This is the situation after boot: $ systemctl status nfs-server.service ● nfs-server.service - NFS server and services …
cape
  • 169
  • 1
  • 4
1
vote
0 answers

DR for Docker persistent storage on NFS

At the moment we have a Docker Swarm setup with DTR, UCP etc using a local NFS server for DTR and persistent storage. We would like to have a DR setup at a remote data center which has high speed connectivity with primary site. We are planning to…
Debianuser
  • 421
  • 4
  • 12
  • 29
1
vote
0 answers

NFS file does not show up in listing but is there

I have an NFS server with a mount point that is mounted on several servers. I can access the files on all of them. On all of the clients, I am getting the following behaviour. $ ls _index_ssl.html_old $ ls -i _index_ssl.html 2966711…
mhost
  • 1,179
  • 3
  • 16
  • 25
1
vote
0 answers

CentOS 7 NFSv4 server + Fedora 30 NFSv4 client: command 'quota' does not work

I've got a CentOS 7 box serving NFSv3/4 exports - the served filesystem (users' home directories) is an ext4 partition (so, no XFS, which I get is more complicated for quotas) configured with usrquota which correctly returns per-user quota's when…
Francesco
  • 45
  • 9
1
vote
0 answers

NFS issues with K8S

we're running a bunch of gitlabs on a k8s cluster. For persistence, we're using NFS mounts, specifically, we have one NFS export that is shared by all gitlabs. Currently, we have it mounted on all cluster nodes and then bind-mount to the pods, but…
rmalchow
  • 176
  • 8
1
vote
2 answers

Use nfs version 3 on RHEL 7

I tested using nfs version 3 on my lab system, and it works fine. [root@server2 ~]# tail -1 /etc/mtab server1:/nfs /nfs nfs…
david bob
  • 11
  • 1
  • 1
  • 4
1
vote
1 answer

Parallel MPI_File_open failed on NFSv4 but ran on NFSv3

When using NFSv4, my client reported that their MPI program sometimes report file cannot open or file not found error. I compiled a sample MPI-IO program and confirmed that, if the MPI procs on computing nodes are trying to access a same file shared…
1
vote
1 answer

How to get verbose information from `zfs get`

Running Ubuntu 14... "14.04.5 LTS, Trusty Tahr" ...with Ubuntu zfs... libzfs2/trusty,now 0.6.5.11-1~trusty amd64 [installed,automatic] mountall/trusty,now 2.53-zfs1 amd64 [installed,upgradable to: 2.53-zfs1] ubuntu-zfs/trusty,now 8~trusty amd64…
BurningKrome
  • 525
  • 2
  • 12
  • 22
1
vote
0 answers

Linux NFS (v4) user namespace file permissions

I am trying to set up a rootless container setup using podman and am having a problem with file permissions on NFS (running NFSv4). Within the user namespace, I am able to create files as root on any filesystem, and to change ownership on any local…
Bruce
  • 11
  • 2
1
vote
2 answers

fsc option is ignored when trying to use cachefilesd on ubuntu 18.04

I'm trying to set up cachefilesd on an nfs share with one of my servers. It's not working. The service is running, my drives are mounted, but it seems as if the "fsc" option is completely ignored. My fstab (specific folder-names edited for privacy…
Tal Bull
  • 111
  • 1
  • 3
1
vote
0 answers

NFS3/4 Performance Issues (Lock-ups) with macOS client using Kerberos

I am trying to access an NFS share using macOS High Sierra and I am having momentary system lock-up issues regardless of whether I use Finder or the command line to copy files to the share. For example, a write operation in Finder will start, write…
user3814483
  • 183
  • 1
  • 10
1
vote
1 answer

Recommended application and storage server network link over NFS

Background: I have a RHEL6 storage server (lots of HDs) and a RHEL6 Application server (little storage, lots of CPU/memory). They are currently connected to a 1GB Catalyst 2960-X switch. There is also a windows server and 15 client windows…
eng3
  • 167
  • 10
1
vote
1 answer

Can not umount NFS directory (ignored)

I have a few servers that have NFS mounted directories. I have shut down the service that is using them, and fuser -m doesnt show any other processes using any files there. When i do "umount -at nfs" i dont get any error messages, but also nothing…
1
vote
2 answers

How to configure NFSv4 mount so that owner of files created by root user on NFS client appear as 'root:root', rather than 'nobody:nogroup' on client?

I have an Ubuntu 16.04 server on which the Nextcloud snap is installed (nextcloud.lan), and an Ubuntu 16.04 NAS configured to serve files over NFSv4 (nas.lan). I would like to mount directory /var/snap/nextcloud on nextcloud.lan via an NFS directory…
jbeard4
  • 121
  • 1
  • 5
1
vote
1 answer

How does NFS figure out which Kerberos creds / principals to give access to?

I'm setting up NFS with Kerberos and following various guides, like NFSv4 with Kerberos on Ubuntu Wiki and How To Use Kerberos to Control Access to NFS Network Shares, amongst others. All guides follow the same basic pattern: Set up a KDC Create a…
Saurabh Nanda
  • 489
  • 1
  • 8
  • 20