Smart Weblications GmbH - Florian Wiessner
2009-Dec-09 22:26 UTC
[Gluster-users] glusterfs-volgen in 3.0 broken?
Hi List, somehow i fail to create volume files with glusterfs-volgen from the 3.0 release: glusterfs-volgen --help usage: glusterfs-volgen: -n <VOLUMENAME> -t <TRANSPORT> -p <NUMBER> -a <AUTH> -r <TYPE> so i tried: glusterfs-volgen -n test -t tcp -p 7777 -r 1 node01 node02 but only get Error: no servers provided, please provide atleast one server Does someone know why? Also in the glusterfs-volgen from 2.0.8 there was a feature raid10 - this seems missing - can i still use my old volume files from 2.0.8? Somehow glusterfs-volgen from 3.0 does not work as expected - a manpage or more verbosive usage-output would be nice! -- Mit freundlichen Gr??en, Florian Wiessner Smart Weblications GmbH Martinsberger Str. 1 D-95119 Naila fon.: +49 9282 9638 200 fax.: +49 9282 9638 205 24/7: +49 900 144 000 00 - 0,99 EUR/Min* http://www.smart-weblications.de -- Sitz der Gesellschaft: Naila Gesch?ftsf?hrer: Florian Wiessner HRB-Nr.: HRB 3840 Amtsgericht Hof *aus dem dt. Festnetz, ggf. abweichende Preise aus dem Mobilfunknetz
Hi Wiessner,> so i tried: > > glusterfs-volgen -n test -t tcp -p 7777 -r 1 node01 node02 > >You have to provide <server>:<exportpoint> with glusterfs-volgen as of now. So your command should look like: glusterfs-volgen -n test -t tcp -p 7777 -r 1 node01:/export/mirror node02:/export/mirror Regards, Amar
Smart Weblications GmbH - Florian Wiessner
2009-Dec-10 03:18 UTC
[Gluster-users] glusterfs-volgen in 3.0 broken?
Am 10.12.2009 02:06, schrieb Jeremy Enos:> Glad you clarified that, as I was going to ask. I guess since stripe + > afr was my previous 2.7 configuration, then I'll have to leave supported > land for a period if I want to maintain that w/ 3.0. Would much rather > have volgen create it for me, but I'll wait for the next version for > that I guess. stripe + afr is coming in the next minor version then? > thx- > > Jeremy > > Amar Tumballi wrote: >>> Thank you. And what about raid 10 (stripe + afr?) >>> >>> >> >> Currently only Raid 1 and Raid 0 are supported. Technically, stripe + replicate should work fine, but it will be added in glusterfs-volgen only after the team tests and certifies the configuration. Currently, only the configs which are tested will be generated from glusterfs-volgen. >> >> Any configurations which are not generated from volgen are not guaranteed to work right now. (Well, most of the common settings with earlier versions (raid1/raid0/distribute only) should work fine anyways.Confirmed - i tried replicate + stripe, stripe + replicate and replicate + distribute and all works fine, though i found out that with 4 nodes the setup like this performs best, giving me about 80mb/sek write, 100mb/sek read with gbit connection: volume mirror-0 type cluster/replicate subvolumes node01 node02 end-volume volume mirror-1 type cluster/replicate subvolumes node03 node04 end-volume volume stripe-0 type cluster/stripe subvolumes mirror-0 mirror-1 end-volume -- Mit freundlichen Gr??en, Florian Wiessner Smart Weblications GmbH Martinsberger Str. 1 D-95119 Naila fon.: +49 9282 9638 200 fax.: +49 9282 9638 205 24/7: +49 900 144 000 00 - 0,99 EUR/Min* http://www.smart-weblications.de -- Sitz der Gesellschaft: Naila Gesch?ftsf?hrer: Florian Wiessner HRB-Nr.: HRB 3840 Amtsgericht Hof *aus dem dt. Festnetz, ggf. abweichende Preise aus dem Mobilfunknetz