<div dir="ltr">I would rather stay with DD and create an image for backup.<div><br></div><div>The snapshot is already active, but can not be mounted:</div><div><br></div><div><div>$ sudo gluster snapshot info snap1</div><div>Snapshot                  : snap1</div><div>Snap UUID                 : 2788e974-514b-4337-b41a-54b9cb5b0699</div><div>Created                   : 2015-09-02 14:03:59</div><div>Snap Volumes:</div><div><br></div><div>Snap Volume Name          : 2d828e6282964e0e89616b297130aa1b</div><div>Origin Volume name        : vol1</div><div>Snaps taken for vol1      : 2</div><div>Snaps available for vol1  : 254</div><div>Status                    : Started</div></div><div><br></div><div>







<p>$ sudo mount gs1:/snaps/snap1/vol1 /mnt/external/</p><p>mount.nfs: mounting gs1:/snaps/snap1/vol1 failed, reason given by server: No such file or directory</p><p>$ sudo mount gs1:/snaps/2d828e6282964e0e89616b297130aa1b/vol1 /mnt/external/<br></p><p>mount.nfs: mounting gs1:/snaps/2d828e6282964e0e89616b297130aa1b/vol1 failed, reason given by server: No such file or directory</p><p>Also when taking snapshots with DD I need to know the name of the mount source.</p><p>Gluster automounts the files with the following mount source:</p><p>







</p><p class="">







</p><p class=""><span class="">/dev/mapper/gluster-2d828e6282964e0e89616b297130aa1b_0</span></p><p class="">If I know that name, I could do the DD:</p><p class="">$ sudo dd if=/dev/mapper/gluster-d0c254908dca451d8f566be77437c538_0 | gzip &gt; snap1.gz</p><p class="">41738240+0 records in<br>41738240+0 records out<br>21369978880 bytes (21 GB) copied, 401.596 s, 53.2 MB/s</p><p class="">How would I know the name of the mount source to mount?</p><p class="">I want to run this by cron. E.g.</p><p class="">


















</p><p class="MsoNormal" style="margin-bottom:12pt;line-height:14.65pt;background:white"><span style="font-size:11pt;font-family:Menlo;color:black">gluster snapshot create snap1 vol1 no-timestamp <br></span><span style="line-height:normal">dd if=/dev/mapper/gluster-snap1 | gzip &gt; snap1.gz<br>ftp ...</span></p><p class="MsoNormal" style="margin-bottom:12pt;line-height:14.65pt;background:white"><span style="line-height:normal">Thank you in advance for sheding some light on doing backups from glusterfs.</span></p><p class="MsoNormal" style="margin-bottom:12pt;line-height:14.65pt;background:white"><span style="font-size:11pt;font-family:Menlo;color:black"><br></span></p><p class=""><span class=""><br></span></p><p><br></p></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-09-03 13:21 GMT+02:00 Rajesh Joseph <span dir="ltr">&lt;<a href="mailto:rjoseph@redhat.com" target="_blank">rjoseph@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Merlin Morgenstern&quot; &lt;<a href="mailto:merlin.morgenstern@gmail.com">merlin.morgenstern@gmail.com</a>&gt;<br>
&gt; To: &quot;Rajesh Joseph&quot; &lt;<a href="mailto:rjoseph@redhat.com">rjoseph@redhat.com</a>&gt;<br>
&gt; Cc: &quot;gluster-users&quot; &lt;<a href="mailto:gluster-users@gluster.org">gluster-users@gluster.org</a>&gt;<br>
</span><span class="">&gt; Sent: Wednesday, September 2, 2015 8:27:40 PM<br>
&gt; Subject: Re: [Gluster-users] gluster volume snap shot - basic questions<br>
&gt;<br>
</span><span class="">&gt; Just double checked for the location of the snapshot files.<br>
&gt;<br>
&gt; Documentations says they should be here:<br>
&gt;<br>
&gt; A directory named snap will be created under the vol directory<br>
&gt; (..../glusterd/vols/&lt;volname&gt;/snap). Under which each created snap<br>
&gt; will be a self contained directory with meta files, and snap volumes<br>
&gt;<br>
&gt; <a href="http://www.gluster.org/community/documentation/index.php/Features/snapshot" rel="noreferrer" target="_blank">http://www.gluster.org/community/documentation/index.php/Features/snapshot</a><br>
&gt;<br>
<br>
</span>The above link is little out-dated. Checkout the following links<br>
<a href="http://www.gluster.org/community/documentation/index.php/Features/Gluster_Volume_Snapshot" rel="noreferrer" target="_blank">http://www.gluster.org/community/documentation/index.php/Features/Gluster_Volume_Snapshot</a><br>
<a href="http://rajesh-joseph.blogspot.in/p/gluster-volume-snapshot-howto.html" rel="noreferrer" target="_blank">http://rajesh-joseph.blogspot.in/p/gluster-volume-snapshot-howto.html</a><br>
<span class=""><br>
&gt; Unfortunatelly they are not, they are in /var/lib/glusterd/snaps/<br>
&gt;<br>
&gt; Each snap has a directory with volumes inside.<br>
&gt;<br>
<br>
</span>Snapshot of a Gluster volume creates point-in-time copy of the entire volume. That&#39;s why<br>
the snapshot of a Gluster volume is kind of a Gluster volume. As any regular Gluster Volume<br>
snapshot also has data and volume config files associated with it.<br>
<br>
The config files for snapshot is stored at /var/lib/glusterd/snaps/&lt;snapname&gt; directory.<br>
The actual data (bricks) is stored in individual LVMs which are mounted at /var/run/gluster/snaps/&lt;snap-volname&gt;/brick&lt;no&gt;/<br>
<span class=""><br>
<br>
&gt; If I want to use the dd command, which volume should I backup?<br>
&gt;<br>
<br>
</span>I think this would be very primitive way of backup and might take lot of time doing actual backup.<br>
Consider using some open-source backup solutions, e.g. Bareos, etc.<br>
<br>
If you want to use dd then I suggest to mount the snapshot volume and then do dd on the mount point. Else<br>
you need to take backup all bricks separately and handle replicas as well.<br>
<span class=""><br>
&gt; ls:<br>
&gt;<br>
&gt; node1:/data/mysql/data$ ll<br>
&gt; /var/lib/glusterd/snaps/snap1/2d828e6282964e0e89616b297130aa1b/<br>
&gt;<br>
&gt; total 56<br>
&gt;<br>
</span>&gt; drwxr-xr-x 3 root root 4096 Sep  2 16:04 *.*/<br>
&gt;<br>
&gt; drwxr-xr-x 4 root root 4096 Sep  2 16:04 *..*/<br>
<span class="">&gt;<br>
&gt; -rw------- 1 root root 4559 Sep  2 16:03<br>
&gt; 2d828e6282964e0e89616b297130aa1b.gs1.run-gluster-snaps-2d828e6282964e0e89616b297130aa1b-brick1-brick1.vol<br>
&gt;<br>
&gt; -rw------- 1 root root 4559 Sep  2 16:03<br>
&gt; 2d828e6282964e0e89616b297130aa1b.gs2.run-gluster-snaps-2d828e6282964e0e89616b297130aa1b-brick2-brick1.vol<br>
&gt;<br>
&gt; -rw------- 1 root root 2250 Sep  2 16:03<br>
&gt; 2d828e6282964e0e89616b297130aa1b-rebalance.vol<br>
&gt;<br>
&gt; -rw------- 1 root root 2250 Sep  2 16:03<br>
&gt; 2d828e6282964e0e89616b297130aa1b.tcp-fuse.vol<br>
&gt;<br>
</span>&gt; drwxr-xr-x 2 root root 4096 Sep  2 16:04 *bricks*/<br>
<div><div class="h5">&gt;<br>
&gt; -rw------- 1 root root   16 Sep  2 16:04 cksum<br>
&gt;<br>
&gt; -rw------- 1 root root  587 Sep  2 16:04 info<br>
&gt;<br>
&gt; -rw------- 1 root root   93 Sep  2 16:04 <a href="http://node_state.info" rel="noreferrer" target="_blank">node_state.info</a><br>
&gt;<br>
&gt; -rw------- 1 root root    0 Sep  2 16:03 quota.conf<br>
&gt;<br>
&gt; -rw------- 1 root root   13 Sep  2 16:04 <a href="http://snapd.info" rel="noreferrer" target="_blank">snapd.info</a><br>
&gt;<br>
&gt; -rw------- 1 root root 2478 Sep  2 16:03<br>
&gt; trusted-2d828e6282964e0e89616b297130aa1b.tcp-fuse.vol<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2015-09-02 16:31 GMT+02:00 Merlin Morgenstern &lt;<a href="mailto:merlin.morgenstern@gmail.com">merlin.morgenstern@gmail.com</a>&gt;<br>
&gt; :<br>
&gt;<br>
&gt; &gt; So what would be the fastest possible way to make a backup to one single<br>
&gt; &gt; fileof the entire file system? Would this be probably dd?<br>
&gt; &gt;<br>
&gt; &gt; e.g.:<br>
&gt; &gt; sudo umount /run/gluster/snaps/7cb4b2c8f8a64ceaba62bc4ca6cd76b2/brick1<br>
&gt; &gt;<br>
&gt; &gt; sudo dd if=/dev/mapper/gluster-506cb09085b2428e9daca8ac0857c2c9_0 | gzip<br>
&gt; &gt; &gt; snap01.gz<br>
&gt; &gt;<br>
&gt; &gt; That seems to work, but how could I possibly know the snapshot name? I<br>
&gt; &gt; took this info here from df -h since the snapshot can not be found under<br>
&gt; &gt; /snaps/snapshot_name<br>
&gt; &gt;<br>
&gt; &gt; I also tried to run the command you mentioned:<br>
&gt; &gt;<br>
&gt; &gt; &gt; to mount snapshot volume:<br>
&gt; &gt; &gt; mount -t glusterfs &lt;hostname&gt;:/snaps/&lt;snap-name&gt;/&lt;origin-volname&gt;<br>
&gt; &gt; /&lt;mount_point&gt;<br>
&gt; &gt;<br>
&gt; &gt; This did not work. There seems not to be any folder called /snaps/ as when<br>
&gt; &gt; I press tab I get suggestion for vol1 but nothing else.<br>
&gt; &gt;<br>
&gt; &gt; Here is the mount log:<br>
&gt; &gt;<br>
&gt; &gt; E [MSGID: 114058] [client-handshake.c:1524:client_query_portmap_cbk]<br>
&gt; &gt; 0-vol1-client-0: failed to get the port number for remote subvolume. Please<br>
&gt; &gt; run &#39;gluster volume status&#39; on server to see if brick process is running.<br>
<br>
</div></div>By default snapshots are in deactivated state. You must activate them before mounting.<br>
Use the following command to do so.<br>
<br>
gluster snapshot activate &lt;snapname&gt;<br>
<br>
or use the following config command to activate the snapshot by default.<br>
gluster snapshot config activate-on-create enable<br>
<br>
After the above command all the newly created snapshot will be activated by default.<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; &gt;<br>
&gt; &gt; Thank you in advance for any help<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; 2015-09-02 14:11 GMT+02:00 Rajesh Joseph &lt;<a href="mailto:rjoseph@redhat.com">rjoseph@redhat.com</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ----- Original Message -----<br>
&gt; &gt;&gt; &gt; From: &quot;Merlin Morgenstern&quot; &lt;<a href="mailto:merlin.morgenstern@gmail.com">merlin.morgenstern@gmail.com</a>&gt;<br>
&gt; &gt;&gt; &gt; To: &quot;Rajesh Joseph&quot; &lt;<a href="mailto:rjoseph@redhat.com">rjoseph@redhat.com</a>&gt;<br>
&gt; &gt;&gt; &gt; Cc: &quot;gluster-users&quot; &lt;<a href="mailto:gluster-users@gluster.org">gluster-users@gluster.org</a>&gt;<br>
&gt; &gt;&gt; &gt; Sent: Wednesday, September 2, 2015 11:53:05 AM<br>
&gt; &gt;&gt; &gt; Subject: Re: [Gluster-users] gluster volume snap shot - basic questions<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Thank you Rjesh for your help. I have a thinly provisioned LVM now<br>
&gt; &gt;&gt; running<br>
&gt; &gt;&gt; &gt; and can create snapshots on a real device, surviving boot.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; There are 2 other questions rising up now.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; 1. I have a LV with 20G, data is 7G. How is it possible, that I could<br>
&gt; &gt;&gt; make<br>
&gt; &gt;&gt; &gt; 3 snapshots, each 7G?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; /dev/mapper/gluster-thinv1                               20G  7.0G   12G<br>
&gt; &gt;&gt; &gt; 38% /bricks/brick1<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; /dev/mapper/gluster-7cb4b2c8f8a64ceaba62bc4ca6cd76b2_0   20G  7.0G   12G<br>
&gt; &gt;&gt; &gt; 38% /run/gluster/snaps/7cb4b2c8f8a64ceaba62bc4ca6cd76b2/brick1<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; /dev/mapper/gluster-506cb09085b2428e9daca8ac0857c2c9_0   20G  7.0G   12G<br>
&gt; &gt;&gt; &gt; 38% /run/gluster/snaps/506cb09085b2428e9daca8ac0857c2c9/brick1<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; /dev/mapper/gluster-fbee900c1cc7407f9527f98206e6566d_0   20G  7.0G   12G<br>
&gt; &gt;&gt; &gt; 38% /run/gluster/snaps/fbee900c1cc7407f9527f98206e6566d/brick1<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; /dev/mapper/gluster-d0c254908dca451d8f566be77437c538_0   20G  7.0G   12G<br>
&gt; &gt;&gt; &gt; 38% /run/gluster/snaps/d0c254908dca451d8f566be77437c538/brick1<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; These snapshots are copy-on-write (COW) therefore they hardly consume any<br>
&gt; &gt;&gt; space.<br>
&gt; &gt;&gt; As your main volume change the space consumption of the snapshots also<br>
&gt; &gt;&gt; grow.<br>
&gt; &gt;&gt; Check the &quot;lvs&quot; command to see the actual snapshot space consumption.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; You can get more detailed information if you search for thinly<br>
&gt; &gt;&gt; provisioned LVM and snapshots.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt; 2. The name of the snapshot folder is the UUID, My plan is to do a &quot;tar<br>
&gt; &gt;&gt; cf&quot;<br>
&gt; &gt;&gt; &gt; on the snapshot and even incremental tars. Therefore I would need the<br>
&gt; &gt;&gt; name<br>
&gt; &gt;&gt; &gt; of the folder. How could I pass that name to my bash script in order to<br>
&gt; &gt;&gt; &gt; make a backup of the last snap?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Instead of taking per brick backup you can think of taking backup of the<br>
&gt; &gt;&gt; entire snapshot<br>
&gt; &gt;&gt; volume. You can mount the snapshot volume and perform the backup. Use the<br>
&gt; &gt;&gt; following command<br>
&gt; &gt;&gt; to mount snapshot volume:<br>
&gt; &gt;&gt; mount -t glusterfs &lt;hostname&gt;:/snaps/&lt;snap-name&gt;/&lt;origin-volname&gt;<br>
&gt; &gt;&gt; /&lt;mount_point&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; or else if you want to find the name of the snapshot volume (UUID) then<br>
&gt; &gt;&gt; run the<br>
&gt; &gt;&gt; following command<br>
&gt; &gt;&gt; gluster snapshot info<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; 3. A tar process will take hours on the million files I have. I<br>
&gt; &gt;&gt; understand<br>
&gt; &gt;&gt; &gt; this is a snapshot, is there a way to backup a &quot;single&quot; snapshot file<br>
&gt; &gt;&gt; &gt; instead?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Snapshot is maintained in the underlying file-system and I see no way of<br>
&gt; &gt;&gt; transferring<br>
&gt; &gt;&gt; it to another system.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Thank you in advance for sheding some light on this topic<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; 2015-09-02 7:59 GMT+02:00 Rajesh Joseph &lt;<a href="mailto:rjoseph@redhat.com">rjoseph@redhat.com</a>&gt;:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; ----- Original Message -----<br>
&gt; &gt;&gt; &gt; &gt; &gt; From: &quot;Merlin Morgenstern&quot; &lt;<a href="mailto:merlin.morgenstern@gmail.com">merlin.morgenstern@gmail.com</a>&gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; To: &quot;gluster-users&quot; &lt;<a href="mailto:gluster-users@gluster.org">gluster-users@gluster.org</a>&gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; Sent: Tuesday, September 1, 2015 3:15:43 PM<br>
&gt; &gt;&gt; &gt; &gt; &gt; Subject: [Gluster-users] gluster volume snap shot - basic questions<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; Hi everybody,<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; I am looking into the snap shot tool, following this tutorial:<br>
&gt; &gt;&gt; &gt; &gt; &gt; <a href="http://blog.gluster.org/2014/10/gluster-volume-snapshot-howto/" rel="noreferrer" target="_blank">http://blog.gluster.org/2014/10/gluster-volume-snapshot-howto/</a><br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; While having successfully created the LVM, gluster volume and one<br>
&gt; &gt;&gt; &gt; &gt; snapshot,<br>
&gt; &gt;&gt; &gt; &gt; &gt; there are some questions arrising where I was hoping to find some<br>
&gt; &gt;&gt; &gt; &gt; guidence<br>
&gt; &gt;&gt; &gt; &gt; &gt; here:<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; 1. From a working setup as in the example I rebooted and everything<br>
&gt; &gt;&gt; was<br>
&gt; &gt;&gt; &gt; &gt; gone.<br>
&gt; &gt;&gt; &gt; &gt; &gt; How can I make this setup persistent, so the gluster share is up and<br>
&gt; &gt;&gt; &gt; &gt; running<br>
&gt; &gt;&gt; &gt; &gt; &gt; after boot.<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; What do you mean by &quot;everything was gone&quot;? Are you using loop back<br>
&gt; &gt;&gt; device<br>
&gt; &gt;&gt; &gt; &gt; as disks?<br>
&gt; &gt;&gt; &gt; &gt; If yes then this is expected. Loop back device mapping is gone after<br>
&gt; &gt;&gt; &gt; &gt; machine restart.<br>
&gt; &gt;&gt; &gt; &gt; You should test with real disk or lvm partition.<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; 2. I understand that the snaps are under /var/run/gluster/snaps/<br>
&gt; &gt;&gt; and I<br>
&gt; &gt;&gt; &gt; &gt; found<br>
&gt; &gt;&gt; &gt; &gt; &gt; them there. Is it save to simply copy them to another server for<br>
&gt; &gt;&gt; backup?<br>
&gt; &gt;&gt; &gt; &gt; My<br>
&gt; &gt;&gt; &gt; &gt; &gt; goal is to create a backup each day and transfer the snaps to an<br>
&gt; &gt;&gt; &gt; &gt; FTP-Server<br>
&gt; &gt;&gt; &gt; &gt; &gt; in order to be able to recover from a broken machine.<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Yes, snap of individual bricks are mounted at<br>
&gt; &gt;&gt; /var/run/gluster/snaps/. I<br>
&gt; &gt;&gt; &gt; &gt; am assuming<br>
&gt; &gt;&gt; &gt; &gt; that you mean copy of data hosted on the snap brick when you say copy<br>
&gt; &gt;&gt; the<br>
&gt; &gt;&gt; &gt; &gt; snap.<br>
&gt; &gt;&gt; &gt; &gt; Are you planning to use some backup software or to run rsync on each<br>
&gt; &gt;&gt; brick?<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; 3. Do I really need LVM to use this feature? Currently my setup<br>
&gt; &gt;&gt; works on<br>
&gt; &gt;&gt; &gt; &gt; the<br>
&gt; &gt;&gt; &gt; &gt; &gt; native system. As I understand the tuturial I would need to move<br>
&gt; &gt;&gt; that to<br>
&gt; &gt;&gt; &gt; &gt; a<br>
&gt; &gt;&gt; &gt; &gt; &gt; LV, right?<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; Yes, you need LVM and to be precise thinly provisioned LVM for<br>
&gt; &gt;&gt; snapshot to<br>
&gt; &gt;&gt; &gt; &gt; work.<br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; Thank you in advance on any help!<br>
&gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt;&gt; &gt; &gt; &gt; Gluster-users mailing list<br>
&gt; &gt;&gt; &gt; &gt; &gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; &gt;&gt; &gt; &gt; &gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
&gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>