Merge ~fnordahl/ubuntu/+source/ovn:bug/1940043 into ~ubuntu-server-dev/ubuntu/+source/ovn:master

Proposed by Frode Nordahl
Status: Merged
Merged at revision: 727e5861115c417158ae0f7317b90dd31e699f43
Proposed branch: ~fnordahl/ubuntu/+source/ovn:bug/1940043
Merge into: ~ubuntu-server-dev/ubuntu/+source/ovn:master
Diff against target: 29 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/ovn-host.ovn-controller.service (+1/-1)
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+407170@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 496c3dd..68f4211 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+ovn (21.09.0~git20210806.d08f89e21-0ubuntu1.1) impish; urgency=medium
7+
8+ * Allow upgrades without data plane outage.
9+ - d/ovn-host.ovn-controller.service: Pass --restart option when
10+ calling `ovn-ctl stop_controller` (LP: #1940043).
11+
12+ -- Frode Nordahl <frode.nordahl@canonical.com> Mon, 16 Aug 2021 11:53:37 +0200
13+
14 ovn (21.09.0~git20210806.d08f89e21-0ubuntu1) impish; urgency=medium
15
16 * Snapshot in preparation for 21.09 release.
17diff --git a/debian/ovn-host.ovn-controller.service b/debian/ovn-host.ovn-controller.service
18index a41e77d..153bce6 100644
19--- a/debian/ovn-host.ovn-controller.service
20+++ b/debian/ovn-host.ovn-controller.service
21@@ -9,7 +9,7 @@ Type=forking
22 EnvironmentFile=-/etc/default/ovn-host
23 PIDFile=%t/ovn/ovn-controller.pid
24 ExecStart=/usr/share/ovn/scripts/ovn-ctl start_controller --ovn-manage-ovsdb=no --no-monitor $OVN_CTL_OPTS
25-ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_controller --no-monitor
26+ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_controller --no-monitor --restart
27 Restart=on-failure
28 LimitNOFILE=65535
29 TimeoutStopSec=15

Subscribers

People subscribed via source and target branches