Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-14 Thread Ryan Sommers
Sean Kelly wrote:
Hope this helps. I'd like to see FreeBSD get much better AFS and general
clustering/internetworking support. For example, easier to configure LDAP
and Kerberos. Must.. compete.. with.. Active.. Directory...
This is something else I've been wanting to look at as well. In general 
I'd like to see many more file-systems supported in FreeBSD. Not as root 
devices, necessarily, but general kernel module support for them. I know 
someone was working on Reiser support, and I think that's great.

--
Ryan Sommers
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-13 Thread Sean Kelly
On Fri, Mar 11, 2005 at 10:27:36AM -0500, Jim Rees wrote:
> There are OpenAFS and NFSv4 clients for FreeBSD, but unfortunately neither
> is really production quality.  It wouldn't take much to make at least the
> OpenAFS client usable but no one seems to be working on it now.

I may be looking into AFS more for my workplace. If this comes to pass, I
may end up making an effort to get it working on FreeBSD as a hobby during
my spare time.

Some things to look at that I've also been poking at:
 * Apparently the newest development (1.3.x) OpenAFS servers will work on
   FreeBSD, but the client is not production quality.
 * /usr/ports/net/arla implements a client that supposedly works on
   FreeBSD, though I have yet to test it.
 * OpenAFS is looking for people interested in making their client work on
   FreeBSD.

Hope this helps. I'd like to see FreeBSD get much better AFS and general
clustering/internetworking support. For example, easier to configure LDAP
and Kerberos. Must.. compete.. with.. Active.. Directory...

-- 
Sean Kelly  | PGP KeyID: D2E5E296
[EMAIL PROTECTED] | http://www.sean-kelly.org/


pgpIOekCP4iVL.pgp
Description: PGP signature


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-12 Thread Robert Atkinson
I'm still lurking and hoping the new GEOM will be used for such a system.





On Fri, 11 Mar 2005 16:23:01 +0100, Florent Thoumie <[EMAIL PROTECTED]> wrote:
> Adam Maloney wrote:
> > On Fri, 11 Mar 2005, Eric Anderson wrote:
> >
> >> Speaking of filesytems :),  I have a real need for a global filesystem
> >> (or
> >
> >
> > "me too"
> >
> > I played with CODA a few months ago but it didn't seem to be solid, and
> > didn't fit my needs.  Everything else I've looked at is Linux-only.
> > Please follow-up to the list, I'd be very interested in seeing what
> > other projects are available.
> > ___
> > freebsd-hackers@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> I don't know if DRBD [1] is a good implementation (Linux only), but it
> works flawlessly, replication is fast (i got ~35MB/s) and it's quite
> simple to get it working.
> 
> ENBD [2] isn't based on the same concept, it "exports" block devices
> through network via userland application, though it needs a kernel
> module for client side.
> 
> I'd like something like DRBD exists for FreeBSD but I'm not aware of
> such an implementation.
> 
> [1] http://www.drbd.org/
> [2] http://www.it.uc3m.es/~ptb/nbd/
> 
>-- flz
> 
> 
>
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-12 Thread Jim Rees
There are OpenAFS and NFSv4 clients for FreeBSD, but unfortunately neither
is really production quality.  It wouldn't take much to make at least the
OpenAFS client usable but no one seems to be working on it now.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Aaron Glenn
On Fri, 11 Mar 2005 08:56:29 -0600, Eric Anderson <[EMAIL PROTECTED]> wrote:
> Is anyone working on this, or would someone like to work on it?  I am not 
> much of a code guru, but I have the resources to test this technology under 
> all types of loads, and we are currently using a commercial software to 
> handle my needs (polyserve - which they have flat out told me 'no' for 
> FreeBSD support), but I would much prefer to be on FreeBSD.

This has been a persistant itch for as long as I can remember (4.3)
but no one with the required skills has attempted to scratch ityet

aaron.glenn
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Florent Thoumie
Eric Anderson wrote:
Florent Thoumie wrote:
I don't know if DRBD [1] is a good implementation (Linux only),
but it
works flawlessly, replication is fast (i got ~35MB/s) and it's quite
simple to get it working.
ENBD [2] isn't based on the same concept, it "exports" block devices
throughnetwork via userland application, though it needs a kernel
module for client side.
I'd like something like DRBD exists for FreeBSD but I'm not aware of
such an implementation.
[1] http://www.drbd.org/
[2] http://www.it.uc3m.es/~ptb/nbd/

GEOM Gate does a part of this.  I thing using vinum+geom gate you could
get a similar setup.
However, this isn't exactly what I want - I don't need a 'mirror', I
need a cluster of active machines serving the same disk data.
Ok, good to know, thanks for pointing this.
For what it's worth, there is an nbd port:
net/nbd-server
I think that's not really the good thing to do, and FreeBSD doesn't
have support for nbd-client, so I may just forget it :)
  -- flz


signature.asc
Description: OpenPGP digital signature


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Eric Anderson
Florent Thoumie wrote:
Adam Maloney wrote:
On Fri, 11 Mar 2005, Eric Anderson wrote:
Speaking of filesytems :),  I have a real need for a global filesystem
(or

"me too"
I played with CODA a few months ago but it didn't seem to be solid, and
didn't fit my needs.  Everything else I've looked at is Linux-only.
Please follow-up to the list, I'd be very interested in seeing what
other projects are available.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

I don't know if DRBD [1] is a good implementation (Linux only), but it
works flawlessly, replication is fast (i got ~35MB/s) and it's quite
simple to get it working.
ENBD [2] isn't based on the same concept, it "exports" block devices
throughnetwork via userland application, though it needs a kernel
module for client side.
I'd like something like DRBD exists for FreeBSD but I'm not aware of
such an implementation.
[1] http://www.drbd.org/
[2] http://www.it.uc3m.es/~ptb/nbd/
GEOM Gate does a part of this.  I thing using vinum+geom gate you could get a similar setup.  

However, this isn't exactly what I want - I don't need a 'mirror', I need a 
cluster of active machines serving the same disk data.
For what it's worth, there is an nbd port:
net/nbd-server
Eric

--

Eric AndersonSr. Systems AdministratorCentaur Technology
I have seen the future and it is just like the present, only longer.

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Dan Nelson
In the last episode (Mar 11), Florent Thoumie said:
> Adam Maloney wrote:
> >On Fri, 11 Mar 2005, Eric Anderson wrote:
> >>Speaking of filesytems :),  I have a real need for a global filesystem
> >>(or
> >
> >"me too"
> 
>   I don't know if DRBD [1] is a good implementation (Linux only),
>   but it works flawlessly, replication is fast (i got ~35MB/s)
>   and it's quite simple to get it working.
> 
>   ENBD [2] isn't based on the same concept, it "exports" block
>   devices through network via userland application, though it
>   needs a kernel module for client side.
> 
>   I'd like something like DRBD exists for FreeBSD but I'm not aware of
>   such an implementation.

You want geom_gate.  See the ggatec, ggated, and ggatel manpages.  Note
that none of the packages mentioned so far will give you a cluster
filesystem; they are just a cheaper way of sharing block devices than a
Fibre Channel SAN.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Florent Thoumie
Adam Maloney wrote:
On Fri, 11 Mar 2005, Eric Anderson wrote:
Speaking of filesytems :),  I have a real need for a global filesystem
(or

"me too"
I played with CODA a few months ago but it didn't seem to be solid, and
didn't fit my needs.  Everything else I've looked at is Linux-only.
Please follow-up to the list, I'd be very interested in seeing what
other projects are available.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I don't know if DRBD [1] is a good implementation (Linux only), but it
works flawlessly, replication is fast (i got ~35MB/s) and it's quite
simple to get it working.
ENBD [2] isn't based on the same concept, it "exports" block devices
through network via userland application, though it needs a kernel
module for client side.
I'd like something like DRBD exists for FreeBSD but I'm not aware of
such an implementation.
[1] http://www.drbd.org/
[2] http://www.it.uc3m.es/~ptb/nbd/
  -- flz


signature.asc
Description: OpenPGP digital signature


Re: Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Adam Maloney
On Fri, 11 Mar 2005, Eric Anderson wrote:
Speaking of filesytems :),  I have a real need for a global filesystem (or
"me too"
I played with CODA a few months ago but it didn't seem to be solid, and 
didn't fit my needs.  Everything else I've looked at is Linux-only. 
Please follow-up to the list, I'd be very interested in seeing what other 
projects are available.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Global / Cluster / Shared filesystem for FreeBSD?

2005-03-11 Thread Eric Anderson
Speaking of filesytems :),  I have a real need for a global filesystem (or shared fs, or clustered fs, or whatever), and my favorite OS doesn't have one (that I know of!).  I saw that a few years back a few people were working on getting GFS working on FreeBSD, but there's no recent mention of that.  

Is anyone working on this, or would someone like to work on it?  I am not much 
of a code guru, but I have the resources to test this technology under all 
types of loads, and we are currently using a commercial software to handle my 
needs (polyserve - which they have flat out told me 'no' for FreeBSD support), 
but I would much prefer to be on FreeBSD.
Eric

--

Eric AndersonSr. Systems AdministratorCentaur Technology
I have seen the future and it is just like the present, only longer.

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"