Vagrantfile.fedora: upgrade Fedora to 39#4121
Vagrantfile.fedora: upgrade Fedora to 39#4121AkihiroSuda wants to merge 3 commits intoopencontainers:mainfrom
Conversation
|
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 <[email protected]>
`fusermount` is missing on recent distros Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
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.