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
0
votes
1 answer

NFSv4 Server Bind Exports

I have been trying to set up a NFSv4 Server with one export. In the exported directory, I want mounted file systems via bind and also data stored in the exported directory. For…
0
votes
1 answer

NFS exportfs -a fails

I am running Volumio on my RasPi and I want to export the internal storage directory (/data/INTERNAL) so that anyone may mount it to add/remove music. When I run 'exportfs -a' I get the following message: exportfs: /data/INTERNAL does not support…
Arie vW
  • 1
  • 1
  • 1
0
votes
1 answer

elastic search repo creation

I have configured elasticsearch with cluster and I have on nfs shared folder that mounted but when I try to create and repo path with this location I have faced some issues with permission error": { "root_cause": [ { …
ankit
  • 1
0
votes
1 answer

Why are noac/lookupcache NFS v4 mount options not allowed?

I was trying some mount options from this answer, however, whenever, I have attempted using them I received this error when remounting: mount.nfs4: mount(2): Invalid argument mount.nfs4: an incorrect mount option was specified When remounting,…
Carson Reinke
  • 144
  • 1
  • 9
0
votes
0 answers

NFS nobody issue

I am having the nfs nobody issue running Centos 6 . I am running nfsv4 and authenticating users using 389-ds LDAP . The nfs mounts on the client are fine, but I am getting the folling error: rpc_idmapd nss_getpwnnam name 'uid' does not map into…
0
votes
1 answer

changing where pam_mkhomedir makes a directory

I want to create user directories for an LDAP user (389-ds) If they don't exist so I am using pam_mkhomedir . How do I create these directories on a different mount point say /nfs/home instead . I know there is a previous Question on this But I…
0
votes
1 answer

Advantages and disadvantages of each type of layout in pNFS

As I know, Parallel NFS (pNFS) has three types: file layout, block layout and object layout. What are the advantages and disadvantages of each type?
Waveter
  • 564
  • 2
  • 6
  • 23
0
votes
0 answers

Samba on NFS with Bind Mounts

I have a machine, which we can call HOST, that exports /home via NFSv4. It also runs several VMs, including one we can call SAMBA, which mounts and then re-exports (yes, I know this is not recommended) the NFSv4 shares over a different network to…
rg6
  • 185
  • 1
  • 11
0
votes
0 answers

Cannot run ctl on Linux for pNFS

I want to install pNFS server. I install ctl from source code. But when I run command ctl -u, the error below occur: /proc/fs/pnfs_block/ctl: No such file or directory I run linux 4.6, the ctl package downloads from the source…
Waveter
  • 564
  • 2
  • 6
  • 23
0
votes
1 answer

pam_mkhomdir + nfs creates noboy:nogroup owned home dirs

this is a strange issue I've been struggling with some time now. I have a working ldap and authentication via pam on debian 8. I have successful tested pam_mkhomedir and I got a home directory for the logged in user with ownership…
kashian
  • 31
  • 1
  • 8
0
votes
1 answer

NFSv4 with Kerberos - idmap stops working after ~35 minutes

All machines are running CentOS 6.5. We have about 85 client machines doing a Kerberized NFSv4 mount (sec=krb5p) to a server. This weekend, the server was changed (serverA changed to serverB). Everything appears to work, except, on one a few…
Matt
  • 1,047
  • 2
  • 14
  • 20
0
votes
1 answer

How to restrict user access via SSSD AD provider?

I'm trying to configure a Redhat 6.x server for Authorization and Authentication to Active Directory (AD) via SSSD- after joining the server I'm able to login with any valid domain credentials. How do I restrict access to 1 or many AD groups? Is…
Scott
  • 1
  • 2
0
votes
1 answer

How to share files/folders between users on same linux machine?

We have 2500+ users using linux thin clients with their home directory on a common NFS. We want Windows like file/folder sharing functionality between users. The users are not linked to any particular machine, hence there is no IP-user mapping. So…
0
votes
1 answer

rpc.rquotad connection refused

I setup an NFS file server using Ubuntu 15.04 to replace an aging CentOS 6 based server. I have user quotas on the file system and on the server initially quota -v would segfault but upgrading the kernel from the 3.19.0-30 to 4.2.3 solved that. …
0
votes
1 answer

NFS export configuration for multiple LVM logical volumes

I have setup a file server that contains two large file systems, each consisting of a single LVM logical volume (10TB and 16TB) within a single volume group. The physical volumes making up the LV are SAN LUNs connected via iSCSI/multipath. Now, I…
Vince
  • 371
  • 5
  • 17