All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] network: doc: nestore NFS configuration
@ 2016-12-21 16:18 Petr Vorel
  2016-12-21 21:37 ` Alexey Kodanev
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2016-12-21 16:18 UTC (permalink / raw)
  To: ltp

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [LTP] [PATCH 1/1] network: doc: nestore NFS configuration
  2016-12-21 16:18 [LTP] [PATCH 1/1] network: doc: nestore NFS configuration Petr Vorel
@ 2016-12-21 21:37 ` Alexey Kodanev
  2016-12-23  8:19   ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Kodanev @ 2016-12-21 21:37 UTC (permalink / raw)
  To: ltp

Hi,
On 21.12.2016 19:18, Petr Vorel wrote:
> Removed in 5f8ca6cf0
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> Cc: Alexey Kodanev <alexey.kodanev@oracle.com>
> ---
> Alexey, or was it removed deliberatelly?

Yes, it's done automatically inside network/nfs/nfs_stress/nfs_lib.sh.

Best regards,
Alexey

> ---
>   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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [LTP] [PATCH 1/1] network: doc: nestore NFS configuration
  2016-12-21 21:37 ` Alexey Kodanev
@ 2016-12-23  8:19   ` Petr Vorel
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2016-12-23  8:19 UTC (permalink / raw)
  To: ltp

Hi Alexey,

> Yes, it's done automatically inside network/nfs/nfs_stress/nfs_lib.sh.
Right. I'm sorry for useless report.


Kind regards,
Petr

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-23  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-21 16:18 [LTP] [PATCH 1/1] network: doc: nestore NFS configuration Petr Vorel
2016-12-21 21:37 ` Alexey Kodanev
2016-12-23  8:19   ` Petr Vorel

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.