Revision cd837dad docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
1126 1126
to access the Pithos+ database. This is why, we also install them on *all*
1127 1127
VM-capable Ganeti nodes.
1128 1128

  
1129
Now, you need to download and save the corresponding helper package. Please see
1130
`here <https://code.grnet.gr/projects/snf-image/files>`_ for the latest package. Let's
1131
assume that you installed snf-image-host version 0.4.4-1. Then, you need
1132
snf-image-helper v0.4.4-1 on *both* nodes:
1133

  
1134
.. code-block:: console
1135

  
1136
   # cd /var/lib/snf-image/helper/
1137
   # wget https://code.grnet.gr/attachments/download/1058/snf-image-helper_0.4.4-1_all.deb
1138

  
1139
.. warning:: Be careful: Do NOT install the snf-image-helper debian package.
1140
             Just put it under /var/lib/snf-image/helper/
1141

  
1142
Once, you have downloaded the snf-image-helper package, create the helper VM by
1129
After `snf-image-host` has been installed successfully, create the helper VM by
1143 1130
running on *both* nodes:
1144 1131

  
1145 1132
.. code-block:: console
1146 1133

  
1147
   # ln -s snf-image-helper_0.4.4-1_all.deb snf-image-helper.deb
1148 1134
   # snf-image-update-helper
1149 1135

  
1150 1136
This will create all the needed files under ``/var/lib/snf-image/helper/`` for
1151
snf-image-host to run successfully.
1137
snf-image-host to run successfully, and it may take a few minutes depending on
1138
your Internet connection.
1152 1139

  
1153 1140
Configuration
1154 1141
~~~~~~~~~~~~~
......
1192 1179

  
1193 1180
.. _snf-image-images:
1194 1181

  
1195
snf-image's actual Images
1196
-------------------------
1182
Actual Images for snf-image
1183
---------------------------
1197 1184

  
1198 1185
Now that snf-image is installed successfully we need to provide it with some
1199 1186
Images. :ref:`snf-image <snf-image>` supports Images stored in ``extdump``,
1200 1187
``ntfsdump`` or ``diskdump`` format. We recommend the use of the ``diskdump``
1201
format. For more information about snf-image's Image formats see `here
1188
format. For more information about snf-image Image formats see `here
1202 1189
<https://code.grnet.gr/projects/snf-image/wiki/Image_Format>`_.
1203 1190

  
1204 1191
:ref:`snf-image <snf-image>` also supports three (3) different locations for the

Also available in: Unified diff