1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/storage-persistent-storage-nfs-additional-configuration.adoc

28 lines
890 B
Plaintext

// Module included in the following assemblies:
//
// * storage/persistent_storage/persistent-storage-nfs.adoc
:_mod-docs-content-type: REFERENCE
[id="additional-config-troubleshooting_{context}"]
= Additional configuration and troubleshooting
Depending on what version of NFS is being used and how it is configured,
there may be additional configuration steps needed for proper export and
security mapping. The following are some that may apply:
[cols="1,2"]
|===
|NFSv4 mount incorrectly shows all files with ownership of `nobody:nobody`
a|- Could be attributed to the ID mapping settings, found in `/etc/idmapd.conf` on your NFS.
- See https://access.redhat.com/solutions/33455[this Red Hat Solution].
|Disabling ID mapping on NFSv4
a|- On the NFS server, run the following command:
+
[source,terminal]
----
# echo 'Y' > /sys/module/nfsd/parameters/nfs4_disable_idmapping
----
|===