[sheepdog] [PATCH] Add collie.8 to build manpage
Liu Yuan
namei.unix at gmail.com
Wed Jun 27 14:56:36 CEST 2012
On 06/27/2012 07:49 PM, Jens Weber wrote:
> add collie.8
>
> Signed-off-by: Jens Weber <jweber at tek2b.org>
> ---
> man/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index 6d43b79..7653f4a 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -1,3 +1,3 @@
> MAINTAINERCLEANFILES = Makefile.in
>
> -dist_man_MANS = sheep.8
> +dist_man_MANS = sheep.8 collie.8
>
Hi Jens,
Actually, there is anther tool called sheepfs, introduced recently,
which export sheepdog's storage to the local directory hierarchy. For
more info,
https://github.com/collie/sheepdog/wiki/Sheepfs
It has the below help message:
====
tailai.ly at taobao:~/sheepdog$ sheepfs/sheepfs -h
Usage: sheepfs [OPTION]... MOUNTPOINT
Options:
-a --address specify the sheep address (default: localhost)
-d, --debug enable debug output (implies -f)
-f, --foreground sheepfs run in the foreground
-k, --pagecache use local kernel's page cache to access volume
-n --noobjectcache disable object cache of the attached volumes
-p --port specify the sheep port (default: 7000)
-h, --help display this help and exit
====
Currently, it is an optional feature that users can disable it or enable
it at compile time. I am not sure if we can package it too.
Thanks,
Yuan
More information about the sheepdog
mailing list