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

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. In some cases, this can lead to a port conflict during service restart.
To avoid this, issue the following command To avoid this, issue the following command
so that ports above 49000 are not automatically assigned to other services: 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 Docker is not updated
--------------------- ---------------------