Name | Type | Description | Notes |
---|---|---|---|
type | String | The type of storage. `type = "cephrados"` Storage backend compatible with Ceph object storage. | |
monitorHostname | String | The monitor hostname. | |
clusterName | String | The Ceph cluster name. | |
poolName | String | The Ceph pool name. | |
blockSize | Number | Storage block size in bytes. | [optional] |
storagePathType | String | Determines how the logical file paths will be mapped on the storage. 'canonical' paths reflect the logical file names and directory structure, however each rename operation will require renaming the files on the storage. 'flat' paths are based on unique file UUID's and do not require on-storage rename when logical file name is changed. | [optional] [default to 'flat'] |
cephrados
(value:"cephrados"
)
flat
(value:"flat"
)