mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
Make parameter pool
optional in CephFS storageclass
Signed-off-by: Daniel-Pivonka <dpivonka@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
5b461a0787
commit
0063727199
@ -17,8 +17,8 @@ parameters:
|
||||
# CephFS filesystem name into which the volume shall be created
|
||||
fsName: myfs
|
||||
|
||||
# Ceph pool into which the volume shall be created
|
||||
pool: cephfs_data
|
||||
# (optional) Ceph pool into which volume data shall be stored
|
||||
# pool: cephfs_data
|
||||
|
||||
# The secrets have to contain user and/or Ceph admin credentials.
|
||||
csi.storage.k8s.io/provisioner-secret-name: csi-cephfs-secret
|
||||
|
Reference in New Issue
Block a user