Skip to content

Commit

Permalink
NFS ACL parameter removed (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
khareRajshree authored and atye committed Nov 7, 2023
1 parent b29d98c commit 73bd0ce
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,6 @@ defaultFsType: ext4
# Default value: None
imagePullPolicy: IfNotPresent

<<<<<<< HEAD
=======
# nfsAcls: enables setting permissions on NFS mount directory
# This value acts as default value for NFS ACL (nfsAcls), if not specified for an array config in secret
# Permissions can be specified in two formats:
# 1) Unix mode (NFSv3)
# 2) NFSv4 ACLs (NFSv4)
# NFSv4 ACLs are supported on NFSv4 share only.
# Allowed values:
# 1) Unix mode: valid octal mode number
# Examples: "0777", "777", "0755"
# 2) NFSv4 acls: valid NFSv4 acls, separated by comma
# Examples: "A::OWNER@:RWX,A::GROUP@:RWX", "A::OWNER@:rxtncy"
# Optional: true
# Default value: "0777"
nfsAcls: "0777"

>>>>>>> b9b7e1f (minor typo fixed (#258))
# enableQuota: a boolean that, when enabled, will set quota limit for a newly provisioned NFS volume.
# Allowed values:
# true: set quota for volume
Expand Down Expand Up @@ -105,25 +87,11 @@ allowRWOMultiPodAccess: "false"
# None: volumes will be mounted with no modifications.
fsGroupPolicy: File

<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 56df1f9 (PowerFlex SDC updated (#251))
# maxVxflexosVolumesPerNode: Specify default value for maximum number of volumes that controller can publish to the node.
# If value is zero CO SHALL decide how many volumes of this type can be published by the controller to the node.
# This limit is applicable to all the nodes in the cluster for which node label 'maxVxflexosVolumesPerNode' is not set.
# Allowed values: n, where n >= 0
<<<<<<< HEAD
# Default value: 0
=======
# maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node.
# Allowed values: integer
# Default value: 0
# Examples : 0 , 1
>>>>>>> c08e212 (PowerFlex v2.8.0 release (#250))
=======
# Default value: 0
>>>>>>> 56df1f9 (PowerFlex SDC updated (#251))
maxVxflexosVolumesPerNode: 0

# "controller" allows to configure controller specific parameters
Expand Down

0 comments on commit 73bd0ce

Please sign in to comment.