mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #10] truncate error #4
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timurb on GitHub (Jan 26, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/10
I'm using S3FS as a storage directory for Bacula backups and quite often I see the following error in bacula logs:
I'm running s3fs v1.74 on Debian Wheezy x64 AWS instance with the following commandline:
I've recently was observing the same error with nearly the same frequency with s3fs v1.61 on i686 Debian Squeeze instance.
@ggtakec commented on GitHub (Jan 26, 2014):
Thanks for reporting this problem.
Can you reproduce the problem?
If you can, please run s3fs with "-d" option, it puts debugging messages into /var/log/messages(ex: s3fs prefix).
I think it helps us for solving this problem.
Thanks for advance for your help.
@timurb commented on GitHub (Jan 26, 2014):
I see that quite often (once or twice a day) but not always.
I'll try running s3fs with
-dand post its output here when I see the next error.@timurb commented on GitHub (Jan 26, 2014):
@ggtakec Do you think there could be sense in upgrading to s3fs 1.76 prior to that?
@ggtakec commented on GitHub (Jan 26, 2014):
Changing v1.73 to v1.74, s3fs_truncate function in s3fs.cpp is changed r487(on goolgecodes).
It fixed issue371(https://code.google.com/p/s3fs/issues/detail?id=371)
But I think probably that changes is not the reason for this problem.
I hope s3fs puts something information in your messages log.
Thanks a lot.
@timurb commented on GitHub (Feb 10, 2014):
I've recently changed bacula configuration a bit and I no longer see errors like that since that time.
However I'm not quite sure if the issue has nothing to do with s3fs:
Is it really safe to delete files from s3fs cache?
@ggtakec commented on GitHub (Mar 17, 2014):
Sorry for responce Issue #16
I can understand about #16 log, I think this issue is as same as question/problem.
It seems that s3fs did not finish post-action when you removed it, by #16 log.
I want to know how to know about finishing post-action.
Thanks in advance for your help.
@timurb commented on GitHub (Mar 17, 2014):
Yes, that looks like that, therefore I'm closing this.
If you feel that s3fs needs some explicit error messages for that please reopen.