Skip to content

Commit

Permalink
docs: properly format code in NFS configuration note
Browse files Browse the repository at this point in the history
Currently, the code is rendered without newlines and proper formatting.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Feb 5, 2020
1 parent 161fcd4 commit 904bb78
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Documentation/contributing/development/dev_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,17 @@ and ports to enable NFS.
.. note::

Make sure your host NFS configuration is setup to use tcp:
# cat /etc/nfs.conf
...
[nfsd]
# grace-time=90
tcp=y
# vers2=n
# vers3=y
...

.. code-block:: none
# cat /etc/nfs.conf
...
[nfsd]
# grace-time=90
tcp=y
# vers2=n
# vers3=y
...
If for some reason, running of the provisioning script fails, you should bring the VM down before trying again:

Expand Down

0 comments on commit 904bb78

Please sign in to comment.