mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
ad1354ffb4
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ func (container *Container) DetachAndUnmount(volumeEventLog func(name, action st
|
|||
|
||||
for _, mountPath := range mountPaths {
|
||||
if err := mount.Unmount(mountPath); err != nil {
|
||||
logrus.Warnf("%s unmountVolumes: Failed to do lazy umount fo volume '%s': %v", container.ID, mountPath, err)
|
||||
logrus.Warnf("%s unmountVolumes: Failed to do lazy umount for volume '%s': %v", container.ID, mountPath, err)
|
||||
}
|
||||
}
|
||||
return container.UnmountVolumes(volumeEventLog)
|
||||
|
|
Loading…
Reference in a new issue