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

drop a few no longer required pieces #2434

Closed

Conversation

dustymabe
Copy link
Member

commit efa505a323a96421ea7fc04cf428313f369813ef
Author: Dusty Mabe <dusty@dustymabe.com>
Date:   Thu May 25 11:34:29 2023 -0400

    overlay.d/05core: drop nmstate.service in preset file
    
    The service is now pulled in by NetworkManager.service [1] so we
    can stop adding it as a preset.
    
    [1] https://github.com/nmstate/nmstate/pull/2285

commit e9b3d7c296b12c0a6c74b387cfd1cb1a865d4cbd
Author: Dusty Mabe <dusty@dustymabe.com>
Date:   Wed May 24 23:20:00 2023 -0400

    manifests/fedora-coreos-base: drop dracut nvmf workaround
    
    Mostly a revert of e49baba. This was fixed in dracut some time ago [1]
    and this is now dead code since we are on F38.
    
    [1] https://github.com/dracutdevs/dracut/pull/1777

Mostly a revert of e49baba. This was fixed in dracut some time ago [1]
and this is now dead code since we are on F38.

[1] dracutdevs/dracut#1777
The service is now pulled in by NetworkManager.service [1] so we
can stop adding it as a preset.

[1] nmstate/nmstate#2285
@@ -32,6 +32,3 @@ enable rtas_errd.service
enable clevis-luks-askpass.path
# Provide status information about the Ignition run
enable coreos-ignition-write-issues.service
# Apply network configuration from /etc/nmstate/*.yml
# We can drop this after merging https://src.fedoraproject.org/rpms/fedora-release/pull-request/255
enable nmstate.service
Copy link
Member Author

@dustymabe dustymabe May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and.. nmstate.service isn't running in the CI tests and thus failing some tests. I thought that https://github.com/nmstate/nmstate/pull/2285/files would have made this no longer necessary but clearly there is something I'm missing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK it turns out that nmstate.service still needs to be enabled, https://github.com/nmstate/nmstate/pull/2285/files just changed what enablement does.

I added a comment to BZ#2180507 that requests https://src.fedoraproject.org/rpms/fedora-release/pull-request/255 get merged.

@dustymabe
Copy link
Member Author

I'll close this out for now

@dustymabe dustymabe closed this May 25, 2023
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.

None yet

1 participant