From 9bac3fd41e95f30d3d0d37e3028051e3820ea7a6 Mon Sep 17 00:00:00 2001 From: Meg McRoberts Date: Tue, 7 Oct 2014 23:17:11 -0700 Subject: [PATCH] Fixed bad LP link in 5.1 Known Issues The existing LP link is totally bogus, plus the command line to work around this issue was formatted incorrectly. Change-Id: Ie3ee605c26b76c8292f9d9256f214cf540fe6a9a --- pages/release-notes/v5-1/050-known-issues.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/release-notes/v5-1/050-known-issues.rst b/pages/release-notes/v5-1/050-known-issues.rst index 150bbf2e5..7b91386be 100644 --- a/pages/release-notes/v5-1/050-known-issues.rst +++ b/pages/release-notes/v5-1/050-known-issues.rst @@ -207,8 +207,11 @@ such as RPC, NFS, passive FTP (ephemeral ports 49000-65535). In some cases, this can lead to a port conflict during service restart. To avoid this, issue the following command so that ports above 49000 are not automatically assigned to other services: -`sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=49000'` -See `LP116422/ `_. +:: + + `sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=49000'` + +See `LP1353363 `_. Docker is not updated ---------------------