Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.1 KB

File metadata and controls

22 lines (13 loc) · 1.1 KB

Onepanel.CephModify

Properties

Name Type Description Notes
type String Type of the modified storage. Must be given explicitly and must match the actual type of subject storage - this redundancy is needed due to limitations of OpenAPI polymorphism. `type = "ceph"` (DEPRECATED - use Ceph RADOS instead) storage backend compatible with Ceph object storage, using the deprecated `libradosstriper` library.
username String The username of the Ceph cluster administrator. [optional]
key String The admin key to access the Ceph cluster. [optional]
monitorHostname String The hostname (IP address or FQDN) of the Ceph monitor service. [optional]
clusterName String The name of the Ceph storage cluster. [optional]
poolName String The name of the Ceph pool – the logical partition for object storage. [optional]

Enum: TypeEnum

  • ceph (value: "ceph")