mirror of
https://github.com/containers/podman.git
synced 2025-09-28 09:15:26 +08:00
Update containers/storage to v1.15.4
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/pkg/system/rm.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/system/rm.go
generated
vendored
@ -26,7 +26,7 @@ func EnsureRemoveAll(dir string) error {
|
||||
|
||||
// track retries
|
||||
exitOnErr := make(map[string]int)
|
||||
maxRetry := 5
|
||||
maxRetry := 100
|
||||
|
||||
// Attempt to unmount anything beneath this dir first
|
||||
mount.RecursiveUnmount(dir)
|
||||
|
Reference in New Issue
Block a user