Hi BIll,
You do need to create the export. Here are the steps we noted from our build. 
I’ll try and find where we got some of the build ideas from.

mkdir -p /gluster/{data,engine,meta,xport}/brick ; mkdir /mnt/lock

for i in data engine meta xport ; do gluster volume create ${i} replica 3 
hostname:/gluster/${i}/brick hostname:/gluster/${i}/brick 
hostname:/gluster/${i}/brick ; done

gluster volume status

for i in data engine meta xport ; do gluster volume set ${i} group virt ; done
for i in data engine meta xport ; do gluster volume set ${i} storage.owner-uid 
36 ; gluster volume set ${i} storage.owner-gid 36 ; done
for i in data engine meta xport ; do gluster volume start ${i} ; done

-Patrick

On Apr 8, 2015, at 8:32 PM, Bill Dossett 
<[email protected]<mailto:[email protected]>> wrote:

Hi,

Kind of a stupid question, but I couldn’t figure it out today.

I setup a gluster cluster with ovirt-engine.  Created the volume with a couple 
of bricks in a replicating cluster.

I will eventually be using some of this anyway with ovirt Vms, but also 
interested in using the glusterfs and cifs and nfs and hopefull iSCSI block to 
other devices…  but I could find out what the export of the glusterfs   
server:/path   was.  Is this something I have to setup in addition to the 
gluster cluster.  I thought I had read something that you need to set it up, 
but then couldn’t find it with all the different documents and windows I had 
open and it was late.  So hoping someone can point me in the right direction 
for this.

Thank you.

Bill

________________________________

_______________________________________________
Users mailing list
[email protected]<mailto:[email protected]>
http://lists.ovirt.org/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to