<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi BIll,
<div class="">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.</div>
<div class=""><br class="">
</div>
<div class="">mkdir -p /gluster/{data,engine,meta,xport}/brick ; mkdir /mnt/lock</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">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</div>
<div class=""><br class="">
</div>
<div class="">gluster volume status</div>
<div class=""><br class="">
</div>
<div class="">for i in data engine meta xport ; do gluster volume set ${i} group virt ; done</div>
<div class="">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</div>
<div class="">for i in data engine meta xport ; do gluster volume start ${i} ; done</div>
</div>
<div class=""><br class="">
</div>
<div class="">-Patrick</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Apr 8, 2015, at 8:32 PM, Bill Dossett &lt;<a href="mailto:bill.dossett@pb.com" class="">bill.dossett@pb.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">
<div class="">
<div class="">Hi,</div>
<div class=""><br class="">
</div>
<div class="">Kind of a stupid question, but I couldn’t figure it out today.</div>
<div class=""><br class="">
</div>
<div class="">I setup a gluster cluster with ovirt-engine. &nbsp;Created the volume with a couple of bricks in a replicating cluster.</div>
<div class=""><br class="">
</div>
<div class="">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… &nbsp;but I could find out what the export of the glusterfs &nbsp; server:/path &nbsp; was.
 &nbsp;Is this something I have to setup in addition to the gluster cluster. &nbsp;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. &nbsp;So hoping someone can point
 me in the right direction for this.</div>
<div class=""><br class="">
</div>
<div class="">Thank you.</div>
<div class=""><br class="">
</div>
<div class="">Bill</div>
<div class="">
<div id="MAC_OUTLOOK_SIGNATURE" class=""></div>
</div>
</div>
</div>
<br class="">
<hr class="">
<font face="Arial" size="2" class=""><br class="">
</font></div>
_______________________________________________<br class="">
Users mailing list<br class="">
<a href="mailto:Users@ovirt.org" class="">Users@ovirt.org</a><br class="">
http://lists.ovirt.org/mailman/listinfo/users<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>