Skip to content

Commit 9a5f3c2

Browse files
committed
Do not attempt to restart service on failures for Hyper-V daemons
Service restart may not work when a specific integration service is disabled in the VM setting. Remove the setting for performance concerns.
1 parent e8cdc4b commit 9a5f3c2

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

deploy/iso/minikube-iso/package/hyperv-daemons/hv_fcopy_daemon.service

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Documentation=https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows
44
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_fcopy.device
55

66
[Service]
7-
Type=simple
8-
Restart=always
9-
RestartSec=3
107
ExecStart=/usr/sbin/hv_fcopy_daemon -n
118

129
[Install]

deploy/iso/minikube-iso/package/hyperv-daemons/hv_kvp_daemon.service

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Documentation=https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows
44
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
55

66
[Service]
7-
Type=simple
8-
Restart=always
9-
RestartSec=3
107
ExecStart=/usr/sbin/hv_kvp_daemon -n
118

129
[Install]

deploy/iso/minikube-iso/package/hyperv-daemons/hv_vss_daemon.service

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Documentation=https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows
44
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_vss.device
55

66
[Service]
7-
Type=simple
8-
Restart=always
9-
RestartSec=3
107
ExecStart=/usr/sbin/hv_vss_daemon -n
118

129
[Install]

0 commit comments

Comments
 (0)