[GH-ISSUE #42] Fuse 2.8.4 really required? #26

Closed
opened 2026-03-04 01:41:18 +03:00 by kerem · 3 comments
Owner

Originally created by @paulm17 on GitHub (Jun 27, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/42

Hi,

I'm using centos 6.5. It comes with Fuse 2.8.3.

Is there any particular reason why fuse 2.8.4 is required? Are there any problems with 2.8.3?

Thanks

Originally created by @paulm17 on GitHub (Jun 27, 2014). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/42 Hi, I'm using centos 6.5. It comes with Fuse 2.8.3. Is there any particular reason why fuse 2.8.4 is required? Are there any problems with 2.8.3? Thanks
kerem closed this issue 2026-03-04 01:41:18 +03:00
Author
Owner

@thenickdude commented on GitHub (Jun 28, 2014):

This is where it was decided that 2.8.4 should be the new minimum:

https://code.google.com/p/s3fs/issues/detail?id=136#c23

Sounds like there was a bug in older FUSE releases that caused S3FS to freeze.

<!-- gh-comment-id:47413520 --> @thenickdude commented on GitHub (Jun 28, 2014): This is where it was decided that 2.8.4 should be the new minimum: https://code.google.com/p/s3fs/issues/detail?id=136#c23 Sounds like there was a bug in older FUSE releases that caused S3FS to freeze.
Author
Owner

@paulm17 commented on GitHub (Jun 28, 2014):

Thanks for taking the time to respond.

I actually did compile the latest s3fs into an rpm with fuse 2.8.3. But now I know it has this instability. I'll use my compiled versions of fuse 2.9.3 with centos 6 and s3fs against 2.9.3. I'll go with this until Centos 7 comes out offically.

Thanks

<!-- gh-comment-id:47414262 --> @paulm17 commented on GitHub (Jun 28, 2014): Thanks for taking the time to respond. I actually did compile the latest s3fs into an rpm with fuse 2.8.3. But now I know it has this instability. I'll use my compiled versions of fuse 2.9.3 with centos 6 and s3fs against 2.9.3. I'll go with this until Centos 7 comes out offically. Thanks
Author
Owner

@juliogonzalez commented on GitHub (Sep 23, 2018):

I know this is an old issue, but for reference, since I am now packaging for Fedora and I need to reference this in relation to CentOS6:

Reading the original issue at Google Code doesn't make clear to me that the culprit was fuse, but anyway, right now the testsuite just doesn't pass anymore with fuse 2.8.3 for some basic functionality.

PASS: test_append_file
PASS: test_truncate_empty_file
PASS: test_mv_file
PASS: test_mv_directory
PASS: test_redirects
PASS: test_mkdir_rmdir
PASS: test_chmod
PASS: test_chown
PASS: test_list
PASS: test_multipart_upload
PASS: test_multipart_copy
PASS: test_symlink
PASS: test_mtime_file
PASS: test_rm_rf_dir
PASS: test_write_after_seek_ahead
FAIL: test_truncate_file
FAIL: test_remove_nonempty_directory
FAIL: test_special_characters
FAIL: test_extended_attributes
SUMMARY for ./integration-test-main.sh: 15 tests passed.  4 tests failed.
Trying: grep -q s3fs-integration-test /proc/mounts
s3fs: [INF] s3fs.cpp:s3fs_destroy(3428): destroy
FAIL: small-integration-test.sh
==================
1 of 1 test failed
==================
make[1]: *** [check-TESTS] Error 1
<!-- gh-comment-id:423832131 --> @juliogonzalez commented on GitHub (Sep 23, 2018): I know this is an old issue, but for reference, since I am now packaging for Fedora and I need to reference this in relation to CentOS6: Reading the original issue at Google Code doesn't make clear to me that the culprit was fuse, but anyway, right now the testsuite just doesn't pass anymore with fuse 2.8.3 for some basic functionality. ``` PASS: test_append_file PASS: test_truncate_empty_file PASS: test_mv_file PASS: test_mv_directory PASS: test_redirects PASS: test_mkdir_rmdir PASS: test_chmod PASS: test_chown PASS: test_list PASS: test_multipart_upload PASS: test_multipart_copy PASS: test_symlink PASS: test_mtime_file PASS: test_rm_rf_dir PASS: test_write_after_seek_ahead FAIL: test_truncate_file FAIL: test_remove_nonempty_directory FAIL: test_special_characters FAIL: test_extended_attributes SUMMARY for ./integration-test-main.sh: 15 tests passed. 4 tests failed. Trying: grep -q s3fs-integration-test /proc/mounts s3fs: [INF] s3fs.cpp:s3fs_destroy(3428): destroy FAIL: small-integration-test.sh ================== 1 of 1 test failed ================== make[1]: *** [check-TESTS] Error 1 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#26
No description provided.