Skip to content

Commit

Permalink
Merge pull request #532 from adrianchiris/sriov-systemd-dependencies
Browse files Browse the repository at this point in the history
fix: sriov config service unit-file dependencies
  • Loading branch information
adrianchiris authored Oct 31, 2023
2 parents f622e38 + 145272f commit 108eef9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
contents: |
[Unit]
Description=Configures SRIOV NIC
Wants=network-pre.target
Before=network-pre.target
After=network-pre.target
Before=NetworkManager.service kubelet.service
[Service]
Type=oneshot
ExecStart=/var/lib/sriov/sriov-network-config-daemon service
ExecStart=/var/lib/sriov/sriov-network-config-daemon -v 2 service
StandardOutput=journal+console
[Install]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ spec:
# Removal of this file signals firstboot completion
ConditionPathExists=!/etc/ignition-machine-config-encapsulated.json
# This service is used to configure the SR-IOV VFs on NICs
Wants=network-pre.target
Before=network-pre.target
After=network-pre.target
Before=NetworkManager.service kubelet.service
[Service]
Type=oneshot
Expand Down

0 comments on commit 108eef9

Please sign in to comment.