You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you enable a systemd alias the service should correctly be enabled on the resulting system.
Actual Behavior
Ignition writes a systemd-preset which explicitly does not work with aliases.
Other Information
I ran into this when re-writing the kola nfs tests trying to enable the nfsd.service resulted in nothing happening on the nfs host. Changing the unit being enabled to nfs-server.service fixed the issue.
The text was updated successfully, but these errors were encountered:
Issue by @arithx
Issue Report
Bug
Expected Behavior
When you enable a systemd alias the service should correctly be enabled on the resulting system.
Actual Behavior
Ignition writes a systemd-preset which explicitly does not work with aliases.
Other Information
I ran into this when re-writing the
kola
nfs tests trying to enable thenfsd.service
resulted in nothing happening on the nfs host. Changing the unit being enabled tonfs-server.service
fixed the issue.The text was updated successfully, but these errors were encountered: