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

Investigate hanging metadata calls #9

Open
jcheng5 opened this issue May 4, 2021 · 1 comment
Open

Investigate hanging metadata calls #9

jcheng5 opened this issue May 4, 2021 · 1 comment

Comments

@jcheng5
Copy link
Member

jcheng5 commented May 4, 2021

@kevinhankens encountered a behavior where doing a dd 1TB write to EFS, caused ls of the same directory to block until the dd completes. Doing a dd of a different directory (a subdirectory, actually) did not block.

@jcheng5
Copy link
Member Author

jcheng5 commented May 4, 2021

https://docs.aws.amazon.com/efs/latest/ug/troubleshooting-efs-mounting.html#mount-unresponsive

Mount Does Not Respond

An Amazon EFS mount appears unresponsive. For example, commands like ls hang.

Action to take

This error can occur if another application is writing large amounts of data to the file system. Access to the files that are being written might be blocked until the operation is complete. In general, any commands or applications that attempt to access files that are being written to might appear to hang. For example, the ls command might hang when it gets to the file that is being written. This result is because some Linux distributions alias the ls command so that it retrieves file attributes in addition to listing the directory contents.

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