Compare commits
2 Commits
imports/c8
...
c8
Author | SHA1 | Date | |
---|---|---|---|
|
ee10c12ab1 | ||
|
542c482025 |
54
SOURCES/hpvd-hypervkvpd.service-ordering-fixes.patch
Normal file
54
SOURCES/hpvd-hypervkvpd.service-ordering-fixes.patch
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
From 33725de60efa5e867ed73d2404d316785d0e4bb5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mohammed Gamal <mgamal@redhat.com>
|
||||||
|
Date: Wed, 20 Jul 2022 11:48:40 +0200
|
||||||
|
Subject: [PATCH 1/2] hypervkvpd.service: ordering fixes
|
||||||
|
|
||||||
|
RH-Author: Mohamed Gamal Morsy <mmorsy@redhat.com>
|
||||||
|
RH-MergeRequest: 3: hypervkvpd.service: ordering fixes
|
||||||
|
RH-Commit: [1/2] f5bec088f7cf4afd641a2d7184a4e29cd1734bf4
|
||||||
|
RH-Bugzilla: 2115761
|
||||||
|
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
|
RH-Acked-by: Cathy Avery <cavery@redhat.com>
|
||||||
|
|
||||||
|
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2115761
|
||||||
|
|
||||||
|
From 8dcff588c8eb1ab3119c6b0acead03189814b955 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Chris Patterson <cpatterson@microsoft.com>
|
||||||
|
Date: Jul 01 2022 14:36:25 +0000
|
||||||
|
Subject: hypervkvpd.service: ordering fixes
|
||||||
|
|
||||||
|
- Only start kvpd under Hyper-V.
|
||||||
|
|
||||||
|
- Minimize dependencies for kvpd by removing the unnecessary
|
||||||
|
network.target requirement, but add kvp device and mount
|
||||||
|
requirements.
|
||||||
|
|
||||||
|
Start before cloud-init-local.service which relies on kvpd
|
||||||
|
for Azure.
|
||||||
|
|
||||||
|
Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
|
||||||
|
|
||||||
|
Signed-off-by: Mohammed Gamal <mgamal@redhat.com>
|
||||||
|
---
|
||||||
|
hypervkvpd.service | 5 ++++-
|
||||||
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/hypervkvpd.service b/hypervkvpd.service
|
||||||
|
index 36ee11c..40dff13 100644
|
||||||
|
--- a/hypervkvpd.service
|
||||||
|
+++ b/hypervkvpd.service
|
||||||
|
@@ -1,7 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Hyper-V KVP daemon
|
||||||
|
+ConditionVirtualization=microsoft
|
||||||
|
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
|
||||||
|
-After=network.target
|
||||||
|
+After=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
|
||||||
|
+RequiresMountsFor=/var/lib/hyperv
|
||||||
|
+Before=cloud-init-local.service
|
||||||
|
IgnoreOnIsolate=1
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
--
|
||||||
|
2.31.1
|
||||||
|
|
@ -0,0 +1,49 @@
|
|||||||
|
From 3eb64f25afdf65d9999d155d8c89327cf9d27036 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mohammed Gamal <mgamal@redhat.com>
|
||||||
|
Date: Mon, 15 Aug 2022 17:38:37 +0200
|
||||||
|
Subject: [PATCH 2/2] redhat: Add ConditionalVirtualization to the rest of
|
||||||
|
systemd units
|
||||||
|
|
||||||
|
RH-Author: Mohamed Gamal Morsy <mmorsy@redhat.com>
|
||||||
|
RH-MergeRequest: 3: hypervkvpd.service: ordering fixes
|
||||||
|
RH-Commit: [2/2] 6638ac3cfcff63e664d6ba86772a4bdfe45d2084
|
||||||
|
RH-Bugzilla: 2115761
|
||||||
|
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
|
||||||
|
RH-Acked-by: Cathy Avery <cavery@redhat.com>
|
||||||
|
|
||||||
|
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2115761
|
||||||
|
|
||||||
|
Add ConditionalVirtualization to the rest of systemd units to make sure
|
||||||
|
they're started when running in Azure/Hyper-V.
|
||||||
|
|
||||||
|
Signed-off-by: Mohammed Gamal <mgamal@redhat.com>
|
||||||
|
---
|
||||||
|
hypervfcopyd.service | 1 +
|
||||||
|
hypervvssd.service | 1 +
|
||||||
|
2 files changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/hypervfcopyd.service b/hypervfcopyd.service
|
||||||
|
index dd14a97..aab4b6b 100644
|
||||||
|
--- a/hypervfcopyd.service
|
||||||
|
+++ b/hypervfcopyd.service
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Hyper-V FCOPY daemon
|
||||||
|
+ConditionVirtualization=microsoft
|
||||||
|
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_fcopy.device
|
||||||
|
IgnoreOnIsolate=1
|
||||||
|
|
||||||
|
diff --git a/hypervvssd.service b/hypervvssd.service
|
||||||
|
index 1e5ff43..6a0fad0 100644
|
||||||
|
--- a/hypervvssd.service
|
||||||
|
+++ b/hypervvssd.service
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Hyper-V VSS daemon
|
||||||
|
+ConditionVirtualization=microsoft
|
||||||
|
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_vss.device
|
||||||
|
IgnoreOnIsolate=1
|
||||||
|
|
||||||
|
--
|
||||||
|
2.31.1
|
||||||
|
|
@ -0,0 +1,46 @@
|
|||||||
|
From 8acc8ecc93352bfb3d78e8d37c5ed03a4948a39d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Mohammed Gamal <mgamal@redhat.com>
|
||||||
|
Date: Tue, 8 Nov 2022 16:20:17 +0100
|
||||||
|
Subject: [PATCH] redhat: hv_set_if_config: Workaround for gateway numbering in
|
||||||
|
NetworkManager
|
||||||
|
|
||||||
|
RH-Author: Mohamed Gamal Morsy <mmorsy@redhat.com>
|
||||||
|
RH-MergeRequest: 10: redhat: hv_set_if_config: Workaround for gateway numbering in NetworkManager
|
||||||
|
RH-Bugzilla: 2150255
|
||||||
|
RH-Acked-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
|
||||||
|
RH-Acked-by: Jon Maloy <jmaloy@redhat.com>
|
||||||
|
RH-Commit: [1/1] a52af3c2a8c4365cbe6777fe1afe4ebcf81954d6
|
||||||
|
|
||||||
|
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2150255
|
||||||
|
|
||||||
|
Unlike older sysconfig scripts, NetworkManager expects GATEWAYx=ipaddr for all values of x.
|
||||||
|
So the first gateway is GATEWAY0 instead of GATEWAY. Other values should remain unchanged.
|
||||||
|
Workaround this by replacing GATEWAY= with GATEWAY0=.
|
||||||
|
|
||||||
|
A proper fix however, would be to generate NetworkManager keyfiles instead of ifcfg files.
|
||||||
|
That can be done eitter by changing hypervkvpd code to do that or to let the script parse
|
||||||
|
ifcfg files and generate corresponding NetworkManager keyfiles
|
||||||
|
|
||||||
|
Signed-off-by: Mohammed Gamal <mgamal@redhat.com>
|
||||||
|
---
|
||||||
|
hv_set_ifconfig.sh | 4 ++++
|
||||||
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/hv_set_ifconfig.sh b/hv_set_ifconfig.sh
|
||||||
|
index 146829b..fe7fccf 100644
|
||||||
|
--- a/hv_set_ifconfig.sh
|
||||||
|
+++ b/hv_set_ifconfig.sh
|
||||||
|
@@ -54,6 +54,10 @@ echo "IPV6INIT=yes" >> $1
|
||||||
|
echo "PEERDNS=yes" >> $1
|
||||||
|
echo "ONBOOT=yes" >> $1
|
||||||
|
|
||||||
|
+#Unlike older sysconfig scripts, NetworkManager expects GATEWAYx=ipaddr for all values of x.
|
||||||
|
+#So the first gateway is GATEWAY0 instead of GATEWAY. Other values should remain unchanged.
|
||||||
|
+#Workaround this by replacing GATEWAY= with GATEWAY0=.
|
||||||
|
+sed -i "s/GATEWAY=/GATEWAY0=/" $1
|
||||||
|
|
||||||
|
cp $1 /etc/sysconfig/network-scripts/
|
||||||
|
|
||||||
|
--
|
||||||
|
2.37.3
|
||||||
|
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: hyperv-daemons
|
Name: hyperv-daemons
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.32%{?snapver}%{?dist}
|
Release: 0.34%{?snapver}%{?dist}
|
||||||
Summary: Hyper-V daemons suite
|
Summary: Hyper-V daemons suite
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -62,6 +62,12 @@ Patch5: hvd-tools-hv-change-http-to-https-in-hv_kvp_daemon.c.patch
|
|||||||
Patch6: hpvd-hv_set_ifconfig.sh-Use-nmcli-commands.patch
|
Patch6: hpvd-hv_set_ifconfig.sh-Use-nmcli-commands.patch
|
||||||
# For bz#2056566 - [RHEL8.6][Hyper-V]The /usr/libexec/hypervkvpd/hv_set_ifconfig need update since the ifdown/ifup was not supported on RHEL8
|
# For bz#2056566 - [RHEL8.6][Hyper-V]The /usr/libexec/hypervkvpd/hv_set_ifconfig need update since the ifdown/ifup was not supported on RHEL8
|
||||||
Patch7: hpvd-Use-filename-for-connection-profile.patch
|
Patch7: hpvd-Use-filename-for-connection-profile.patch
|
||||||
|
# For bz#2115761 - [Hyper-V][RHEL-8] hypervkvpd.service service ordering
|
||||||
|
Patch8: hpvd-hypervkvpd.service-ordering-fixes.patch
|
||||||
|
# For bz#2115761 - [Hyper-V][RHEL-8] hypervkvpd.service service ordering
|
||||||
|
Patch9: hpvd-redhat-Add-ConditionalVirtualization-to-the-rest-of-.patch
|
||||||
|
# For bz#2150255 - [Hyper-V][RHEL-8] Cannot set gateway properly when set static IPADDR0,NETMASK0,GATEWAY in ifcfg-eth0 [rhel-8.7.0.z]
|
||||||
|
Patch10: hpvd-redhat-hv_set_if_config-Workaround-for-gateway-numbe.patch
|
||||||
# For bz#2020141 - [Hyper-V][RHEL8.6][ARM64] No hyperv-daemons package built for aarch64 platform
|
# For bz#2020141 - [Hyper-V][RHEL8.6][ARM64] No hyperv-daemons package built for aarch64 platform
|
||||||
# Patch6: hpvd-Enable-build-on-aarch64.patch
|
# Patch6: hpvd-Enable-build-on-aarch64.patch
|
||||||
|
|
||||||
@ -176,6 +182,9 @@ cp -pvL %{SOURCE4} hv_set_ifconfig.sh
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# HYPERV KVP DAEMON
|
# HYPERV KVP DAEMON
|
||||||
@ -293,11 +302,22 @@ fi
|
|||||||
%{_sbindir}/vmbus_testing
|
%{_sbindir}/vmbus_testing
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 05 2022 Jon Maloy <jmaloy@redhat.com> - 0-0.34.20180415git.el8_7
|
||||||
|
- hpvd-redhat-hv_set_if_config-Workaround-for-gateway-numbe.patch [bz#2150255]
|
||||||
|
- Resolves: bz#2150255
|
||||||
|
([Hyper-V][RHEL-8] Cannot set gateway properly when set static IPADDR0,NETMASK0,GATEWAY in ifcfg-eth0 [rhel-8.7.0.z])
|
||||||
|
|
||||||
|
* Tue Aug 16 2022 Miroslav Rezanina <mrezanin@redhat.com> - 0-0.33.20180415git
|
||||||
|
- hpvd-hypervkvpd.service-ordering-fixes.patch [bz#2115761]
|
||||||
|
- hpvd-redhat-Add-ConditionalVirtualization-to-the-rest-of-.patch [bz#2115761]
|
||||||
|
- Resolves: bz#2115761
|
||||||
|
([Hyper-V][RHEL-8] hypervkvpd.service service ordering)
|
||||||
|
|
||||||
* Tue Mar 22 2022 Jon Maloy <jmaloy@redhat.com> - 0-0.32.20180415git.el8
|
* Tue Mar 22 2022 Jon Maloy <jmaloy@redhat.com> - 0-0.32.20180415git.el8
|
||||||
- hpvd-hv_set_ifconfig.sh-Use-nmcli-commands.patch [bz#2056566]
|
- hpvd-hv_set_ifconfig.sh-Use-nmcli-commands.patch [bz#2065202]
|
||||||
- hpvd-Use-filename-for-connection-profile.patch [bz#2056566]
|
- hpvd-Use-filename-for-connection-profile.patch [bz#2065202]
|
||||||
- Resolves: bz#2056566
|
- Resolves: bz#2065202
|
||||||
([RHEL8.6][Hyper-V]The /usr/libexec/hypervkvpd/hv_set_ifconfig need update since the ifdown/ifup was not supported on RHEL8)
|
([RHEL8.6][Hyper-V]The /usr/libexec/hypervkvpd/hv_set_ifconfig need update since the ifdown/ifup was not supported on RHEL8 [rhel-8.7.0])
|
||||||
|
|
||||||
* Wed Nov 10 2021 Jon Maloy <jmaloy@redhat.com> - 0-0.31.20180415git.el8
|
* Wed Nov 10 2021 Jon Maloy <jmaloy@redhat.com> - 0-0.31.20180415git.el8
|
||||||
- hpvd-Enable-build-on-aarch64.patch [bz#2020141]
|
- hpvd-Enable-build-on-aarch64.patch [bz#2020141]
|
||||||
|
Loading…
Reference in New Issue
Block a user