Skip to content

Commit

Permalink
Move volume mount group feature GA
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Jun 8, 2022
1 parent ad238e5 commit de4250c
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 de4250c

Please sign in to comment.