mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #38078 from resouer/fix-unmount
Automatic merge from submit-queue Raise markVolMountedErr instead of unmountErr Hit this when debugging https://github.com/kubernetes/kubernetes/issues/37657 We wrongly raised `unmountErr` when `markVolMountedErr` occurs.
This commit is contained in:
commit
6fd22784a4
@ -1003,7 +1003,7 @@ func (oe *operationExecutor) generateUnmountVolumeFunc(
|
|||||||
volumeToUnmount.OuterVolumeSpecName,
|
volumeToUnmount.OuterVolumeSpecName,
|
||||||
volumeToUnmount.PodName,
|
volumeToUnmount.PodName,
|
||||||
volumeToUnmount.PodUID,
|
volumeToUnmount.PodUID,
|
||||||
unmountErr)
|
markVolMountedErr)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user