[LTP] [PATCH 1/1] network: doc: nestore NFS configuration

Petr Vorel pvorel@suse.cz
Wed Dec 21 17:18:12 CET 2016


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



More information about the ltp mailing list