mirror of https://github.com/k3s-io/k3s
include error message for volumeManager during attach and mount
parent
710523ed7d
commit
be8c5af15f
|
@ -113,6 +113,8 @@ func (a *flexVolumeAttacher) VolumesAreAttached(specs []*volume.Spec, nodeName t
|
|||
volumesAttachedCheck[spec] = false
|
||||
glog.V(2).Infof("VolumesAreAttached: check volume (%q) is no longer attached", spec.Name())
|
||||
}
|
||||
} else {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
return volumesAttachedCheck, nil
|
||||
|
|
Loading…
Reference in New Issue