mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
rbd: add support for rbd striping
RBD supports creating rbd images with object size, stripe unit and stripe count to support striping. This PR adds the support for the same. More details about striping at https://docs.ceph.com/en/quincy/man/8/rbd/#striping fixes: #3124 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
8f99fe7250
commit
4b57cc3ec5
@ -134,6 +134,14 @@ parameters:
|
||||
# {"domainLabel":"zone","value":"zone1"}]}
|
||||
# ]
|
||||
|
||||
# Image striping, Refer https://docs.ceph.com/en/latest/man/8/rbd/#striping
|
||||
# For more details
|
||||
# (optional) stripe unit in bytes.
|
||||
# stripeUnit: <>
|
||||
# (optional) objects to stripe over before looping.
|
||||
# stripeCount: <>
|
||||
# (optional) The object size in bytes.
|
||||
# objectSize: <>
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
mountOptions:
|
||||
|
Reference in New Issue
Block a user