Gluster 3.1 FAQ: How do I use the Gluster-3.0.3.img file I downloaded with Redhat kvm?
From GlusterDocumentation
Right now it can be used with "virt-install" command
On Ubuntu or Fedora with virt-install package installed. $ virt-install -n gluster -r 1024 -v --import --disk path=Gluster-3.0.3.img --disk path=disk1.img $ virt-viewer gluster
Command line kvm based installation on Debian and Ubuntu $ kvm -hda Gluster-3.0.3.img -hdb disk1.img -m 1024
Command line qemu-kvm based installation on Fedora/Redhat $ qemu-kvm -hda Gluster-3.0.3.img -hdb disk1.img -m 1024


