diff --git a/pkg/node/node.go b/pkg/node/node.go index 74f15a01e..dec17bc13 100644 --- a/pkg/node/node.go +++ b/pkg/node/node.go @@ -397,7 +397,7 @@ func (s *CSINodeService) NodeStageVolume(ctx context.Context, req *csi.NodeStage volumeCR.Annotations[wbtChangedVolumeAnnotation] = wbtChangedVolumeKey } } - + if currStatus != apiV1.VolumeReady { volumeCR.Spec.CSIStatus = newStatus if err := s.k8sClient.UpdateCR(ctx, volumeCR); err != nil {