Skip to content

Commit

Permalink
Merge pull request #509 from gnufied/fix-move-mount-ga
Browse files Browse the repository at this point in the history
Move volume mount group feature GA
  • Loading branch information
saad-ali authored Oct 20, 2022
2 parents e4c4553 + 62c6bbb commit 910d60f
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 239 deletions.
4 changes: 2 additions & 2 deletions csi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ message VolumeCapability {
// manner, unless otherwise modified by a workload, that they are
// both readable and writable by said mount group identifier.
// This is an OPTIONAL field.
string volume_mount_group = 3 [(alpha_field) = true];
string volume_mount_group = 3;
}

// Specify how a volume can be accessed.
Expand Down Expand Up @@ -1527,7 +1527,7 @@ message NodeServiceCapability {
// Indicates that Node service supports mounting volumes
// with provided volume group identifier during node stage
// or node publish RPC calls.
VOLUME_MOUNT_GROUP = 6 [(alpha_enum_value) = true];
VOLUME_MOUNT_GROUP = 6;
}

Type type = 1;
Expand Down
Loading

0 comments on commit 910d60f

Please sign in to comment.