Skip to content

Commit 317bee4

Browse files
gnufiedjdef
andauthored
Apply suggestions from code review
Accept review comments. Co-authored-by: jdef <[email protected]>
1 parent ff02667 commit 317bee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csi.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ message VolumeCapability {
396396
// SHALL NOT exceed 4 KiB.
397397
repeated string mount_flags = 2;
398398

399-
// If SP has VOLUME_MOUNT_GROUP node capability and CO provides
400-
// this field then SP MUST ensure that the volume_mount_group
399+
// If the SP has VOLUME_MOUNT_GROUP node capability and the CO provides
400+
// this field then the SP MUST ensure that the volume_mount_group
401401
// parameter is passed as the group identifier to the underlying
402402
// operating system mount system call, with the understanding
403403
// that the set of available mount call parameters and/or
@@ -1491,7 +1491,7 @@ message NodeServiceCapability {
14911491
VOLUME_CONDITION = 4 [(alpha_enum_value) = true];
14921492
// Indicates that Node service supports mounting volumes
14931493
// with provided volume group identifier during NodeStageVolume
1494-
// or node publish RPC calls.
1494+
// or NodePublishVolume RPC calls.
14951495
VOLUME_MOUNT_GROUP = 5 [(alpha_enum_value) = true];
14961496
}
14971497

0 commit comments

Comments
 (0)