Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package powerpc-utils for openSUSE:Factory checked in at 2021-07-02 13:26:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old) and /work/SRC/openSUSE:Factory/.powerpc-utils.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerpc-utils" Fri Jul 2 13:26:46 2021 rev:115 rq:903041 version:1.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes 2021-06-15 16:37:10.281676273 +0200 +++ /work/SRC/openSUSE:Factory/.powerpc-utils.new.2625/powerpc-utils.changes 2021-07-02 13:27:19.428827288 +0200 @@ -1,0 +2,7 @@ +Tue Jun 22 09:22:25 UTC 2021 - Michal Suchanek <msucha...@suse.de> + +- Bring up the members of HNV link together with the HNV link + (bsc#1187182 ltc#192954). + + 0006-hcnmgr-Set-autoconnect-slaves-on-HNV-connections.patch + +------------------------------------------------------------------- New: ---- 0006-hcnmgr-Set-autoconnect-slaves-on-HNV-connections.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powerpc-utils.spec ++++++ --- /var/tmp/diff_new_pack.n3uMcX/_old 2021-07-02 13:27:20.092822136 +0200 +++ /var/tmp/diff_new_pack.n3uMcX/_new 2021-07-02 13:27:20.092822136 +0200 @@ -46,6 +46,7 @@ Patch20: 0003-drmgr-introduce-NUMA-based-LMB-removal.patch Patch21: drmgr-fix-remove-by-index-operation.patch Patch22: 0005-hcnmgr-When-trying-to-detect-HNV-bond-list-all-conne.patch +Patch23: 0006-hcnmgr-Set-autoconnect-slaves-on-HNV-connections.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libnuma-devel ++++++ 0006-hcnmgr-Set-autoconnect-slaves-on-HNV-connections.patch ++++++ >From 6ead4baa779b244bade422bc35fda349d7fb0aa6 Mon Sep 17 00:00:00 2001 From: Michal Suchanek <msucha...@suse.de> Date: Tue, 22 Jun 2021 11:18:51 +0200 Subject: [PATCH] hcnmgr: Set autoconnect-slaves on HNV connections. When not set bringing up the HNV connection does not bring up network connectivity. Signed-off-by: Michal Suchanek <msucha...@suse.de> --- scripts/hcnmgr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hcnmgr b/scripts/hcnmgr index 4b8c0e71e85a..02603699c4cc 100644 --- a/scripts/hcnmgr +++ b/scripts/hcnmgr @@ -289,8 +289,8 @@ do_config_vdevice() { nmcli con add type bond con-name "$BONDNAME" ifname "$BONDNAME" #vnic and sr-iov only support fail_over_mac=2 mode - hcnlog INFO "nmcli con mod id $BONDNAME bond.options $BONDOPTIONS" - nmcli con mod id "$BONDNAME" bond.options "$BONDOPTIONS" + hcnlog INFO "nmcli con mod id $BONDNAME bond.options $BONDOPTIONS connection.autoconnect-slaves 1" + nmcli con mod id "$BONDNAME" bond.options "$BONDOPTIONS" connection.autoconnect-slaves 1 # When creating bond, by default the ipv4.method is auto, set to dhcp # In the case of mutiple HNV this can case bond interface deactive and # active again. In addtion HNV requires user to configure IP address manually. -- 2.26.2