File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1315,6 +1315,12 @@ message NodePublishVolumeRequest {
1315
1315
// If NodeStageVolume was previously called with volume_mount_group
1316
1316
// CO MUST ensure that NodePublishVolume uses the same
1317
1317
// volume_mount_group for the same volume_id.
1318
+ // If Plugin does not have `STAGE_UNSTAGE_VOLUME` capability the CO
1319
+ // MAY call NodePublishVolume with different volume_mount_group and
1320
+ // target_path for same volume_id.
1321
+ // If a Plugin does not support multiple calls of NodePublishVolume
1322
+ // with different volume_mount_group and target_path for same volume
1323
+ // on same node - it MAY return FAILED_PRECONDITION error.
1318
1324
// The value of volume_mount_group should be group
1319
1325
// identifier (as determined by underlying operating system)
1320
1326
// which would be associated with workload that uses the volume.
Original file line number Diff line number Diff line change @@ -2264,6 +2264,12 @@ message NodePublishVolumeRequest {
2264
2264
// If NodeStageVolume was previously called with volume_mount_group
2265
2265
// CO MUST ensure that NodePublishVolume uses the same
2266
2266
// volume_mount_group for the same volume_id.
2267
+ // If Plugin does not have `STAGE_UNSTAGE_VOLUME` capability the CO
2268
+ // MAY call NodePublishVolume with different volume_mount_group and
2269
+ // target_path for same volume_id.
2270
+ // If a Plugin does not support multiple calls of NodePublishVolume
2271
+ // with different volume_mount_group and target_path for same volume
2272
+ // on same node - it MAY return FAILED_PRECONDITION error.
2267
2273
// The value of volume_mount_group should be group
2268
2274
// identifier (as determined by underlying operating system)
2269
2275
// which would be associated with workload that uses the volume.
You can’t perform that action at this time.
0 commit comments