Still bugged with noocache, filesystem cannot be touched
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-03 17:26:24 +02:00
parent 33a4c70b35
commit 66a42086b4

View File

@@ -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")