qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] virtiofsd/helper: Add shared/no_shared options to help messa


From: Xiao Yang
Subject: Re: [PATCH] virtiofsd/helper: Add shared/no_shared options to help message
Date: Mon, 24 Feb 2020 10:42:18 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.2; zh-CN; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

Hi David,

Do you have any comment on this patch? :-)
Cc address@hidden

Best Regards,
Xiao Yang

On 2020/2/10 18:44, Xiao Yang wrote:
> From: Xiao Yang <address@hidden>
>
> Also add a hint that user should start 'ireg' daemon before using shared 
> cache.
>
> Signed-off-by: Xiao Yang <address@hidden>
> ---
>  tools/virtiofsd/helper.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c
> index 819c2bc13c..0aa02b99b0 100644
> --- a/tools/virtiofsd/helper.c
> +++ b/tools/virtiofsd/helper.c
> @@ -171,6 +171,10 @@ void fuse_cmdline_help(void)
>             "                               default: no_writeback\n"
>             "    -o xattr|no_xattr          enable/disable xattr\n"
>             "                               default: no_xattr\n"
> +           "    -o shared|no_shared        enable/disable shared cache\n"
> +           "                               default: no_shared\n"
> +           "                               please start 'ireg' daemon before 
> "
> +           "using shared cache\n"
>             );
>  }
>  






reply via email to

[Prev in Thread] Current Thread [Next in Thread]