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

Various OS upgrade fixes #296

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Conversation

Dany9966
Copy link
Contributor

@Dany9966 Dany9966 commented Mar 11, 2024

This PR includes some fixes required on modern OS images:

  • Fix SSH reload on OSMorphing worker

    Fixes SSH daemon restart on newer versions of Linux OSMorphing workers by using
    systemctl, if available. Formerly, service command was used by default,
    which is no longer available on newer images.

  • Set binary context on replicator binary

    Sets valid SELinux file context for the copied replicator service binary, in
    order for the service to start on a SELinux-enabled worker machine.

Fixes SSH daemon restart on newer versions of Linux OSMorphing workers by using
`systemctl`, if available. Formerly, `service` command was used by default,
which is no longer available on newer images.
Sets valid SELinux file context for the copied `replicator` service binary, in
order for the service to start on a SELinux-enabled worker machine.
@Dany9966 Dany9966 merged commit 3a64b96 into cloudbase:master Mar 18, 2024
4 checks passed
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.

1 participant