-
Notifications
You must be signed in to change notification settings - Fork 58
Description
-
For the Single Instance Database configuration, the example OCI NFS Volume Static Provisioning syntax is misleading :
Current format : volumeHandle: "<OCID of the file system>:<Mount Target>/<Export Path>"
==> Should be : volumeHandle: "<OCID of the file system>:<Mount Target IP Address>:/<Export Path>" -
Adding an example would be helpful :
volumeHandle: "ocid1.filesystem.oc1.eu_frankfurt_1.aaaaaqe3bj...eaaa:10.0.10.156:/FileSystem-20220713-1036-02" -
Text in the description should also refer to the Mount Target IP Address instead of the Mount Target (which also has a name in the OCI console)
-
Please point out you need to open the required ports in the K8S node Subnet secu list for nfs to function, refer to this page : https://docs.oracle.com/en-us/iaas/Content/File/Tasks/securitylistsfilestorage.htm
-
Text "So specify, in gibibytes (GiB), the maximum capacity reported by file systems exported through this mount target. " :
==> Please detail this is to be done on the level of the OCI Console, in the configuration of the OCI mount point itself, not in the yaml file you are describing in this paragraph (and where you also specify the FS size).