@@ -1373,12 +1373,11 @@ message NodePublishVolumeRequest {
1373
1373
// manner, unless otherwise modified by a workload, that they are
1374
1374
// both readable and writable by said mount group identifier.
1375
1375
//
1376
- // If Plugin does not support NodePublishVolume with different
1377
- // volume_mount_group than the one used during NodeStageVolume
1378
- // then Plugin MAY return FAILED_PRECONDITION error.
1379
- // Similarly if SP does not support NodePublishVolume of same volume
1380
- // on same node but with different volume_mount_group it MAY return
1381
- // FAILED_PRECONDITION error.
1376
+ // If Plugin has STAGE_UNSTAGE_VOLUME capability then value
1377
+ // specified here MUST be same as volume_mount_group specified
1378
+ // during NodeStageVolume call. When node-publishing same volume
1379
+ // multiple times on same node - all NodePublishVolume calls MUST
1380
+ // specify same value of volume_mount_group.
1382
1381
// This is an OPTIONAL field.
1383
1382
string volume_mount_group = 9 ;
1384
1383
}
@@ -1612,7 +1611,7 @@ message NodeExpandVolumeRequest {
1612
1611
// Secrets required by plugin to complete node expand volume request.
1613
1612
// This field is OPTIONAL. Refer to the `Secrets Requirements`
1614
1613
// section on how to use this field.
1615
- map <string , string > secrets = 6
1614
+ map <string , string > secrets = 6
1616
1615
[(csi_secret) = true , (alpha_field) = true ];
1617
1616
}
1618
1617
0 commit comments