Re: [go-nuts] ANN: A HTTP backed File System (FUSE)

2016-12-06 Thread James Mills
On Mon, Dec 5, 2016 at 6:04 AM, Vasiliy Tolstov  wrote:

> This is very useful, but does it possible to specify multiple url for
> the same object? For example i have two servers with identical content
> and want to serve it via fs. If one server is down all works from
> other.. Also suitable for load balancing...
>

Pretty sure you could stick a load balancer in front of back httpfsd
backends and point httpfsmount at the lb? I haven't tried this yet :) File
an issue let's make that work.

cheers
James

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread Vasiliy Tolstov
2016-11-30 11:37 GMT+03:00  :
> Hey all, First time poster here so go easy on me :)
>
> Just sharing httpfs: https://github.com/prologic/httpfs
> (Naming is hard!)
>
> This is basically a HTTP backed FileSystem using FUSE via the wonderful
> bazil.org/fuse library.
>
> Why? Scratching my own itch to present remote storage on my home NAS as a
> regular folder for family.
> Also pan on extending and working more on this to build this out into a
> docker volume driver.
>
> Critique and feedback welcome as well as testers and contributions!


This is very useful, but does it possible to specify multiple url for
the same object? For example i have two servers with identical content
and want to serve it via fs. If one server is down all works from
other.. Also suitable for load balancing...

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] ANN: A HTTP backed File System (FUSE)

2016-11-30 Thread prologic
Hey all, First time poster here so go easy on me :)

Just sharing httpfs: https://github.com/prologic/httpfs
(Naming is hard!)

This is basically a HTTP backed FileSystem using FUSE via the wonderful 
bazil.org/fuse library.

Why? Scratching my own itch to present remote storage on my home NAS as a 
regular folder for family.
Also pan on extending and working more on this to build this out into a 
docker volume driver.

Critique and feedback welcome as well as testers and contributions!

cheers
James

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.