Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks guys for the tutorial, I really like all your writings.
Unfortunately I had an error following this one, so if you have the error :
E [mount.c:267:gf_fuse_mount] 0-glusterfs-fuse: cannot open /dev/fuse (No such file or directory) E [xlator.c:390:xlator_init] 0-fuse: Initialization of volume ‘fuse’ failed, review your volfile again
when trying to mount the volume on the client, type this command before mounting the volume:
mknod /dev/fuse c 10 229
Cheers.
I’d avoid using domain names that may already exist like “droplet.com” and instead use something like “example.com” or “example.org” which are both reserved for use in documentation.
If you want to use an internal name, I would choose a non-existent TLD to avoid conflicts which may eventually break functionality.
I’m running ubuntu 14.04 servers in VirtualBox for testing and found that the probing would never connect. I then tried again without using the ppa in this tutorial: sudo add-apt-repository ppa:semiosis/ubuntu-glusterfs-3.4
It now works and I am running version:
glusterfs 3.4.2 built on Jan 14 2014 18:05:35
Hello! Thanks for tut!
Any advices on how to configure iptables with this setup?
Really enjoy this tutorial, condense and to the point. Thank you.
One question: is it OK if the Gluster client is on the same machine as the Gluster server? Take the example from this tutorial, gluster0 and gluster1 are the server. I’m wondering whether it’s valid to setup client on gluster0 or gluster1? Will there be potential problems in this setup?
Hi!
Great instructions. I’m wondering if you have been able to succesfful created a Volume from a Brick(s) that are CIFS-mounted ZFS datasets? For instance, say you have ZFS-server:/dataset/subset mounted to /localhost/mnt, you then want to create a volume using “/localhost/mnt” as the Brick.
Have you been able to successfully create a volume over a mounted directory?
Thanks!
Is this a HA cluster? In your example, data is redundant. Client (gluster2) connects to the storage via gluster0. But what if gluster0 goes down?
What I’m looking for is to connect to a redundant gluster volume with High Availability.
how is this redundant if the first server goes down?. wouldnt it be better to monitor the network drive, and move files out to local disk?. And how would that be accomplished?
Has anyone used this and would report how they found it on Digital Ocean for performance. I read this week that DO are also trialing a block storage solution of their own.