Commit be8c5af1 authored by Di Xu's avatar Di Xu

include error message for volumeManager during attach and mount

parent 710523ed
...@@ -113,6 +113,8 @@ func (a *flexVolumeAttacher) VolumesAreAttached(specs []*volume.Spec, nodeName t ...@@ -113,6 +113,8 @@ func (a *flexVolumeAttacher) VolumesAreAttached(specs []*volume.Spec, nodeName t
volumesAttachedCheck[spec] = false volumesAttachedCheck[spec] = false
glog.V(2).Infof("VolumesAreAttached: check volume (%q) is no longer attached", spec.Name()) glog.V(2).Infof("VolumesAreAttached: check volume (%q) is no longer attached", spec.Name())
} }
} else {
return nil, err
} }
} }
return volumesAttachedCheck, nil return volumesAttachedCheck, nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment