From 66a42086b45002e5f2b7871492c5d167114d13b5 Mon Sep 17 00:00:00 2001 From: Roman Vanicek Date: Thu, 3 Oct 2024 17:26:24 +0200 Subject: [PATCH] Still bugged with noocache, filesystem cannot be touched --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0ae5198..46e26d5 100644 --- a/main.go +++ b/main.go @@ -398,7 +398,7 @@ func (d *ofsDriver) Mount(r *volume.MountRequest) (*volume.MountResponse, error) // success. for i := 1; ; i++ { // Check for process exit - time.Sleep(100 * time.Millisecond) + time.Sleep(5000 * time.Millisecond) if cmd.ProcessState != nil { // The process has exited so consider an error occured log.WithFields(log.Fields{"name": r.Name, "exitStatus": cmd.ProcessState.ExitCode()}).Error("Volume mount failed")