mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
deploy: updated sc templates for map/unmap Options with the new schema
Fixes: #2641 Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
parent
bdcf3273b5
commit
ec8397d8d9
@ -362,6 +362,11 @@ storageClass:
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
|
||||
# For nbd options refer
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
|
||||
# Format:
|
||||
# mapOptions: "<mounter>:op1,op2;<mounter>:op1,op2"
|
||||
# An empty mounter field is treated as krbd type for compatibility.
|
||||
# eg:
|
||||
# mapOptions: "krbd:lock_on_read,queue_depth=1024;nbd:try-netlink"
|
||||
mapOptions: ""
|
||||
|
||||
# (optional) unmapOptions is a comma-separated list of unmap options.
|
||||
@ -369,6 +374,11 @@ storageClass:
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
|
||||
# For nbd options refer
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
|
||||
# Format:
|
||||
# unmapOptions: "<mounter>:op1,op2;<mounter>:op1,op2"
|
||||
# An empty mounter field is treated as krbd type for compatibility.
|
||||
# eg:
|
||||
# unmapOptions: "krbd:force;nbd:force"
|
||||
unmapOptions: ""
|
||||
|
||||
# The secrets have to contain Ceph credentials with required access
|
||||
|
@ -53,14 +53,22 @@ parameters:
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
|
||||
# For nbd options refer
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
|
||||
# mapOptions: lock_on_read,queue_depth=1024
|
||||
# Format:
|
||||
# mapOptions: "<mounter>:op1,op2;<mounter>:op1,op2"
|
||||
# An empty mounter field is treated as krbd type for compatibility.
|
||||
# eg:
|
||||
# mapOptions: "krbd:lock_on_read,queue_depth=1024;nbd:try-netlink"
|
||||
|
||||
# (optional) unmapOptions is a comma-separated list of unmap options.
|
||||
# For krbd options refer
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
|
||||
# For nbd options refer
|
||||
# https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
|
||||
# unmapOptions: force
|
||||
# Format:
|
||||
# unmapOptions: "<mounter>:op1,op2;<mounter>:op1,op2"
|
||||
# An empty mounter field is treated as krbd type for compatibility.
|
||||
# eg:
|
||||
# unmapOptions: "krbd:force;nbd:force"
|
||||
|
||||
# The secrets have to contain Ceph credentials with required access
|
||||
# to the 'pool'.
|
||||
|
Loading…
Reference in New Issue
Block a user