<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Actually SSHFS works very well in a single user situation. <br>
</p>
<p>We have seen similar performance to NFS with it and of course it
tunnels through firewalls a lot more easily, so its been our go to
when live migrating among clusters, especially as we have a mix of
shared storage and direct storage depending upon the need of the
devs who use the various systems.<br>
</p>
<p>That being said, if NFS is already there, then yes, a simple
mount is easier than yum install fuse-ssh and then:</p>
<p><br>
sshfs -o allow_other,compression=no
$user@$remote_host:$remote_folder $mnt_folder<br>
<br>
</p>
<p><Grin></p>
<p>I just checked and on our older Gluster boxes, still on 3.4. <br>
</p>
<p>NFS is turned off, perhaps deliberately by the tech who installed
it.<br>
</p>
<p>On the newer versions, I was under the impression that NFS was
deprecated in favor of Ganesha?</p>
<p>Is that turned on by default?</p>
<p>-wk<br>
</p>
<br>
<div class="moz-cite-prefix">On 1/19/2017 1:02 AM, Kevin Lemonnier
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20170119090210.GE24435@luwin.ulrar.net">
<blockquote type="cite">
<pre wrap="">In a pinch you can use SSHFS for temp shared storage for a storage
migration, and avoid the NFS setup.
</pre>
</blockquote>
<pre wrap="">
GlusterFS comes with an NFS export by default, so there really isn't any
setup to do that, jut a simple mount -t nfs. It's even simpler than sshfs,
and I'm pretty sure the VM will work a lot better during the live migration
using nfs than sshfs :)
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Gluster-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://lists.gluster.org/mailman/listinfo/gluster-users">http://lists.gluster.org/mailman/listinfo/gluster-users</a></pre>
</blockquote>
<br>
</body>
</html>