Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1015 Bytes

CephModify.md

File metadata and controls

22 lines (13 loc) · 1015 Bytes

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 monitor hostname. [optional]
clusterName String The Ceph cluster name. [optional]
poolName String The Ceph pool name. [optional]

Enum: TypeEnum

  • ceph (value: "ceph")