<HTML><HEAD>
<STYLE id=eMClientCss>blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
.plain pre, .plain tt { font-family: monospace; font-size: 100%; font-weight: normal; font-style: normal; white-space: pre-wrap; }
a img { border: 0px; }body {font-family: Times New Roman;font-size: 12pt;}
.plain pre, .plain tt {font-family: Times New Roman;font-size: 12pt;}
</STYLE>

<STYLE></STYLE>
</HEAD>
<BODY scroll=auto class>
<DIV>Thanks for the update Michael.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV id=x184e3b0d789d4c60b229d90b621b08ba>
<BLOCKQUOTE class=cite2 cite=CA+czFiDwVA84ShXhW6FDPiDCZbJVXvxCHYftj-6eSJjcVAwQBg@mail.gmail.com type="cite">
<DIV dir=ltr>That's more a limitation in the gluster protocol as it currently sits, not so much with whether you're using FUSE or libgfapi. There are probably other things you can do, though. </DIV></BLOCKQUOTE>
<DIV>I thought that less "trips" were required when using libgfapi, and hence the likely better performance.&nbsp; </DIV>
<DIV><BR>&nbsp;</DIV>
<BLOCKQUOTE class=cite2 cite=CA+czFiDwVA84ShXhW6FDPiDCZbJVXvxCHYftj-6eSJjcVAwQBg@mail.gmail.com type="cite">
<DIV dir=ltr>
<DIV>One might be to use dispersion instead of replication. Another might be to disable atime on the server. Per this thread ( <A href="http://lists.gnu.org/archive/html/gluster-devel/2008-03/msg00149.html">http://lists.gnu.org/archive/html/gluster-devel/2008-03/msg00149.html</A> ), if the server fs does not have atime enabled, gluster won't update it. That may well save you a few network round trips.</DIV></DIV></BLOCKQUOTE>
<DIV>Already do this.&nbsp; We use noatime on all of the brick mounts.</DIV>
<DIV>&nbsp;<BR></DIV>
<BLOCKQUOTE class=cite2 cite=CA+czFiDwVA84ShXhW6FDPiDCZbJVXvxCHYftj-6eSJjcVAwQBg@mail.gmail.com type="cite">
<DIV dir=ltr>
<DIV>Another thing you might try is taking steps to ensure your ARP caches on your clients and bricks remain hot. (Random guess, here).</DIV></DIV></BLOCKQUOTE>
<DIV>No idea how to&nbsp;do this... </DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE class=cite2 cite=CA+czFiDwVA84ShXhW6FDPiDCZbJVXvxCHYftj-6eSJjcVAwQBg@mail.gmail.com type="cite">
<DIV dir=ltr>
<DIV></DIV>
<DIV><BR></DIV>
<DIV>I've seen feature request tickets about bundling IOPs on the wire to opportunistically eliminate round trips, but I don't know what the status is of those.</DIV></DIV></BLOCKQUOTE>
<DIV>&nbsp;</DIV>
<DIV>Copy that... Thanks again... David</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE class=cite2 cite=CA+czFiDwVA84ShXhW6FDPiDCZbJVXvxCHYftj-6eSJjcVAwQBg@mail.gmail.com type="cite">
<DIV dir=ltr>
<DIV><BR>
<DIV><BR>
<DIV class=gmail_quote>
<DIV dir=ltr>On Thu, Jul 30, 2015 at 12:07 PM David Robinson &lt;<A href="mailto:david.robinson@corvidtec.com">david.robinson@corvidtec.com</A>&gt; wrote:<BR></DIV>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Copy that.&nbsp; I am very aware of the small file performance issues and I<BR>have been tracking 3.7.&nbsp; I am waiting for 3.7 to stabilize before I roll<BR>it out to my production system.<BR><BR>My thought was that it looks like Bareos now has built in use of<BR>libgfapi, which from my understanding should improve performance for<BR>gluster.&nbsp; My issues with rsync aren't with the actual transfer speed of<BR>the files.&nbsp; My issue is with the time it takes to search through the<BR>filesystem to figure out which files to transfer.&nbsp; This takes an<BR>extremely long time on 400TB of data, especially when it is going<BR>through the directories with large numbers of small files.<BR><BR>I was curious if Bareos with built-in support for libgfapi would be<BR>faster than rsync backups between gluster machines.<BR>Anyone on the email list care to comment?&nbsp; Thanks in advance for any<BR>info that can be provided.<BR><BR>David<BR><BR><BR>------ Original Message ------<BR>From: "André Bauer" &lt;<A href="mailto:abauer@magix.net">abauer@magix.net</A>&gt;<BR>To: "David F. Robinson" &lt;<A href="mailto:david.robinson@corvidtec.com">david.robinson@corvidtec.com</A>&gt;<BR>Sent: 7/30/2015 11:35:21 AM<BR>Subject: Re: [Gluster-users] Bareos backup from Gluster mount<BR><BR>&gt;Hi David,<BR>&gt;<BR>&gt;i never used Bareos until now. We like to switch from Bacula in the<BR>&gt;future but i think this will not happen before next Ubuntu LTS release<BR>&gt;(16.04).<BR>&gt;<BR>&gt;I also never directly compared with rsync but i think rsync is faster<BR>&gt;in<BR>&gt;transfering because it does not have to do any compression and so on...<BR>&gt;<BR>&gt;What i can say about Bacula on Glusterfs volumes is, that copying big<BR>&gt;files works at reasonable speed while small files (especialy if there<BR>&gt;are a lot) are a bit slow, whats in Glusterfs nature until versions<BR>&gt;prior 3.6(?).<BR>&gt;<BR>&gt;With Glusterfs 3.6 / 3.7 this should be a bit faster in the meantime<BR>&gt;but<BR>&gt;i have no experience with the performance gains because i'm still on<BR>&gt;Glusterfs 3.5.5.<BR>&gt;<BR>&gt;In conclusion i still prefer Bacula over Rsync even if its slower.<BR>&gt;<BR>&gt;Some more info about Glusterfs small file performance can be found<BR>&gt;here:<BR>&gt;<BR>&gt;<A href="https://gluster.readthedocs.org/en/latest/Feature%20Planning/GlusterFS%203.7/Small%20File%20Performance/" rel=noreferrer>https://gluster.readthedocs.org/en/latest/Feature%20Planning/GlusterFS%203.7/Small%20File%20Performance/</A><BR>&gt;<BR>&gt;Regards<BR>&gt;André<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;Am 30.07.2015 um 15:23 schrieb David F. Robinson:<BR>&gt;&gt;&nbsp; Andre,<BR>&gt;&gt;<BR>&gt;&gt;&nbsp; I am looking at a backup alternative to rsnc for gluster. My storage<BR>&gt;&gt;system is growing and rsync takes too long on my system (300TB). Do<BR>&gt;&gt;you have any idea of the relative performance of bareos as compared to<BR>&gt;&gt;that of rsync? Can it be run in a multi-threaded mode? Rsync takes an<BR>&gt;&gt;extremely long time just searching the directory tree to figure out<BR>&gt;&gt;what to copy. Before digging into bareos, I was wondering if you had<BR>&gt;&gt;any thoughts on performance for gluster.<BR>&gt;&gt;<BR>&gt;&gt;&nbsp; David&nbsp; (Sent from mobile)<BR>&gt;&gt;<BR>&gt;&gt;&nbsp; ===============================<BR>&gt;&gt;&nbsp; David F. Robinson, Ph.D.<BR>&gt;&gt;&nbsp; President - Corvid Technologies<BR>&gt;&gt;&nbsp; 704.799.6944 x101 [office]<BR>&gt;&gt;&nbsp; 704.252.1310&nbsp; &nbsp; &nbsp; [cell]<BR>&gt;&gt;&nbsp; 704.799.7974&nbsp; &nbsp; &nbsp; [fax]<BR>&gt;&gt;&nbsp; <A href="mailto:David.Robinson@corvidtec.com">David.Robinson@corvidtec.com</A><BR>&gt;&gt;&nbsp; <A href="http://www.corvidtechnologies.com/" rel=noreferrer>http://www.corvidtechnologies.com</A><BR>&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; On Jul 29, 2015, at 1:36 PM, André Bauer &lt;<A href="mailto:abauer@magix.net">abauer@magix.net</A>&gt; wrote:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; We're using Bacula (Bareos is a fork of it) for backups.<BR>&gt;&gt;&gt;&nbsp; Never had any problems doing backups of Gluster volumes.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Am 27.07.2015 um 23:02 schrieb Ryan Clough:<BR>&gt;&gt;&gt;&gt;&nbsp; Hello,<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; I have cross-posted this question in the bareos-users mailing list.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Wondering if anyone has tried this because I am unable to backup<BR>&gt;&gt;&gt;&gt;data<BR>&gt;&gt;&gt;&gt;&nbsp; that is mounted via Gluster Fuse or Gluster NFS. Basically, I have<BR>&gt;&gt;&gt;&gt;the<BR>&gt;&gt;&gt;&gt;&nbsp; Gluster volume mounted on the Bareos Director which also has the<BR>&gt;&gt;&gt;&gt;tape<BR>&gt;&gt;&gt;&gt;&nbsp; changer attached.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Here is some information about versions:<BR>&gt;&gt;&gt;&gt;&nbsp; Bareos version 14.2.2<BR>&gt;&gt;&gt;&gt;&nbsp; Gluster version 3.7.2<BR>&gt;&gt;&gt;&gt;&nbsp; Scientific Linux version 6.6<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Our Gluster volume consists of two nodes in distribute only. Here<BR>&gt;&gt;&gt;&gt;is the<BR>&gt;&gt;&gt;&gt;&nbsp; configuration of our volume:<BR>&gt;&gt;&gt;&gt;&nbsp; [root@hgluster02 ~]# gluster volume info<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Volume Name: export_volume<BR>&gt;&gt;&gt;&gt;&nbsp; Type: Distribute<BR>&gt;&gt;&gt;&gt;&nbsp; Volume ID: c74cc970-31e2-4924-a244-4c70d958dadb<BR>&gt;&gt;&gt;&gt;&nbsp; Status: Started<BR>&gt;&gt;&gt;&gt;&nbsp; Number of Bricks: 2<BR>&gt;&gt;&gt;&gt;&nbsp; Transport-type: tcp<BR>&gt;&gt;&gt;&gt;&nbsp; Bricks:<BR>&gt;&gt;&gt;&gt;&nbsp; Brick1: hgluster01:/gluster_data<BR>&gt;&gt;&gt;&gt;&nbsp; Brick2: hgluster02:/gluster_data<BR>&gt;&gt;&gt;&gt;&nbsp; Options Reconfigured:<BR>&gt;&gt;&gt;&gt;&nbsp; performance.io-thread-count: 24<BR>&gt;&gt;&gt;&gt;&nbsp; server.event-threads: 20<BR>&gt;&gt;&gt;&gt;&nbsp; client.event-threads: 4<BR>&gt;&gt;&gt;&gt;&nbsp; performance.readdir-ahead: on<BR>&gt;&gt;&gt;&gt;&nbsp; features.inode-quota: on<BR>&gt;&gt;&gt;&gt;&nbsp; features.quota: on<BR>&gt;&gt;&gt;&gt;&nbsp; nfs.disable: off<BR>&gt;&gt;&gt;&gt;&nbsp; auth.allow: 192.168.10.*,10.0.10.*,10.8.0.*,10.2.0.*,10.0.60.*<BR>&gt;&gt;&gt;&gt;&nbsp; server.allow-insecure: on<BR>&gt;&gt;&gt;&gt;&nbsp; server.root-squash: on<BR>&gt;&gt;&gt;&gt;&nbsp; performance.read-ahead: on<BR>&gt;&gt;&gt;&gt;&nbsp; features.quota-deem-statfs: on<BR>&gt;&gt;&gt;&gt;&nbsp; diagnostics.brick-log-level: WARNING<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; When I try to backup a directory from Gluster Fuse or Gluster NFS<BR>&gt;&gt;&gt;&gt;mount<BR>&gt;&gt;&gt;&gt;&nbsp; and I monitor the network communication I only see data being<BR>&gt;&gt;&gt;&gt;pulled<BR>&gt;&gt;&gt;&gt;&nbsp; from the hgluster01 brick. When the job finishes Bareos thinks that<BR>&gt;&gt;&gt;&gt;it<BR>&gt;&gt;&gt;&gt;&nbsp; completed without error but included in the messages for the job<BR>&gt;&gt;&gt;&gt;are<BR>&gt;&gt;&gt;&gt;&nbsp; lots and lots of permission denied errors like this:<BR>&gt;&gt;&gt;&gt;&nbsp; 15-Jul 02:03 ripper.red.dsic.com-fd JobId 613:&nbsp; &nbsp; &nbsp; Cannot open<BR>&gt;&gt;&gt;&gt;&nbsp; "/export/rclough/psdv-2014-archives-2/scan_111.tar.bak":<BR>&gt;&gt;&gt;&gt;ERR=Permission<BR>&gt;&gt;&gt;&gt;&nbsp; denied.<BR>&gt;&gt;&gt;&gt;&nbsp; 15-Jul 02:03 ripper.red.dsic.com-fd JobId 613:&nbsp; &nbsp; &nbsp; Cannot open<BR>&gt;&gt;&gt;&gt;&nbsp; "/export/rclough/psdv-2014-archives-2/run_219.tar.bak":<BR>&gt;&gt;&gt;&gt;ERR=Permission<BR>&gt;&gt;&gt;&gt;&nbsp; denied.<BR>&gt;&gt;&gt;&gt;&nbsp; 15-Jul 02:03 ripper.red.dsic.com-fd JobId 613:&nbsp; &nbsp; &nbsp; Cannot open<BR>&gt;&gt;&gt;&gt;&nbsp; "/export/rclough/psdv-2014-archives-2/scan_112.tar.bak":<BR>&gt;&gt;&gt;&gt;ERR=Permission<BR>&gt;&gt;&gt;&gt;&nbsp; denied.<BR>&gt;&gt;&gt;&gt;&nbsp; 15-Jul 02:03 ripper.red.dsic.com-fd JobId 613:&nbsp; &nbsp; &nbsp; Cannot open<BR>&gt;&gt;&gt;&gt;&nbsp; "/export/rclough/psdv-2014-archives-2/run_220.tar.bak":<BR>&gt;&gt;&gt;&gt;ERR=Permission<BR>&gt;&gt;&gt;&gt;&nbsp; denied.<BR>&gt;&gt;&gt;&gt;&nbsp; 15-Jul 02:03 ripper.red.dsic.com-fd JobId 613:&nbsp; &nbsp; &nbsp; Cannot open<BR>&gt;&gt;&gt;&gt;&nbsp; "/export/rclough/psdv-2014-archives-2/scan_114.tar.bak":<BR>&gt;&gt;&gt;&gt;ERR=Permission<BR>&gt;&gt;&gt;&gt;&nbsp; denied.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; At first I thought this might be a root-squash problem but, if I<BR>&gt;&gt;&gt;&gt;try to<BR>&gt;&gt;&gt;&gt;&nbsp; read/copy a file using the root user from the Bareos server that is<BR>&gt;&gt;&gt;&gt;&nbsp; trying to do the backup, I can read files just fine.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; When the job finishes is reports that it finished "OK -- with<BR>&gt;&gt;&gt;&gt;warnings"<BR>&gt;&gt;&gt;&gt;&nbsp; but, again the log for the job is filled with "ERR=Permission<BR>&gt;&gt;&gt;&gt;denied"<BR>&gt;&gt;&gt;&gt;&nbsp; messages. In my opinion, this job did not finish OK and should be<BR>&gt;&gt;&gt;&gt;&nbsp; Failed. Some of the files from the HGluster02 brick are backed up<BR>&gt;&gt;&gt;&gt;but<BR>&gt;&gt;&gt;&gt;&nbsp; all of the ones with permission errors do not. When I restore the<BR>&gt;&gt;&gt;&gt;job,<BR>&gt;&gt;&gt;&gt;&nbsp; all of the files with permission errors are empty.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Has anyone successfully used Bareos to backup data from Gluster<BR>&gt;&gt;&gt;&gt;mounts?<BR>&gt;&gt;&gt;&gt;&nbsp; This is an important use case for us because this is the largest<BR>&gt;&gt;&gt;&gt;single<BR>&gt;&gt;&gt;&gt;&nbsp; volume that we have to prepare large amounts of data to be<BR>&gt;&gt;&gt;&gt;archived.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; Thank you for your time,<BR>&gt;&gt;&gt;&gt;&nbsp; ___________________________________________<BR>&gt;&gt;&gt;&gt;&nbsp; ¯\_(ツ)_/¯<BR>&gt;&gt;&gt;&gt;&nbsp; Ryan Clough<BR>&gt;&gt;&gt;&gt;&nbsp; Information Systems<BR>&gt;&gt;&gt;&gt;&nbsp; Decision Sciences International Corporation<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&lt;<A href="http://www.decisionsciencescorp.com/" rel=noreferrer>http://www.decisionsciencescorp.com/</A>&gt;&lt;<A href="http://www.decisionsciencescorp.com/" rel=noreferrer>http://www.decisionsciencescorp.com/</A>&gt;<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; This email and its contents are confidential. If you are not the<BR>&gt;&gt;&gt;&gt;&nbsp; intended recipient, please do not disclose or use the information<BR>&gt;&gt;&gt;&gt;within<BR>&gt;&gt;&gt;&gt;&nbsp; this email or its attachments. If you have received this email in<BR>&gt;&gt;&gt;&gt;error,<BR>&gt;&gt;&gt;&gt;&nbsp; please report the error to the sender by return email and delete<BR>&gt;&gt;&gt;&gt;this<BR>&gt;&gt;&gt;&gt;&nbsp; communication from your records.<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;&gt;&nbsp; _______________________________________________<BR>&gt;&gt;&gt;&gt;&nbsp; Gluster-users mailing list<BR>&gt;&gt;&gt;&gt;&nbsp; <A href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</A><BR>&gt;&gt;&gt;&gt;&nbsp; <A href="http://www.gluster.org/mailman/listinfo/gluster-users" rel=noreferrer>http://www.gluster.org/mailman/listinfo/gluster-users</A><BR>&gt;&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; --<BR>&gt;&gt;&gt;&nbsp; Mit freundlichen Grüßen<BR>&gt;&gt;&gt;&nbsp; André Bauer<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; MAGIX Software GmbH<BR>&gt;&gt;&gt;&nbsp; André Bauer<BR>&gt;&gt;&gt;&nbsp; Administrator<BR>&gt;&gt;&gt;&nbsp; August-Bebel-Straße 48<BR>&gt;&gt;&gt;&nbsp; 01219 Dresden<BR>&gt;&gt;&gt;&nbsp; GERMANY<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; tel.: 0351 41884875<BR>&gt;&gt;&gt;&nbsp; e-mail: <A href="mailto:abauer@magix.net">abauer@magix.net</A><BR>&gt;&gt;&gt;&nbsp; <A href="mailto:abauer@magix.net">abauer@magix.net</A> &lt;mailto:<A href="mailto:Email">Email</A>&gt;<BR>&gt;&gt;&gt;&nbsp; <A href="http://www.magix.com/" rel=noreferrer>www.magix.com</A> &lt;<A href="http://www.magix.com/" rel=noreferrer>http://www.magix.com/</A>&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; Geschäftsführer | Managing Directors: Dr. Arnd Schröder, Michael<BR>&gt;&gt;&gt;Keith<BR>&gt;&gt;&gt;&nbsp; Amtsgericht | Commercial Register: Berlin Charlottenburg, HRB 127205<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; Find us on:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;&nbsp; &lt;<A href="http://www.facebook.com/MAGIX" rel=noreferrer>http://www.facebook.com/MAGIX</A>&gt; &lt;<A href="http://www.twitter.com/magix_de" rel=noreferrer>http://www.twitter.com/magix_de</A>&gt;<BR>&gt;&gt;&gt;&nbsp; &lt;<A href="http://www.youtube.com/wwwmagixcom" rel=noreferrer>http://www.youtube.com/wwwmagixcom</A>&gt; &lt;<A href="http://www.magixmagazin.de/" rel=noreferrer>http://www.magixmagazin.de</A>&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;----------------------------------------------------------------------<BR>&gt;&gt;&gt;&nbsp; The information in this email is intended only for the addressee<BR>&gt;&gt;&gt;named<BR>&gt;&gt;&gt;&nbsp; above. Access to this email by anyone else is unauthorized. If you<BR>&gt;&gt;&gt;are<BR>&gt;&gt;&gt;&nbsp; not the intended recipient of this message any disclosure, copying,<BR>&gt;&gt;&gt;&nbsp; distribution or any action taken in reliance on it is prohibited and<BR>&gt;&gt;&gt;&nbsp; may be unlawful. MAGIX does not warrant that any attachments are<BR>&gt;&gt;&gt;free<BR>&gt;&gt;&gt;&nbsp; from viruses or other defects and accepts no liability for any<BR>&gt;&gt;&gt;losses<BR>&gt;&gt;&gt;&nbsp; resulting from infected email transmissions. Please note that any<BR>&gt;&gt;&gt;&nbsp; views expressed in this email may be those of the originator and do<BR>&gt;&gt;&gt;&nbsp; not necessarily represent the agenda of the company.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;----------------------------------------------------------------------<BR>&gt;&gt;&gt;&nbsp; _______________________________________________<BR>&gt;&gt;&gt;&nbsp; Gluster-users mailing list<BR>&gt;&gt;&gt;&nbsp; <A href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</A><BR>&gt;&gt;&gt;&nbsp; <A href="http://www.gluster.org/mailman/listinfo/gluster-users" rel=noreferrer>http://www.gluster.org/mailman/listinfo/gluster-users</A><BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;--<BR>&gt;Mit freundlichen Grüßen<BR>&gt;André Bauer<BR>&gt;<BR>&gt;MAGIX Software GmbH<BR>&gt;André Bauer<BR>&gt;Administrator<BR>&gt;August-Bebel-Straße 48<BR>&gt;01219 Dresden<BR>&gt;GERMANY<BR>&gt;<BR>&gt;tel.: 0351 41884875<BR>&gt;e-mail: <A href="mailto:abauer@magix.net">abauer@magix.net</A><BR>&gt;<A href="mailto:abauer@magix.net">abauer@magix.net</A> &lt;mailto:<A href="mailto:Email">Email</A>&gt;<BR>&gt;<A href="http://www.magix.com/" rel=noreferrer>www.magix.com</A> &lt;<A href="http://www.magix.com/" rel=noreferrer>http://www.magix.com/</A>&gt;<BR>&gt;<BR>&gt;<BR>&gt;Geschäftsführer | Managing Directors: Dr. Arnd Schröder, Michael Keith<BR>&gt;Amtsgericht | Commercial Register: Berlin Charlottenburg, HRB 127205<BR>&gt;<BR>&gt;Find us on:<BR>&gt;<BR>&gt;&lt;<A href="http://www.facebook.com/MAGIX" rel=noreferrer>http://www.facebook.com/MAGIX</A>&gt; &lt;<A href="http://www.twitter.com/magix_de" rel=noreferrer>http://www.twitter.com/magix_de</A>&gt;<BR>&gt;&lt;<A href="http://www.youtube.com/wwwmagixcom" rel=noreferrer>http://www.youtube.com/wwwmagixcom</A>&gt; &lt;<A href="http://www.magixmagazin.de/" rel=noreferrer>http://www.magixmagazin.de</A>&gt;<BR>&gt;----------------------------------------------------------------------<BR>&gt;The information in this email is intended only for the addressee named<BR>&gt;above. Access to this email by anyone else is unauthorized. If you are<BR>&gt;not the intended recipient of this message any disclosure, copying,<BR>&gt;distribution or any action taken in reliance on it is prohibited and<BR>&gt;may be unlawful. MAGIX does not warrant that any attachments are free<BR>&gt;from viruses or other defects and accepts no liability for any losses<BR>&gt;resulting from infected email transmissions. Please note that any<BR>&gt;views expressed in this email may be those of the originator and do<BR>&gt;not necessarily represent the agenda of the company.<BR>&gt;----------------------------------------------------------------------<BR><BR>_______________________________________________<BR>Gluster-users mailing list<BR><A href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</A><BR><A href="http://www.gluster.org/mailman/listinfo/gluster-users" rel=noreferrer>http://www.gluster.org/mailman/listinfo/gluster-users</A></BLOCKQUOTE></DIV></DIV></DIV></DIV></BLOCKQUOTE></DIV></BODY></HTML>