Revert "Implement NodeGetInfo for csi spec 3.0"

This reverts commit c93466b009.
This commit is contained in:
Seungcheol Ko 2018-08-08 20:22:23 +09:00
parent b1ccdbb154
commit f0fba1240a
2 changed files with 0 additions and 16 deletions

View File

@ -212,11 +212,3 @@ func (ns *nodeServer) NodeUnstageVolume(
*csi.NodeUnstageVolumeResponse, error) {
return nil, status.Error(codes.Unimplemented, "")
}
func (ns *nodeServer) NodeGetInfo(
ctx context.Context,
req *csi.NodeGetInfoRequest) (
*csi.NodeGetInfoResponse, error) {
return nil, status.Error(codes.Unimplemented, "")
}

View File

@ -146,11 +146,3 @@ func (ns *nodeServer) NodeUnstageVolume(
return nil, status.Error(codes.Unimplemented, "")
}
func (ns *nodeServer) NodeGetInfo(
ctx context.Context,
req *csi.NodeGetInfoRequest) (
*csi.NodeGetInfoResponse, error) {
return nil, status.Error(codes.Unimplemented, "")
}