mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +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.PodName,
|
||||
volumeToUnmount.PodUID,
|
||||
unmountErr)
|
||||
markVolMountedErr)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user