A CSI driver may rely on the output of ControllerPublishVolume during the NodeStageVolume call.
Since the csi-wrapper simply creates a fake ControllerPublishVolumeResponse, information may be lost between the two calls.
Since the peerpod volume caches the real response, we can use this during the wrapper's NodeStageVolume to supply the driver with the real values.
A CSI driver may rely on the output of
ControllerPublishVolume
during theNodeStageVolume
call. Since the csi-wrapper simply creates a fakeControllerPublishVolumeResponse
, information may be lost between the two calls. Since the peerpod volume caches the real response, we can use this during the wrapper'sNodeStageVolume
to supply the driver with the real values.