Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.44 KB

File metadata and controls

31 lines (16 loc) · 1.44 KB

Onepanel.CephradosCreate

Properties

Name Type Description Notes
type String The type of storage. `type = "cephrados"` Storage backend compatible with Ceph object storage.
monitorHostname String The hostname (IP address or FQDN) of the Ceph monitor service.
clusterName String The name of the Ceph storage cluster.
poolName String The name of the Ceph pool – the logical partition for object storage.
blockSize Number Each file will be split across a number of Ceph RADOS objects of the specified size. For optimal performance, this value should be equal to the object size configured in a given Ceph Storage Cluster (default 4M). [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']

Enum: TypeEnum

  • cephrados (value: "cephrados")

Enum: StoragePathTypeEnum

  • flat (value: "flat")