Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some error messages were swallowed which makes user confused, for example, for RAFSv6, we need to set blobcache config in `localfs.json` (following docs tutorial), before modification, the error message indicates nothing: ``` ERROR [src/bin/nydusd/main.rs:525] Failed in starting daemon: Invalid argument (os error 22) ``` After this modification, we get clearer error message: ``` ERROR [/src/fusedev.rs:595] service mount error: RAFS failed to handle request, Configure("Rafs v6 must have local blobcache configured") ``` Signed-off-by: Wei Zhang <weizhang555.zw@gmail.com>
- Loading branch information