From 4fc02450fbb9959f54564bebc7f2ea14cad8125a Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Tue, 28 Jul 2015 21:24:17 +0900 Subject: [PATCH] Fix six typos on sahara documentation VmWare => VMware distrbuted => distributed availibility => availability intance => instance elemnts => elements requried => required Change-Id: I30eab3a78cafb004357bcfcd7c7fc5aabfdfd812 Closes-Bug: #1478917 --- doc/source/devref/devstack.rst | 2 +- doc/source/userdoc/features.rst | 6 +++--- doc/source/userdoc/hdp_plugin.rst | 2 +- doc/source/userdoc/vanilla_imagebuilder.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/devref/devstack.rst b/doc/source/devref/devstack.rst index 9f432d66..2d437d2a 100644 --- a/doc/source/devref/devstack.rst +++ b/doc/source/devref/devstack.rst @@ -149,7 +149,7 @@ Setting fixed IP address for VMware Fusion VM fixed-address 192.168.55.20; } -6. Now quit all the VmWare Fusion applications and restart vmnet: +6. Now quit all the VMware Fusion applications and restart vmnet: .. sourcecode:: console diff --git a/doc/source/userdoc/features.rst b/doc/source/userdoc/features.rst index e086491b..73ed5dfb 100644 --- a/doc/source/userdoc/features.rst +++ b/doc/source/userdoc/features.rst @@ -77,7 +77,7 @@ machines simultaneously. Running in distributed mode allows sahara to offload intensive tasks to the engine processes while keeping the API process free to handle requests. -For an expanded discussion of configuring sahara to run in distrbuted +For an expanded discussion of configuring sahara to run in distributed mode please see the :ref:`distributed-mode-configuration` documentation. Hadoop HDFS High Availability @@ -86,7 +86,7 @@ Hadoop HDFS High Availability Hadoop HDFS High Availability (HDFS HA) provides an architecture to ensure that HDFS will continue to work in the result of an active namenode failure. It uses 2 namenodes in an active/standby configuration to provide this -availibility. +availability. High availability is achieved by using a set of journalnodes and Zookeeper servers along with ZooKeeper Failover Controllers (ZKFC) and additional @@ -180,7 +180,7 @@ Volume-to-instance locality Having an instance and an attached volume on the same physical host can be very helpful in order to achieve high-performance disk I/O operations. To achieve this, sahara provides access to the Block Storage -volume intance locality functionality. +volume instance locality functionality. For more information on using volume instance locality with sahara, please see the :ref:`volume_instance_locality_configuration` diff --git a/doc/source/userdoc/hdp_plugin.rst b/doc/source/userdoc/hdp_plugin.rst index bbcdf3ea..459fd444 100644 --- a/doc/source/userdoc/hdp_plugin.rst +++ b/doc/source/userdoc/hdp_plugin.rst @@ -62,7 +62,7 @@ For more information about HDP images, refer to https://github.com/openstack/sahara-image-elements. There are three VM images provided for use with the HDP Plugin, that can also -be built using the tools available in sahara-image-elemnts: +be built using the tools available in sahara-image-elements: 1. `sahara-juno-hdp-1.3.2-centos-6.5.qcow2 `_: This image contains most of the requisite packages necessary for HDP diff --git a/doc/source/userdoc/vanilla_imagebuilder.rst b/doc/source/userdoc/vanilla_imagebuilder.rst index fce899bd..39dde84c 100644 --- a/doc/source/userdoc/vanilla_imagebuilder.rst +++ b/doc/source/userdoc/vanilla_imagebuilder.rst @@ -40,7 +40,7 @@ To create vanilla images follow these steps: tox -e venv -- sahara-image-create - Tox will create a virtualenv and install requried python packages in it, + Tox will create a virtualenv and install required python packages in it, clone the repositories "https://github.com/openstack/diskimage-builder" and "https://github.com/openstack/sahara-image-elements" and export necessary parameters. * ``DIB_HADOOP_VERSION`` - version of Hadoop to install * ``JAVA_DOWNLOAD_URL`` - download link for JDK (tarball or bin)