Bare Metal Admin Storage Config Response
data class BareMetalAdminStorageConfigResponse(val lvpNodeMountsConfig: BareMetalLvpConfigResponse, val lvpShareConfig: BareMetalLvpShareConfigResponse)
BareMetalAdminStorageConfig specifies the cluster storage configuration.
Constructors
Link copied to clipboard
constructor(lvpNodeMountsConfig: BareMetalLvpConfigResponse, lvpShareConfig: BareMetalLvpShareConfigResponse)
Properties
Link copied to clipboard
Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
Link copied to clipboard
Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.