Merge pull request #101256 from Jiawei0227/length2
Relax csiNodeIDMaxLength length limit to 256
This commit is contained in:
@@ -43,8 +43,8 @@ const (
|
||||
maxAttachedVolumeMetadataSize = 256 * (1 << 10) // 256 kB
|
||||
maxVolumeErrorMessageSize = 1024
|
||||
|
||||
csiNodeIDMaxLength = 128
|
||||
csiNodeIDLongerMaxLength = 192
|
||||
csiNodeIDMaxLength = 192
|
||||
csiNodeIDLongerMaxLength = 256
|
||||
)
|
||||
|
||||
// CSINodeValidationOptions contains the validation options for validating CSINode
|
||||
|
Reference in New Issue
Block a user