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

Proposed by Christian Ehrhardt 
Status: Needs review
Proposed branch: ~paelzer/ubuntu/+source/openvswitch:lp-1910209-runtime-dir-BIONIC
Merge into: ~ubuntu-server-dev/ubuntu/+source/openvswitch:ubuntu/bionic
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
Ubuntu Server Developers Pending
Review via email: mp+396076@code.launchpad.net
To post a comment you must log in.

Unmerged commits

23d8e85... by Christian Ehrhardt 

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

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

3c4e5c1... 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 9ca536d..2269cc3 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+openvswitch (2.9.7-0ubuntu0.18.04.2) bionic; 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> Mon, 11 Jan 2021 16:10:07 +0100
12+
13 openvswitch (2.9.7-0ubuntu0.18.04.1) bionic; urgency=medium
14
15 [ James Page ]
16diff --git a/debian/openvswitch-switch.ovsdb-server.service b/debian/openvswitch-switch.ovsdb-server.service
17index 342c001..771e60e 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