Revision 35bf6640 docs/i-image.rst

b/docs/i-image.rst
31 31

  
32 32
The following apply to ``ganeti`` nodes.
33 33

  
34
Firstly mount the ``pithos`` nfs mount point. Assuming that ``pithos`` node
35
(the one who does the NFS export) is node1.example.com, append the following
36
line in `/etc/fstab`:
37

  
38
.. code-block:: console
39

  
40
   node1:/pithos /srv/pithos nfs4 defaults,rw,noatime,nodiratime,intr,rsize=1048576,wsize=1048576,noacl
41

  
42
and then:
43

  
44
.. code-block:: console
45

  
46
   apt-get install -t squeeze-backports nfs-common
47
   mkdir /srv/pithos
48
   mount /srv/pithos
49

  
34 50
.. code-block:: console
35 51

  
36 52
   # apt-get install snf-image-host

Also available in: Unified diff