diqiu50 opened a new issue, #6464:
URL: https://github.com/apache/gravitino/issues/6464
### Version
main branch
### Describe what's wrong
`gvfs-fuse` tools started with an error when using a configuration with a
relative path.
### Error message and/or stacktrace
ubuntu@ip-172-31-46-224:~/git/gravitino-review/clients/filesystem-fuse$
./target/debug/gvfs-fuse mount target/gvfs gvfs://fileset/test/c1/s1/fileset1
-c conf/gvfs_fuse.toml -f
2025-02-17T07:08:00.404425Z INFO gvfs_fuse::config: Use configuration file:
conf/gvfs_fuse.toml
2025-02-17T07:08:00.405809Z ERROR gvfs_fuse: Failed to initialize working
directories: Os { code: 2, kind: NotFound, message: "No such file or directory"
}
Error: -1
ubuntu@ip-172-31-46-224:~/git/gravitino-review/clients/filesystem-fuse$
### How to reproduce
run command
```
./target/debug/gvfs-fuse mount target/gvfs
```
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]