AmlFilesystemClientInfo interface
AML file system client information
Properties
| container |
Container Storage Interface information for the AML file system. |
| lustre |
The version of Lustre running in the AML file system |
| mgs |
The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS). |
| mount |
Recommended command to mount the AML file system |
Property Details
containerStorageInterface
Container Storage Interface information for the AML file system.
containerStorageInterface?: AmlFilesystemContainerStorageInterface
Property Value
lustreVersion
The version of Lustre running in the AML file system
lustreVersion?: string
Property Value
string
mgsAddress
The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
mgsAddress?: string
Property Value
string
mountCommand
Recommended command to mount the AML file system
mountCommand?: string
Property Value
string