Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: fix unsupported dummy cache type
The dummycache type is missed to handle in config validation: ``` ERROR [/src/fusedev.rs:595] service mount error: RAFS failed to handle request, Failed to load config: failed to parse configuration information` ERROR [/src/error.rs:18] Stack: 0: backtrace::backtrace::trace 1: backtrace::capture::Backtrace::new ERROR [/src/error.rs:19] Error: Rafs(LoadConfig(Custom { kind: InvalidInput, error: "failed to parse configuration information" })) at service/src/fusedev.rs:596 ERROR [src/bin/nydusd/main.rs:525] Failed in starting daemon: Error: Custom { kind: Other, error: "" } ``` Signed-off-by: Yan Song <[email protected]>
- Loading branch information