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

daemon: Explicitly start rpm-ostreed, restart if we detect active txn #2677

Merged
merged 1 commit into from Jul 16, 2021

Commits on Jul 16, 2021

  1. daemon: Explicitly start rpm-ostreed, restart if we detect active txn

    This is a workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1982389
    which is already fixed in rpm-ostree in
    coreos/rpm-ostree#2995
    because it will take a fair while until we can ship the fixed
    rpm-ostreed in RHEL and then OpenShift stable versions.
    (Yes, this is a sad recurring pattern)
    
    The updater client gains an explicit `Initialize` method, where
    we also explicitly `systemctl start rpm-ostreed` which
    then effectively rolls in the change from
    coreos/rpm-ostree#2945
    too.
    cgwalters committed Jul 16, 2021
    Copy the full SHA
    8c87cac View commit details
    Browse the repository at this point in the history