All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Masayoshi Mizuma <msys.mizuma@gmail.com>
Cc: virtio-fs@redhat.com, Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>
Subject: Re: [Virtio-fs] [PATCH 2/3] virtiofsd: add some options to the man page
Date: Fri, 10 Jan 2020 17:54:43 +0000	[thread overview]
Message-ID: <20200110175443.GN3901@work-vm> (raw)
In-Reply-To: <20191218200833.10368-3-msys.mizuma@gmail.com>

* Masayoshi Mizuma (msys.mizuma@gmail.com) wrote:
> From: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>
> 
> Add following options to the man page:
> - flock|no_flock
> - norace
> - posix_lock|no_posix_lock
> - readdirplus|no_readdirplus
> - timeout
> - writeback|no_writeback
> - xattr|no_xattr
> 
> Signed-off-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com>


Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

Thanks, I've squashed this one and the next one down into the
 'add man page' commit.

Dave

> ---
>  tools/virtiofsd/virtiofsd.texi | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/tools/virtiofsd/virtiofsd.texi b/tools/virtiofsd/virtiofsd.texi
> index eec7fbf4e6..76eb219676 100644
> --- a/tools/virtiofsd/virtiofsd.texi
> +++ b/tools/virtiofsd/virtiofsd.texi
> @@ -34,12 +34,34 @@ Print version.
>  Enable debug output.
>  @item --syslog
>  Print log messages to syslog instead of stderr.
> +@item -o flock|no_flock
> +enable/disable flock.
> +The default is @var{no_flock}.
>  @item -o log_level=@var{level}
>  Print only log messages matching @var{level} or more severe.  @var{level} is
>  one of @code{err}, @code{warn}, @code{info}, or @code{debug}.  The default is
>  @var{info}.
> +@item -o norace
> +Disable racy fallback.
> +The default is false.
> +@item -o posix_lock|no_posix_lock
> +Enable/Disable remote posix lock.
> +The default is @var{posix_lock}.
> +@item -o readdirplus|no_readdirplus
> +Enable/Disable readdirplus.
> +The default is @var{readdirplus}
>  @item -o source=@var{path}
>  Share host directory tree located at @var{path}.  This option is required.
> +@item -o timeout=<number>
> +I/O timeout (second).
> +The default depends on cache= option.
> +@item -o writeback|no_writeback
> +Enable/Disable writeback cache. The cache alows the FUSE client
> +to buffer and merge write requests.
> +The default is @var{no_writeback}.
> +@item -o xattr|no_xattr
> +Enable/Disable Extended attributes (xattr) of the files and directories.
> +The default is @var{no_xattr}.
>  @item --socket-path=@var{path}, -o vhost_user_socket=@var{path}
>  Listen on vhost-user UNIX domain socket at @var{path}.
>  @item --fd=@var{fdnum}
> -- 
> 2.18.1
> 
> 
> _______________________________________________
> Virtio-fs mailing list
> Virtio-fs@redhat.com
> https://www.redhat.com/mailman/listinfo/virtio-fs
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK


  reply	other threads:[~2020-01-10 17:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-18 20:08 [Virtio-fs] [PATCH 0/3] Add some option descriptions to help and man page Masayoshi Mizuma
2019-12-18 20:08 ` [Virtio-fs] [PATCH 1/3] virtiofsd: add some options to the help message Masayoshi Mizuma
2020-01-10 17:38   ` Dr. David Alan Gilbert
2019-12-18 20:08 ` [Virtio-fs] [PATCH 2/3] virtiofsd: add some options to the man page Masayoshi Mizuma
2020-01-10 17:54   ` Dr. David Alan Gilbert [this message]
2019-12-18 20:08 ` [Virtio-fs] [PATCH 3/3] virtiofsd: remove --writeback option from " Masayoshi Mizuma

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=20200110175443.GN3901@work-vm \
    --to=dgilbert@redhat.com \
    --cc=m.mizuma@jp.fujitsu.com \
    --cc=msys.mizuma@gmail.com \
    --cc=virtio-fs@redhat.com \
    /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.