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

🐛 Merge grub yip config #1426

Merged
merged 1 commit into from
May 18, 2023
Merged

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented May 18, 2023

With yip 1.x things can run at the same level as its now using a DAG. Problem is with the grub stuff it was 2 files trying to mount and unmount the state dir. That worked as expected before as it run one after the other but now they can run in parallel as they dont depend on each other.

This PR merges both configs into one to avoid mount/umount several times and because both deal with grub stuff.

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

With yip 1.x things can run at the same level as its now using a DAG.
Problem is with the grub stuff it was 2 files trying to mount and
unmount the state dir. That worked as expected before as it run one
after the other but now they can run in parallel as they dont depend on
each other.

This PR merges both configs into one to avoid mount/umount several times
and because both deal with grub stuff.

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
@Itxaka Itxaka requested a review from a team May 18, 2023 08:59
@Itxaka Itxaka merged commit afd650e into kairos-io:master May 18, 2023
mauromorales pushed a commit that referenced this pull request Jun 30, 2023
With yip 1.x things can run at the same level as its now using a DAG.
Problem is with the grub stuff it was 2 files trying to mount and
unmount the state dir. That worked as expected before as it run one
after the other but now they can run in parallel as they dont depend on
each other.

This PR merges both configs into one to avoid mount/umount several times
and because both deal with grub stuff.

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
mauromorales pushed a commit that referenced this pull request Jun 30, 2023
With yip 1.x things can run at the same level as its now using a DAG.
Problem is with the grub stuff it was 2 files trying to mount and
unmount the state dir. That worked as expected before as it run one
after the other but now they can run in parallel as they dont depend on
each other.

This PR merges both configs into one to avoid mount/umount several times
and because both deal with grub stuff.

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
mauromorales pushed a commit that referenced this pull request Jun 30, 2023
With yip 1.x things can run at the same level as its now using a DAG.
Problem is with the grub stuff it was 2 files trying to mount and
unmount the state dir. That worked as expected before as it run one
after the other but now they can run in parallel as they dont depend on
each other.

This PR merges both configs into one to avoid mount/umount several times
and because both deal with grub stuff.

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
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.

2 participants