Merge ~chris.macnaughton/ubuntu/+source/openvswitch:bug/focal/1887177 into ~ubuntu-server-dev/ubuntu/+source/openvswitch:ubuntu/focal

Proposed by Chris MacNaughton
Status: Merged
Merged at revision: 23c2ac184040d42f21fd227d1a50cbbdbccd2fae
Proposed branch: ~chris.macnaughton/ubuntu/+source/openvswitch:bug/focal/1887177
Merge into: ~ubuntu-server-dev/ubuntu/+source/openvswitch:ubuntu/focal
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/openvswitch-switch.ovsdb-server.service (+1/-1)
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+390530@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 8c263e7..e833822 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+openvswitch (2.13.0-0ubuntu2) UNRELEASED; urgency=medium
7+
8+ * d/openvswitch-switch.ovsdb-server.service: Add local-fs.target to systemd
9+ service file to ensure that local filesystems are ready before the ovsdb
10+ service tries to start (LP: #1887177).
11+
12+ -- Chris MacNaughton <chris.macnaughton@canonical.com> Thu, 10 Sep 2020 06:53:02 +0000
13+
14 openvswitch (2.13.0-0ubuntu1) focal; urgency=medium
15
16 * New upstream release.
17diff --git a/debian/openvswitch-switch.ovsdb-server.service b/debian/openvswitch-switch.ovsdb-server.service
18index 178f470..63a1ced 100644
19--- a/debian/openvswitch-switch.ovsdb-server.service
20+++ b/debian/openvswitch-switch.ovsdb-server.service
21@@ -1,6 +1,6 @@
22 [Unit]
23 Description=Open vSwitch Database Unit
24-After=syslog.target network-pre.target dpdk.service
25+After=syslog.target network-pre.target dpdk.service local-fs.target
26 Before=network.target networking.service
27 PartOf=openvswitch-switch.service
28 DefaultDependencies=no

Subscribers

People subscribed via source and target branches