Merge ~paelzer/ubuntu/+source/openvswitch:lp-1910209-runtime-dir-FOCAL into ~ubuntu-server-dev/ubuntu/+source/openvswitch:ubuntu/focal

Proposed by Christian Ehrhardt 
Status: Needs review
Proposed branch: ~paelzer/ubuntu/+source/openvswitch:lp-1910209-runtime-dir-FOCAL
Merge into: ~ubuntu-server-dev/ubuntu/+source/openvswitch:ubuntu/focal
Diff against target: 29 lines (+8/-2)
2 files modified
debian/changelog (+7/-2)
debian/openvswitch-switch.ovsdb-server.service (+1/-0)
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+396075@code.launchpad.net
To post a comment you must log in.

Unmerged commits

b146b6c... by Christian Ehrhardt 

changelog: avoid removing the state dir (LP: #1910209)

Signed-off-by: Christian Ehrhardt <email address hidden>

d6b3ae7... by Christian Ehrhardt 

d/openvswitch-switch.ovsdb-server.service: avoid removing the state dir (LP: #1910209)

Signed-off-by: Christian Ehrhardt <email address hidden>

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 afbd2a8..e42ff64 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,8 +1,13 @@
6-openvswitch (2.13.1-0ubuntu0.20.04.3) UNRELEASED; urgency=medium
7+openvswitch (2.13.1-0ubuntu0.20.04.4) focal; urgency=medium
8
9+ [ James Page ]
10 * d/p/tc-ufid-replace-check.patch: Cherry pick TC related fix.
11
12- -- James Page <james.page@ubuntu.com> Thu, 17 Dec 2020 11:53:02 +0000
13+ [ Christian Ehrhardt ]
14+ * d/openvswitch-switch.ovsdb-server.service: avoid removing the state
15+ dir on restart (LP: #1910209)
16+
17+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 11 Jan 2021 16:09:18 +0100
18
19 openvswitch (2.13.1-0ubuntu0.20.04.2) focal; urgency=medium
20
21diff --git a/debian/openvswitch-switch.ovsdb-server.service b/debian/openvswitch-switch.ovsdb-server.service
22index 243b0f0..2b37229 100644
23--- a/debian/openvswitch-switch.ovsdb-server.service
24+++ b/debian/openvswitch-switch.ovsdb-server.service
25@@ -18,3 +18,4 @@ ExecReload=/usr/share/openvswitch/scripts/ovs-ctl --no-ovs-vswitchd \
26 --no-monitor restart $OVS_CTL_OPTS
27 RuntimeDirectory=openvswitch
28 RuntimeDirectoryMode=0755
29+RuntimeDirectoryPreserve=yes

Subscribers

People subscribed via source and target branches