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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
With EL 7.6's rebasing of cloud-init, the current cloud-init-per declaration in UserData results in the secondary EBS being mkfsed each time the instance boots.
Expected Behavior:
Secondary EBS is only mkfsed during initial boot
Actual Behavior:
Secondary EBS being mkfsed each time the instance boots.
Problem Description:
With EL 7.6's rebasing of cloud-init, the current
cloud-init-per
declaration in UserData results in the secondary EBS beingmkfs
ed each time the instance boots.Expected Behavior:
Secondary EBS is only
mkfs
ed during initial bootActual Behavior:
Secondary EBS being
mkfs
ed each time the instance boots.Fix recommendation:
Update UserData. Change:
To:
The text was updated successfully, but these errors were encountered: