Add disk space reqs for the Fuel Master upgrade

Added information on disk space requirements
for the Fuel Master node upgrade process.

Change-Id: I13bfc6eae07cea2ffc0c52e8533c76ece63c5411
This commit is contained in:
Fabrizio Soppelsa
2015-02-06 19:10:54 +03:00
committed by evkonstantinov
parent 32740e3e60
commit 7dd640cb05

View File

@@ -111,26 +111,28 @@ about how the upgrade process is implemented.
To upgrade the Fuel Master Node:
#. Be sure that no installations are in progress in the environment!
#. **Be sure that no installations are in progress in the environment.**
#. Download the upgrade tarball from
`http://software.mirantis.com`
to a location on the Fuel Master Node
that has at least 2GB of free space
such as */var/tmp*.
that has at least 2 GB of free space for
the archive, and additional 6 GB on the
partition where it will be unpacked.
If your Fuel Master Node does not have an Internet connection,
you may need to download this file to a local system
and then transfer the file to the Fuel Master
using **scp** or an SSH client.
#. Extract tarball contents:
#. Extract the tarball contents:
::
cd /var/tmp # Use the directory where the tarball is located
lrzuntar filename.tar.lrz
.. warning:: The Fuel Master node must have at least 2GB of RAM
.. warning:: The Fuel Master node must have at least 2 GB of RAM
in order for **lrzip** to decompress the upgrade archive.
See :ref:`HardwarePrerequisites` for a full list of
hardware requirements for the Master node.