Skip to content

Commit

Permalink
rbd: added RBD features support for krbd
Browse files Browse the repository at this point in the history
Added support for `object-map, fast-diff`

Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from commit 7411773)
  • Loading branch information
k0ste authored and Madhu-1 committed Dec 14, 2021
1 parent 57484e3 commit ec18fd5
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 40 deletions.
9 changes: 5 additions & 4 deletions charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,11 @@ storageClass:
thickProvision: false

# (required) RBD image features, CSI creates image with image-format 2
# CSI RBD currently supports `layering`, `journaling`, `exclusive-lock`
# features. If `journaling` is enabled, must enable `exclusive-lock` too.
# imageFeatures: layering,journaling,exclusive-lock
imageFeatures: layering
# CSI RBD currently supports `layering`, `journaling`, `exclusive-lock`,
# `object-map`, `fast-diff` features. If `journaling` is enabled, must
# enable `exclusive-lock` too.
# imageFeatures: layering,journaling,exclusive-lock,object-map,fast-diff
imageFeatures: "layering"

# (optional) uncomment the following to use rbd-nbd as mounter
# on supported nodes
Expand Down
Loading

0 comments on commit ec18fd5

Please sign in to comment.