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
@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.
The text was updated successfully, but these errors were encountered:
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.
@kevinhankens encountered a behavior where doing a
dd
1TB write to EFS, causedls
of the same directory to block until thedd
completes. Doing add
of a different directory (a subdirectory, actually) did not block.The text was updated successfully, but these errors were encountered: