File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ message VolumeCapability {
396
396
// SHALL NOT exceed 4 KiB.
397
397
repeated string mount_flags = 2 ;
398
398
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
401
401
// parameter is passed as the group identifier to the underlying
402
402
// operating system mount system call, with the understanding
403
403
// that the set of available mount call parameters and/or
@@ -1491,7 +1491,7 @@ message NodeServiceCapability {
1491
1491
VOLUME_CONDITION = 4 [(alpha_enum_value) = true ];
1492
1492
// Indicates that Node service supports mounting volumes
1493
1493
// with provided volume group identifier during NodeStageVolume
1494
- // or node publish RPC calls.
1494
+ // or NodePublishVolume RPC calls.
1495
1495
VOLUME_MOUNT_GROUP = 5 [(alpha_enum_value) = true ];
1496
1496
}
1497
1497
You can’t perform that action at this time.
0 commit comments