Andrew Gaul
Andrew Gaul
We would be happy to host the canonical formula but precompiled releases are probably too much work. Forcing users to compile s3fs is inconvenient but it is a small project...
Does #1817 resolve this issue?
This is broken in two different ways: * integration-test-common.sh: line 180: kill: (7849) - No such process * moved file content-type is not as expected expected:text/plain got: I can reproduce...
Can you share what advantages this would provide? While CentOS 7 EPEL includes fuse3, only Ubuntu 19.04 includes fuse3 which means that both 16.04 and 18.04 LTS users would not...
If there are no functional benefits then I do not see a reason to pursue this. After Ubuntu 18.04 ends support in 2023 we can re-evaluate this.
It appears that FUSE 3.6.0 supports 1 MB writes: https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst#libfuse-360-2019-06-13 Previously s3fs saw a large benefit when moving from 4 KB to 128 KB writes #813.
I have done as much as I can do with #1867 -- modern Linux is ready for FUSE 3. I don't use macOS and don't understand its FUSE situation but...
@breisig Which Linux distribution does not provide FUSE2?
`test/run_tests_using_sanitizers.sh` shows some problems when run with `ALL_TESTS=1`.
I'm not sure I understand this race: ``` WARNING: ThreadSanitizer: data race (pid=1001103) Write of size 8 at 0x7b0800047000 by thread T50 (mutexes: write M0): #0 free (s3fs+0x4f1c17) (BuildId: 9d87e7c5947222380e818fada77a1921171cc970)...