Fix 4 doc typos

Change-Id: Ia718bf84589306efdbad9a5c16e30969d477dfc4
This commit is contained in:
Bernhard M. Wiedemann 2017-12-19 15:30:28 +01:00
parent 95c83cdf64
commit c4301ee678
4 changed files with 4 additions and 4 deletions

View File

@ -317,7 +317,7 @@ and ``hw:cpu_threads``, refer to the :doc:`/admin/flavors` guide.
It is also possible to set upper limits on the number of sockets, cores, and
threads used. Unlike the hard values above, it is not necessary for this exact
number to used because it only provides a limit. This can be used to provide
some flexibility in scheduling, while ensuring certains limits are not
some flexibility in scheduling, while ensuring certain limits are not
exceeded. For example, to ensure no more than two sockets are defined in the
instance topology, run:

View File

@ -76,7 +76,7 @@ In this instance, there are 0 persistent huge pages (``HugePages_Total``) and 0
transparent huge pages (``AnonHugePages``) allocated. Huge pages can be
allocated at boot time or run time. Huge pages require a contiguous area of
memory - memory that gets increasingly fragmented the long a host is running.
Identifying contiguous areas of memory is a issue for all huge page sizes, but
Identifying contiguous areas of memory is an issue for all huge page sizes, but
it is particularly problematic for larger huge page sizes such as 1 GB huge
pages. Allocating huge pages at boot time will ensure the correct number of huge
pages is always available, while allocating them at run time can fail if memory

View File

@ -30,7 +30,7 @@ This example sets the debugging level to ``INFO`` (which is less verbose than
the default ``DEBUG`` setting).
For more about the logging configuration syntax, including the ``handlers`` and
``quaname`` variables, see the `Python documentation
``qualname`` variables, see the `Python documentation
<https://docs.python.org/release/2.7/library/logging.html#configuration-file-format>`__
on logging configuration files.

View File

@ -893,7 +893,7 @@ Temporarily disable firewall
Problem
-------
Networking issues prevent administrators accessing or reaching VM's through
Networking issues prevent administrators accessing or reaching VMs through
various pathways.
Solution