From patchwork Mon Feb 13 18:07:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ilya Maximets X-Patchwork-Id: 1741822 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PFskV0PL5z23r9 for ; Tue, 14 Feb 2023 05:07:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id D91EE409F9; Mon, 13 Feb 2023 18:07:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org D91EE409F9 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lG5R5anO84JQ; Mon, 13 Feb 2023 18:07:27 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp2.osuosl.org (Postfix) with ESMTPS id EB37D40911; Mon, 13 Feb 2023 18:07:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org EB37D40911 Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id C351CC0032; Mon, 13 Feb 2023 18:07:25 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 4212CC002B for ; Mon, 13 Feb 2023 18:07:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 1E824409A8 for ; Mon, 13 Feb 2023 18:07:24 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 1E824409A8 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b4kqC63JTnUh for ; Mon, 13 Feb 2023 18:07:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org ED26E40911 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by smtp2.osuosl.org (Postfix) with ESMTPS id ED26E40911 for ; Mon, 13 Feb 2023 18:07:22 +0000 (UTC) Received: (Authenticated sender: i.maximets@ovn.org) by mail.gandi.net (Postfix) with ESMTPSA id 1898E1BF208; Mon, 13 Feb 2023 18:07:18 +0000 (UTC) From: Ilya Maximets To: ovs-dev@openvswitch.org Date: Mon, 13 Feb 2023 19:07:18 +0100 Message-Id: <20230213180718.2918214-1-i.maximets@ovn.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Cc: Ilya Maximets Subject: [ovs-dev] [PATCH ovn] Documentation: Fix the LTS link in ovn-upgrades doc. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Even though it somehow works, we're not supposed to link sections of other documents directly via html page. For example, this will not work if someone will decide to build a PDF version of the docs. Use a reference to a tagged section instead. Fixes: e7ed121ee0f8 ("docs: Extend upgrade documentation.") Signed-off-by: Ilya Maximets --- Documentation/internals/release-process.rst | 2 ++ Documentation/intro/install/ovn-upgrades.rst | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/internals/release-process.rst b/Documentation/internals/release-process.rst index 6aeb7f3c9..848c2db84 100644 --- a/Documentation/internals/release-process.rst +++ b/Documentation/internals/release-process.rst @@ -75,6 +75,8 @@ Scheduling`_ for the timing of each stage: 2019.10.2, and so on. The process is the same for these additional release as for a .0 release. +.. _long-term-support: + Long-term Support Releases -------------------------- diff --git a/Documentation/intro/install/ovn-upgrades.rst b/Documentation/intro/install/ovn-upgrades.rst index f2978541c..bb387e2f8 100644 --- a/Documentation/intro/install/ovn-upgrades.rst +++ b/Documentation/intro/install/ovn-upgrades.rst @@ -65,7 +65,7 @@ needs to understand the structure of the database for the version you are upgrading from and to simultaneously. To avoid buildup of complexity and technical debt we limit the span of versions -supported for a rolling upgrade on `Long-term Support Releases`_ (LTS), and it +supported for a rolling upgrade on :ref:`long-term-support` (LTS), and it should always be possible to upgrade from the previous LTS version to the next. The first LTS version of OVN was 22.03. If you want to upgrade between other @@ -203,8 +203,6 @@ you should be able to safely complete an OVN upgrade before upgrading any integration in use. .. LINKS -.. _Long-term Support Releases: - ../../internals/release-process.html#long-term-support-releases .. _ovn-controller man page: https://www.ovn.org/support/dist-docs/ovn-controller.8.html .. _version pinning check in the incremental processing engine: