Merge "Fixed bad LP link in 5.1 Known Issues"

This commit is contained in:
Jenkins 2014-10-10 23:28:00 +00:00 committed by Gerrit Code Review
commit cda03300db
1 changed files with 5 additions and 2 deletions

View File

@ -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/ <https://review.openstack.org/#/c/116422/>`_.
::
`sysctl -w 'sys.net.ipv4.ip_local_reserved_ports=49000'`
See `LP1353363 <https://bugs.launchpad.net/fuel/+bug/1353363>`_.
Docker is not updated
---------------------