View source: R/fsx_operations.R
fsx_update_file_system | R Documentation |
Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.
See https://www.paws-r-sdk.com/docs/fsx_update_file_system/ for full documentation.
fsx_update_file_system(
FileSystemId,
ClientRequestToken = NULL,
StorageCapacity = NULL,
WindowsConfiguration = NULL,
LustreConfiguration = NULL,
OntapConfiguration = NULL,
OpenZFSConfiguration = NULL,
StorageType = NULL
)
FileSystemId |
[required] The ID of the file system that you are updating. |
ClientRequestToken |
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. |
StorageCapacity |
Use this parameter to increase the storage capacity of an FSx for Windows File Server, FSx for Lustre, FSx for OpenZFS, or FSx for ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating. You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress. For Lustre file systems, the storage capacity target value can be the following:
For more information, see Managing storage and throughput capacity in the FSx for Lustre User Guide. For FSx for OpenZFS file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity in the FSx for OpenZFS User Guide. For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSxfor Windows File Server User Guide. For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide. |
WindowsConfiguration |
The configuration updates for an Amazon FSx for Windows File Server file system. |
LustreConfiguration |
|
OntapConfiguration |
|
OpenZFSConfiguration |
The configuration updates for an FSx for OpenZFS file system. |
StorageType |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.