You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
2021-09-20T07:30:23.817Z ERROR task/staff.go:151 format storage {"error": "fs new_storager: [work_dir: /tmp/b/]: object not exist: lstat /tmp/b: no such file or directory"}
github.com/beyondstorage/beyond-tp/task.(*Staff).Start
/home/runner/work/beyond-tp/beyond-tp/task/staff.go:151
We need to handle this.
Fix
Use evalSymlinks to replace filepath.EvalSymlinks
The text was updated successfully, but these errors were encountered:
go-service-fs/utils.go
Lines 69 to 83 in f60980c
Current logic will lead to
NewStorager
return object not exist error like https://github.com/beyondstorage/beyond-tp/pull/167/checks?check_run_id=3649077637We need to handle this.
Fix
evalSymlinks
to replacefilepath.EvalSymlinks
The text was updated successfully, but these errors were encountered: