-
Notifications
You must be signed in to change notification settings - Fork 413
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
daemon: Support unpivoted images #1155
daemon: Support unpivoted images #1155
Conversation
Tested locally in a libvirt build with custom local RHCOS via
where the bootimage isn't pivoted. Will let CI cover the current path. |
d286884
to
892e7ed
Compare
/retest |
/approve |
Today the RHCOS bootimages come "prepivoted"; they have a custom origin set to the `machine-os-content` that matches. The idea here is to avoid an extra reboot. In practice we're always going to be updating and rebooting today, because we don't have a mechanism to update bootimages: openshift/os#381 I plan to change the RHCOS build system to stop "prepivoting"; the oscontainer will be pushed *after* the bootimages. This breaks a complicated dependency and ensures that the RHCOS "source of truth" is the cosa storage. Also, this allows one to use the MCD when e.g. booting Fedora CoreOS. Closes: openshift#981
892e7ed
to
c63310a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, kikisdeliveryservice, runcom The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Today the RHCOS bootimages come "prepivoted"; they have a custom
origin set to the
machine-os-content
that matches. The ideahere is to avoid an extra reboot.
In practice we're always going to be updating and rebooting today,
because we don't have a mechanism to update bootimages:
openshift/os#381
I plan to change the RHCOS build system to stop "prepivoting"; the
oscontainer will be pushed after the bootimages. This breaks
a complicated dependency and ensures that the RHCOS "source of truth"
is the cosa storage.
Also, this allows one to use the MCD when e.g. booting Fedora CoreOS.
Closes: #981