Skip to content

Commit 0dffa65

Browse files
committed
Addressed comments
1 parent 4673f4f commit 0dffa65

File tree

3 files changed

+237
-244
lines changed

3 files changed

+237
-244
lines changed

csi.proto

+1-7
Original file line numberDiff line numberDiff line change
@@ -555,13 +555,7 @@ message NodeStageVolumeRequest {
555555
map<string,string> volume_attributes = 7;
556556
}
557557

558-
message NodeStageVolumeResponse {
559-
// The SP specific information that will be passed to the Plugin in
560-
// the subsequent `NodePublishVolume` calls
561-
// for the given volume.
562-
// This information is opaque to the CO. This field is OPTIONAL.
563-
map<string, string> publish_volume_info = 1;
564-
}
558+
message NodeStageVolumeResponse {}
565559
////////
566560
////////
567561
message NodeUnstageVolumeRequest {

0 commit comments

Comments
 (0)