Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Update cloud-init-per Logic for compatibility with 7.6 #42

Open
ferricoxide opened this issue Jan 18, 2019 · 0 comments
Open

Update cloud-init-per Logic for compatibility with 7.6 #42

ferricoxide opened this issue Jan 18, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ferricoxide
Copy link
Member

Problem Description:

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.

Fix recommendation:

Update UserData. Change:

"  - cloud-init-per instance mkfs-appvolume mkfs -t ext4 ",

To:

"  - cloud-init-per instance appvolume mkfs -t ext4 ",
@ferricoxide ferricoxide added the bug Something isn't working label Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant