Merge ~paelzer/ubuntu/+source/openvswitch:avoid-runtime-dir-removal-lp-1910209 into ~ubuntu-server-dev/ubuntu/+source/openvswitch:master

Proposed by Christian Ehrhardt 
Status: Merged
Merged at revision: ef01ab5587178d12778f26cf3a64f6df16370c04
Proposed branch: ~paelzer/ubuntu/+source/openvswitch:avoid-runtime-dir-removal-lp-1910209
Merge into: ~ubuntu-server-dev/ubuntu/+source/openvswitch:master
Diff against target: 24 lines (+8/-0)
2 files modified
debian/changelog (+7/-0)
debian/openvswitch-switch.ovsdb-server.service (+1/-0)
Reviewer Review Type Date Requested Status
Frode Nordahl Pending
James Page Pending
Review via email: mp+395882@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Trivial fix to bug 1910209, but I'm unsure about potential unwanted implications (read: do you have anything this Dir NEEDS to be cleared for).

Up to your review and consideration.

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 6fa8016..6120c93 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+openvswitch (2.15.0~git20210104.def6eb1ea-0ubuntu3) hirsute; urgency=medium
7+
8+ * d/openvswitch-switch.ovsdb-server.service: avoid removing the state
9+ dir on restart (LP: #1910209)
10+
11+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 07 Jan 2021 08:35:38 +0100
12+
13 openvswitch (2.15.0~git20210104.def6eb1ea-0ubuntu2) hirsute; urgency=medium
14
15 * d/rules: Re-align expected test failure with test numbering on
16diff --git a/debian/openvswitch-switch.ovsdb-server.service b/debian/openvswitch-switch.ovsdb-server.service
17index 243b0f0..2b37229 100644
18--- a/debian/openvswitch-switch.ovsdb-server.service
19+++ b/debian/openvswitch-switch.ovsdb-server.service
20@@ -18,3 +18,4 @@ ExecReload=/usr/share/openvswitch/scripts/ovs-ctl --no-ovs-vswitchd \
21 --no-monitor restart $OVS_CTL_OPTS
22 RuntimeDirectory=openvswitch
23 RuntimeDirectoryMode=0755
24+RuntimeDirectoryPreserve=yes

Subscribers

People subscribed via source and target branches