All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/1] network: doc: nestore NFS configuration
Date: Wed, 21 Dec 2016 17:18:12 +0100	[thread overview]
Message-ID: <20161221161812.19969-1-pvorel@suse.cz> (raw)

Removed in 5f8ca6cf0

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Cc: Alexey Kodanev <alexey.kodanev@oracle.com>
---
Alexey, or was it removed deliberatelly?
---
 testcases/network/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/testcases/network/README.md b/testcases/network/README.md
index ebaab9956..9399d8aa8 100644
--- a/testcases/network/README.md
+++ b/testcases/network/README.md
@@ -59,6 +59,15 @@ machine <remote_server_name> login root password <remote_root_password>.
 Otherwise, ftp,rlogin & telnet fails for ‘root’ user & hence needs to be
 executed using ‘test’ user to get successful results.
 
+## NFS setup
+* In “/etc/exports“, add the following:
+
+```
+/ <local_machine_ip>/255.255.255.0(rw,no_root_squash,sync)
+```
+
+* Then run “exportfs” to get a list of exported file system.
+
 ## LTP setup
 Install LTP testsuite. In case of two hosts configuration, make sure LTP is installed
 on both client and server machines.
-- 
2.11.0


             reply	other threads:[~2016-12-21 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 16:18 Petr Vorel [this message]
2016-12-21 21:37 ` [LTP] [PATCH 1/1] network: doc: nestore NFS configuration Alexey Kodanev
2016-12-23  8:19   ` Petr Vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161221161812.19969-1-pvorel@suse.cz \
    --to=pvorel@suse.cz \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.