July 2018
Intermediate to advanced
504 pages
11h 34m
English
This needs to be done on the server-side only. We are going to export several file systems under the /exports directory. The exports will only be accessible by OpenShift nodes.
OpenShift cluster runs Docker containers using random User IDs (UIDs). It is difficult to predict a UID to give proper NFS permissions, so we have to configure the following NFS settings to allow OpenShift to use NFS shares properly:
# mkdir -p /exports/{nfsvol1,nfsvol2,nfsvol3} ...