oci-cloud-controller-manager icon indicating copy to clipboard operation
oci-cloud-controller-manager copied to clipboard

Allow export options to be configured for OCI FSS file systems

Open owainlewis opened this issue 7 years ago • 0 comments

A user should be able to control the export options for a created file system.

For more information on export options see https://docs.cloud.oracle.com/iaas/Content/File/Tasks/exportoptions.htm

The default options are :

"export-options": [
      {
        "access": "READ_WRITE",
        "anonymous-gid": 65534,
        "anonymous-uid": 65534,
        "identity-squash": "NONE",
        "require-privileged-source-port": false,
        "source": "0.0.0.0/0"
      }
    ],

owainlewis avatar Nov 08 '18 16:11 owainlewis