mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #373] s3fs with bacula backups - transport end not connected #193
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#193
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 @ghost on GitHub (Mar 13, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/373
I'm using s3fs 1.7.3 with fuse 2.9.5 to store backup tapes for the backup system bacula.
What I find is that when bacula finishes backing up one server, I'll get an S3FS error on the directory where I have bacula's virtual backup tapes mounted before it can move onto backing up the next server:
I'm able to unmount the '/backup/tapes' directory using the 'umount -l /backup/tapes' command, and then remount it through the fstab file with the 'mount -a' command. And when I go into the bacula CLI and mount the directory again I can move onto the next host and back that one up. However, by the time it gets to the host after that, the 'transport connect' error will reoccur.
I really don't want to keep doing this for all 30 hosts that I need to back up ! How can I get s3fs to stay connected so that the nightly backups will happen without intervention?
Thanks
@RobbKistler commented on GitHub (Mar 15, 2016):
I don't see any releases versioned 1.7.3.
"Transport endpoint is not connected" can happen when the fuse daemon has crashed.
@ggtakec commented on GitHub (Mar 22, 2016):
@bluethundr Probably the version of s3fs which you uses is 1.73.
If you can, please use latest version or latest codes in master branch.
And latest version fixed bugs about "Transport endpoint is not connected", this cause is as said of @RobbKistler.
Regards,
@gaul commented on GitHub (Mar 17, 2019):
@ghost I suspect that s3fs has exited due to an internal error. Could you try again with the latest version which includes fixes for symptoms similar to your and report back your results? Also please run with
-f -dto get debug logs.@gaul commented on GitHub (Jul 11, 2019):
Please test with the latest version 1.85 and reopen if symptoms persist.