mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
nfs: add support for clients
in the StorageClass
The clients parameter in the storage class is used to limit access to the export to the set of hostnames, networks or ip addresses specified. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
a7d259a334
commit
254699cb1a
@ -51,5 +51,11 @@ parameters:
|
||||
# This option is available with Ceph v17.2.6 and newer.
|
||||
# secTypes: <sectype-list>
|
||||
|
||||
# (optional) The clients parameter in the storage class is used to limit
|
||||
# access to the export to the set of hostnames, networks or ip addresses
|
||||
# specified. The <client-list> is a comma delimited string,
|
||||
# for example: "192.168.0.10,192.168.1.0/8"
|
||||
# clients: <client-list>
|
||||
|
||||
reclaimPolicy: Delete
|
||||
allowVolumeExpansion: true
|
||||
|
Reference in New Issue
Block a user