-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Vagrantfile.fedora: upgrade Fedora to 39 #4121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
https://cirrus-ci.com/task/5012914067734528 |
The "atime" mount option is no longer recognized since FUSE 3.15 libfuse/libfuse@dba6b39 (Fedora 38 uses FUSE 3.14.1, Fedora 39 uses FUSE 3.16.1) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
`fusermount` is missing on recent distros Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
a8de067 to
81d5e6f
Compare
|
@kolyshkin @cyphar Do we need to disable the most part of |
When I was initially adding mounts_sshfs test in #3283, it was to check a fix for a particular issue with fuse mount (containers/podman#12205), and I also tried other setups at that time (tmpfs, read-only bind mount, and an ext2 mount) but was not able to repro. Since that time, a bunch of other tests were added. Yes, I guess, we need a version guard and a skip. @cyphar wdyt? |
|
The problem is that some of the recent mount rework is only tested through As an aside, is there a PR for sshfs to do what the FUSE PR implies is sshfs's job? It's very weird they would be okay with breaking something as simple as |
No description provided.