Interface: CephNodeOSDConfig

Properties

property type description
devices string[] A list of devices that should be used to
run OSDs on this node.
Defaults to an empty list.
directories string[] A list of directories that should be used to
run OSDs on this node.
Defaults to an empty list.
name string The name of the kubernetes node.
Required.

Optional devices

devices? : string[]

A list of devices that should be used to run OSDs on this node. Defaults to an empty list.

Defined in rook-ceph/index.ts:121


Optional directories

directories? : string[]

A list of directories that should be used to run OSDs on this node. Defaults to an empty list.

Defined in rook-ceph/index.ts:127


name

name: string

The name of the kubernetes node. Required.

Defined in rook-ceph/index.ts:115