flatcar-install: support installation on multipath devices#24
Merged
dongsupark merged 1 commit intoflatcar:flatcar-masterfrom Sep 2, 2020
simonello:patch-1
Merged
flatcar-install: support installation on multipath devices#24dongsupark merged 1 commit intoflatcar:flatcar-masterfrom simonello:patch-1
dongsupark merged 1 commit intoflatcar:flatcar-masterfrom
simonello:patch-1
Conversation
I got the error "Target block device /dev/mapper/mpatha is not a full disk". I had to change line 360 in the /usr/bin/coreos-install script and add mpath. Now I can install on /dev/mapper/mpatha flatcar-archive/coreos-overlay#528
dongsupark
approved these changes
Aug 28, 2020
Member
dongsupark
left a comment
There was a problem hiding this comment.
Thanks for the PR.
The code looks good.
We would also need another PR in coreos-overlay, to pull in the new commit in the init repo.
For now I will let other maintainers have a look as well.
pothos
approved these changes
Aug 31, 2020
dongsupark
pushed a commit
to flatcar-archive/coreos-overlay
that referenced
this pull request
Sep 2, 2020
Allow `flatcar-install` to install Flatcar into a multipath target. Pulls in flatcar/init#24
Member
|
Filed a PR flatcar-archive/coreos-overlay#561 |
jepio
pushed a commit
that referenced
this pull request
Feb 21, 2022
network: don't manage the loopback interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow installation to multipath target
I got the error "Target block device /dev/mapper/mpatha is not a full disk". I had to change line 360 in the /usr/bin/coreos-install script and add mpath. Now I can install on /dev/mapper/mpatha
flatcar-archive/coreos-overlay#528
How to use
systemctl start multipathd
coreos-install -d /dev/mapper/mpatha
Testing done
it installs and comes up on a reboot.