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

Fix issue with EBS device mount failure on boot due to unavailability #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bscriver123
Copy link

Description

This pull request addresses the issue where the OS fails to mount an EBS device that is not available at the time of boot. The current fstab entry is causing the mount to fail due to the delay in attaching the EBS device, especially when it takes longer to attach during boot time.

Proposed Changes

  • Modify the fstab entry to handle the delay in attaching the EBS device during boot time.
  • Implement a mechanism to wait for the EBS device to become available before attempting to mount it.
  • Add error handling to gracefully handle the case where the EBS device is not available immediately at boot.

Testing

  • Tested the changes on various systems to ensure the EBS device is successfully mounted even when it takes longer to attach.
  • Verified that the error handling mechanism works as expected when the EBS device is not available at boot time.

Related Issue

Issue Title: OS will fail to mount EBS device that's unavailable at time of boot

Please review and provide feedback on the proposed changes.

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

Successfully merging this pull request may close these issues.

1 participant