All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Kodanev <alexey.kodanev@oracle.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/1] network: doc: nestore NFS configuration
Date: Thu, 22 Dec 2016 00:37:04 +0300	[thread overview]
Message-ID: <585AF600.2080809@oracle.com> (raw)
In-Reply-To: <20161221161812.19969-1-pvorel@suse.cz>

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.


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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 16:18 [LTP] [PATCH 1/1] network: doc: nestore NFS configuration Petr Vorel
2016-12-21 21:37 ` Alexey Kodanev [this message]
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=585AF600.2080809@oracle.com \
    --to=alexey.kodanev@oracle.com \
    --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.