mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1566] [DO NOT] mount non empty directories (from host to s3). #822
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#822
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 @MaxKumundzhiev on GitHub (Feb 12, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1566
Hello there ! Thank you in advance for the time and consideration !
All the mentioned names of directories and buckets are fictional and was used to explicitly focus on the issue itself.Goal
The goal was to mount 3 dedicated directories from the host machine (MacOS) into 1 certain
s3bucket within 3 differentprefixes, e.g.:database_A(~ 200 MB) -->bucket/database/volume_Adatabase_B(~ 5 GB) -->bucket/database/volume_Bdatabase_C(~ 40 GB) -->bucket/database/volume_CMandatory Condition : the initial directories (i.e
database_A...database_C) are not emptyInstallation
I successfully installed
s3fsutilizing the steps denoted within s3fs README.mdAddition
Before moving forward with non empty directories I've expiremented with empty one and it was good so far.
where:
Details about issue
I started to mount
non emptydirectories one by one in ascending order.The first candidate was executed as:
Afterwards the Mac terminal freeze, even bit of data did not appear under s3 within 30 minutes so far, network bandwidth increased a lot, memory usage increased a lot as well (almost all RAM limit).
Eventually I even could not cope with the freezing of the machine and network bandwidth terminating the s3fs process. The certain way was to reboot the machine. I repeated the experiment with the exactly same steps 3 times --> same results --> rebooting machine.
Version of s3fs being used (s3fs --version)
1.87
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.7
Kernel information (uname -r)
19.6.0
s3fs command line used, if applicable
@CarstenGrohmann commented on GitHub (Feb 18, 2021):
The s3fs man page mentions a colon between bucket and path:
I miss this in your example. Is it just a typo?
@gaul commented on GitHub (Apr 21, 2021):
Please try the suggested fix and reopen if symptoms persist.