mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Raise markVolMountedErr instead of mount err
This commit is contained in:
parent
1ee7163308
commit
5a7661b483
@ -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