Merge ~andyliuliming/ubuntu/+source/linux/+git/bionic:cloud_tools_common into ~ubuntu-kernel/ubuntu/+source/linux/+git/bionic:master

Proposed by Andy
Status: Needs review
Proposed branch: ~andyliuliming/ubuntu/+source/linux/+git/bionic:cloud_tools_common
Merge into: ~ubuntu-kernel/ubuntu/+source/linux/+git/bionic:master
Diff against target: 16 lines (+5/-0)
1 file modified
debian/linux-cloud-tools-common.hv-kvp-daemon.service (+5/-0)
Reviewer Review Type Date Requested Status
Ubuntu Kernel Repositories Pending
Review via email: mp+351395@code.launchpad.net

Description of the change

Ensure that hv-kvp-daemon.service starts before cloud-init and walinuxagent.service.

To post a comment you must log in.

Unmerged commits

d8cf59d... by Andy

Ensure that hv-kvp-daemon.service starts before cloud-init and walinuxagent.service.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/linux-cloud-tools-common.hv-kvp-daemon.service b/debian/linux-cloud-tools-common.hv-kvp-daemon.service
2index c86a812..015c96f 100644
3--- a/debian/linux-cloud-tools-common.hv-kvp-daemon.service
4+++ b/debian/linux-cloud-tools-common.hv-kvp-daemon.service
5@@ -4,6 +4,11 @@
6 [Unit]
7 Description=Hyper-V KVP Protocol Daemon
8 ConditionVirtualization=microsoft
9+DefaultDependencies=no
10+After=systemd-remount-fs.service
11+Before=shutdown.target cloud-init-local.service walinuxagent.service
12+Conflicts=shutdown.target
13+RequiresMountsFor=/var/lib/hyperv
14
15 [Service]
16 ExecStart=/usr/sbin/hv_kvp_daemon -n

Subscribers

People subscribed via source and target branches

to status/vote changes: