[GH-ISSUE #569] Getting Error while transfering data of 25GB size #322

Closed
opened 2026-03-04 01:44:24 +03:00 by kerem · 7 comments
Owner

Originally created by @vgadhadaran on GitHub (Apr 28, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/569

I was trying to transfer 5 blocks of each 25GB datafiles ( meaning tar1 file- 25gb size, tar2 - 25gb size, ....tar5- 25gb size) to the same mount /tmp/s3test using different putty session throwed the below error.

Any idea what this is all about?

Originally created by @vgadhadaran on GitHub (Apr 28, 2017). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/569 I was trying to transfer 5 blocks of each 25GB datafiles ( meaning tar1 file- 25gb size, tar2 - 25gb size, ....tar5- 25gb size) to the same mount /tmp/s3test using different putty session throwed the below error. Any idea what this is all about?
kerem closed this issue 2026-03-04 01:44:24 +03:00
Author
Owner

@gaul commented on GitHub (Apr 28, 2017):

Which S3 implementation do you use? Those 501 errors mean not implemented.

<!-- gh-comment-id:298070283 --> @gaul commented on GitHub (Apr 28, 2017): Which S3 implementation do you use? Those 501 errors mean not implemented.
Author
Owner

@vgadhadaran commented on GitHub (Apr 28, 2017):

HCP.. I could able to upload 10gb of file but not 25 GB in size...

<!-- gh-comment-id:298073910 --> @vgadhadaran commented on GitHub (Apr 28, 2017): HCP.. I could able to upload 10gb of file but not 25 GB in size...
Author
Owner

@gaul commented on GitHub (Apr 28, 2017):

Odd that you specify -o nomultipart yet s3fs calls PreMultipartPostRequest.

<!-- gh-comment-id:298075212 --> @gaul commented on GitHub (Apr 28, 2017): Odd that you specify `-o nomultipart` yet s3fs calls `PreMultipartPostRequest`.
Author
Owner

@gaul commented on GitHub (Apr 29, 2017):

Could you re-run your test with -o curldbg set? Also which version or commit of s3fs do you use?

<!-- gh-comment-id:298133132 --> @gaul commented on GitHub (Apr 29, 2017): Could you re-run your test with `-o curldbg` set? Also which version or commit of s3fs do you use?
Author
Owner

@vgadhadaran commented on GitHub (May 2, 2017):

This is the error iam getting after curldbg....

mv: writing `/tmp/s3test/tar1': Input/output error

fuse-2.9.7.tar.gz and s3fs-fuse-1.80.tar.gz have been installed on the server. Any help will be greatly appreciated.

<!-- gh-comment-id:298697925 --> @vgadhadaran commented on GitHub (May 2, 2017): This is the error iam getting after curldbg.... mv: writing `/tmp/s3test/tar1': Input/output error fuse-2.9.7.tar.gz and s3fs-fuse-1.80.tar.gz have been installed on the server. Any help will be greatly appreciated.
Author
Owner

@gaul commented on GitHub (Mar 17, 2019):

@vgadhadaran we need to see the 501 error returned from the s3fs logs. I suspect that this is an issue where s3fs creates a zero-byte object for its metadata then tries to overwrite it with the real data but HCP does not allow mutations in your configuration.

<!-- gh-comment-id:473665438 --> @gaul commented on GitHub (Mar 17, 2019): @vgadhadaran we need to see the 501 error returned from the s3fs logs. I suspect that this is an issue where s3fs creates a zero-byte object for its metadata then tries to overwrite it with the real data but HCP does not allow mutations in your configuration.
Author
Owner

@gaul commented on GitHub (Apr 9, 2019):

Closing due to inactivity.

<!-- gh-comment-id:481186630 --> @gaul commented on GitHub (Apr 9, 2019): Closing due to inactivity.
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#322
No description provided.