Configuration override options
Use these configuration override options for Ceph Block Devices on global and pool levels.
Global level
Table 1 lists the override key options on a global level.
| Key | Description | Type | Default |
|---|---|---|---|
rbd_qos_bps_burst |
The desired burst limit of I/O bytes. | Integer | 0 |
rbd_qos_bps_limit |
The desired limit of I/O bytes per second. | Integer | 0 |
rbd_qos_iops_burst |
The desired burst limit of I/O operations. | Integer | 0 |
rbd_qos_iops_limit |
The desired limit of I/O operations per second. | Integer | 0 |
rbd_qos_read_bps_burst |
The desired burst limit of read bytes. | Integer | 0 |
rbd_qos_read_bps_limit |
The desired limit of read bytes per second. | Integer | 0 |
rbd_qos_read_iops_burst |
The desired burst limit of read operations. | Integer | 0 |
rbd_qos_read_iops_limit |
The desired limit of read operations per second. | Integer | 0 |
rbd_qos_write_bps_burst |
The desired burst limit of write bytes. | Integer | 0 |
rbd_qos_write_bps_limit |
The desired limit of write bytes per second. | Integer | 0 |
rbd_qos_write_iops_burst |
The desired burst limit of write operations. | Integer | 0 |
rbd_qos_write_iops_limit |
The desired burst limit of write operations per second. | Integer | 0 |
Table 2 describes how to use the global override options listed in Table 1.
- Replace CONFIG_ENTITY with the global client or client ID.
- Replace KEY with the configuration key.
- Replace VALUE with the configuration value.
| Command syntax | Description |
|---|---|
|
Set a global level configuration override. |
|
Get a global level configuration override. |
|
List the global level configuration overrides. |
|
Remove a global level configuration override. |
Pool level
Table 3 describes how to override pool options.
- Replace CONFIG_ENTITY with the global client or client ID.
- Replace KEY with the configuration key.
- Replace VALUE with the configuration value.
- Replace POOL_NAME with the name of the pool.
| Command syntax | Description |
|---|---|
|
Set a pool level configuration override. |
|
Get a pool level configuration override. |
|
List the pool level configuration overrides. |
|
Remove a pool level configuration override. |