Editing an Export Set
Update an export set.
For more information, see Working with NFS Exports and Export Options.
- Open the navigation menu and select Storage. Under File Storage, select Mount Targets.
- In the List scope section, under Compartment, select a compartment.
-
To view information about a mount target's export set, find the mount target, click the
, and then click View details. - On the mount target's details page, click the NFS tab.
- The Exportset OCID is displayed, along with configuration options related to the export set, such as Reported size (GiB) and Reported Inodes (GiI).
Use the
fs export-set update
command and required parameters to update an export set:oci fs export-set update --export-set-id <export_set_OCID> --display-name "<New Export Set Name>"
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateExportSet operation to update an export set.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.