Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Accept review comments.

Co-authored-by: jdef <2348332+jdef@users.noreply.github.com>
  • Loading branch information
gnufied and jdef authored Jun 7, 2021
1 parent ff02667 commit 317bee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ message VolumeCapability {
// SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;

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

Expand Down

0 comments on commit 317bee4

Please sign in to comment.