Values.FileCacheLustreMetadataConfigurationSourceThe configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.
type nonrec t = {storageCapacity : MetadataStorageCapacity.t;The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is 2400 GiB.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of MetadataStorageCapacity.t ]) list ]