mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
doc: remove mention of image feature dependency
avoid specifying the image feature dependencies and add a link to rbd official document for reference to the image feature dependencies. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
1f012004a6
commit
dd96024620
@ -31,8 +31,9 @@ parameters:
|
||||
|
||||
# (optional) RBD image features, CSI creates image with image-format 2 CSI
|
||||
# RBD currently supports `layering`, `journaling`, `exclusive-lock`,
|
||||
# `object-map`, `fast-diff`, `deep-flatten` features. If `journaling` is
|
||||
# enabled, must enable `exclusive-lock` too.
|
||||
# `object-map`, `fast-diff`, `deep-flatten` features.
|
||||
# Refer https://docs.ceph.com/en/latest/rbd/rbd-config-ref/#image-features
|
||||
# for image feature dependencies.
|
||||
# imageFeatures: layering,journaling,exclusive-lock,object-map,fast-diff
|
||||
imageFeatures: "layering"
|
||||
|
||||
|
Reference in New Issue
Block a user