ceph-csi/docs
Yite Gu 4774a82e88 rbd: support QoS based on capacity for rbd volume
1. QoS provides settings for rbd volume read/write iops
   and read/write bandwidth.
2. All QoS parameters are placed in the SC,
   send QoS parameters from SC to Cephcsi through PVC create request.
3. We need provide QoS parameters in the SC as below:
   - BaseReadIops
   - BaseWriteIops
   - BaseReadBytesPerSecond
   - BaseWriteBytesPerSecond
   - ReadIopsPerGB
   - WriteIopsPerGB
   - ReadBpsPerGB
   - WriteBpsPerGB
   - BaseVolSizeBytes
   There are 4 base qos parameters among them, when users apply for
   a volume capacity equal to or less than BaseVolSizebytes, use base
   qos limit. For the portion of capacity exceeding BaseVolSizebytes,
   QoS will be increased in steps set per GB. If the step size parameter
   per GB is not provided, only base QoS limit will be used and not associated
   with capacity size.
4. If PVC has resize request, adjust the QoS limit
   according to the QoS parameters after resizing.

Signed-off-by: Yite Gu <guyite@bytedance.com>
2024-12-20 13:05:06 +08:00
..
cephfs doc: resturcture the doc folder 2024-10-29 15:21:36 +00:00
csi-addons doc: resturcture the doc folder 2024-10-29 15:21:36 +00:00
design/proposals doc: resturcture the doc folder 2024-10-29 15:21:36 +00:00
rbd rbd: support QoS based on capacity for rbd volume 2024-12-20 13:05:06 +08:00
capabilities.md doc: Update capabilities readme to solve to open permissions 2024-03-13 17:07:28 +00:00
ceph-csi-upgrade.md doc: update the document for 3.13 release 2024-12-03 15:34:13 +00:00
coding.md doc: update coding guideline to suggest to place local imports last 2024-07-23 13:04:46 +00:00
DCO DOC: Added document for DOC and commit message 2020-05-06 16:54:15 +00:00
development-guide.md doc: add description of Mergify commands for merging a PR 2024-08-09 10:06:28 +00:00
expand-pvc.md ci: fix mdl related failures 2022-11-17 08:25:10 +00:00
intree-migrate.md ci: fix mdl related failures 2022-11-17 08:25:10 +00:00
metrics.md doc: fix codespell problem 2024-09-04 10:13:47 +00:00
releases.md ci: fix mdl related failures 2022-11-17 08:25:10 +00:00
resource-cleanup.md doc: fixed broken doc links 2024-11-18 09:36:41 +00:00
snap-clone.md doc: fixed broken doc links 2024-11-18 09:36:41 +00:00
static-pvc.md doc: fix fsName details in PV object 2024-01-12 18:27:45 +00:00