Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation to mounted Goofys S3 does not respond #784

Open
yutikayy opened this issue Jan 11, 2024 · 0 comments
Open

Operation to mounted Goofys S3 does not respond #784

yutikayy opened this issue Jan 11, 2024 · 0 comments

Comments

@yutikayy
Copy link

We are experiencing the following issue in our environment and we need your support to identify the cause and provide a solution.

We are using the following commands to connect to S3.

"/root/go/bin/goofys --region ap-northeast-1 --uid=2000 --gid=2000 -o allow_other /mnt/Goofys/"

For data backup purposes, we regularly upload server files to the mounted S3 area by following commands.
Command 2:"rsync -aruv >> 2>&1"

Commands 2 is written in a shell script and executed periodically by cron.
However, during the operation on S3, the process hangs and we cannot get any response.

While in a hung state, we tried to reference S3 by executing commands such as "ls" on the server, but it also hung and did not output any error messages.

This issue was resolved only after unmounting once with the "umount" command and then remounting to S3 with "goofys".

Since no error message is displayed, we do not know the cause of this issue.
We would like to request your support for investigating the cause of this issue and providing a solution.

Other information
OS version: "Red Hat Enterprise Linux 7"(7.3)

Regards,
Yurika

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant