Class FileCacheLustreMetadataConfiguration
The 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.
public class FileCacheLustreMetadataConfiguration
- Inheritance
-
FileCacheLustreMetadataConfiguration
- Inherited Members
Constructors
FileCacheLustreMetadataConfiguration()
public FileCacheLustreMetadataConfiguration()
Properties
StorageCapacity
Gets and sets the property StorageCapacity.
The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes
(GiB). The only supported value is 2400
GiB.
public int StorageCapacity { get; set; }