Accepting request 544370 from home:ndas:branches:network
- sync with SLES changes(bsc#1055708) * Add check_if_psr_ops_were_initialized.patch: ** Fix teamd segfault when link_watch initialization callbacks fail (e.g. lw_psr_port_added() in case of activebackup runner) due to an attempt to change hwaddr on an enslaved, link up port device. Note: enslavement triggers initialization callbacks. * Add ignore_ebusy_for_team_hwaddr_set.patch: ** Make PortAdd and PortRemove dbus methods work for all runners. Ignore attempts to change hwaddr of an already enslaved devices. (fate#318389,fate#317728,fate#316923) - Add start_teamd_from_usr_sbin.patch: * Modify service file to start teamd instance from /usr/sbin. OBS-URL: https://build.opensuse.org/request/show/544370 OBS-URL: https://build.opensuse.org/package/show/network/libteam?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
96ef0cee6d
commit
199c9dfa9b
12
start_teamd_from_usr_sbin.patch
Normal file
12
start_teamd_from_usr_sbin.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: libteam-1.16/teamd/redhat/systemd/teamd@.service
|
||||
===================================================================
|
||||
--- libteam-1.16.orig/teamd/redhat/systemd/teamd@.service
|
||||
+++ libteam-1.16/teamd/redhat/systemd/teamd@.service
|
||||
@@ -3,6 +3,6 @@ Description=Team Daemon for device %I
|
||||
|
||||
[Service]
|
||||
BusName=org.libteam.teamd.%i
|
||||
-ExecStart=/usr/bin/teamd -U -D -o -t %i -f /run/teamd/%i.conf
|
||||
+ExecStart=/usr/sbin/teamd -U -D -o -t %i -f /run/teamd/%i.conf
|
||||
Restart=on-failure
|
||||
RestartPreventExitStatus=1
|
Reference in New Issue
Block a user