Skip to content

Commit cbdc724

Browse files
committed
relax node_id length limit to 256
1 parent da58351 commit cbdc724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ message NodeGetInfoResponse {
14991499
// The SP is NOT responsible for global uniqueness of node_id across
15001500
// multiple SPs.
15011501
// This field overrides the general CSI size limit.
1502-
// The size of this field SHALL NOT exceed 192 bytes. The general
1502+
// The size of this field SHALL NOT exceed 256 bytes. The general
15031503
// CSI size limit, 128 byte, is RECOMMENDED for best backwards
15041504
// compatibility.
15051505
string node_id = 1;

lib/go/csi/csi.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ message NodeGetInfoResponse {
25402540
// The SP is NOT responsible for global uniqueness of node_id across
25412541
// multiple SPs.
25422542
// This field overrides the general CSI size limit.
2543-
// The size of this field SHALL NOT exceed 192 bytes. The general
2543+
// The size of this field SHALL NOT exceed 256 bytes. The general
25442544
// CSI size limit, 128 byte, is RECOMMENDED for best backwards
25452545
// compatibility.
25462546
string node_id = 1;

0 commit comments

Comments
 (0)