Interface: CephBlockPool ¶
Properties ¶
| property | type | description |
|---|---|---|
| enabled | undefined | false | true | Enable the block pool. Defaults to true. |
| failureDomain | undefined | string | Set the pool's Failure Domain. Defaults to 'host'. |
| name | undefined | string | Set the pool name. Defaults to '${resource-name}-replicapool' |
| replicas | undefined | number | Set the data replication size. Defaults to 1. |
Optional enabled ¶
• enabled? : undefined | false | true
Enable the block pool. Defaults to true.
Defined in rook-ceph/index.ts:135
Optional failureDomain ¶
• failureDomain? : undefined | string
Set the pool's Failure Domain. Defaults to 'host'.
Defined in rook-ceph/index.ts:145
Optional name ¶
• name? : undefined | string
Set the pool name. Defaults to '${resource-name}-replicapool'
Defined in rook-ceph/index.ts:140
Optional replicas ¶
• replicas? : undefined | number
Set the data replication size. Defaults to 1.
Defined in rook-ceph/index.ts:150