You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For data backup purposes, we regularly upload server files to the mounted S3 area by following commands.
Command 2:"rsync -aruv
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
The text was updated successfully, but these errors were encountered:
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.
For data backup purposes, we regularly upload server files to the mounted S3 area by following commands.
Command 2:"rsync -aruv
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
The text was updated successfully, but these errors were encountered: