<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 25 Oct 2014, at 10:27 , Harshavardhana &lt;<a href="mailto:harsha@harshavardhana.net" class="">harsha@harshavardhana.net</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">On Sat, Oct 25, 2014 at 1:16 AM, Dennis Schafroth &lt;<a href="mailto:dennis@schafroth.dk" class="">dennis@schafroth.dk</a>&gt; wrote:<br class=""><blockquote type="cite" class="">Trying to test OSX towards a Linux (debian 7.7) server, but seems to get the<br class="">same error on both OS X and Linux when attempting to mount:<br class=""><br class="">Running beta3 on both.<br class=""><br class="">sudo mount -t glusterfs -o<br class="">'log-file=/usr/local/var/log/glusterfs/dist-rep.log' bd:dist3 ~/dist-rep<br class=""><br class="">[2014-10-25 08:00:22.267617] I [MSGID: 100030] [glusterfsd.c:2018:main]<br class="">0-/usr/local/sbin/glusterfs: Started running /usr/local/sbin/glusterfs<br class="">version 3.6.0beta3 (args: /usr/local/sbin/glusterfs<br class="">--log-file=/usr/local/var/log/glusterfs/dist-rep.log --volfile-server=bd<br class="">--volfile-id=dist3 /Users/dennis/dist-rep)<br class="">[2014-10-25 08:00:22.268115] I [options.c:1163:xlator_option_init_double]<br class="">0-fuse: option attribute-timeout convertion failed value 1.0<br class="">[2014-10-25 08:00:22.268132] E [xlator.c:425:xlator_init] 0-fuse:<br class="">Initialization of volume 'fuse' failed, review your volfile again<br class=""><br class=""></blockquote><br class="">Seen it on few customer environments, but never been able to reproduce<br class="">it internally, &nbsp;Cloned an internal bugzilla to upstream -<br class=""><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1157107" class="">https://bugzilla.redhat.com/show_bug.cgi?id=1157107</a><br class=""><br class="">The work around is to use 'entry-timeout=1,attribute-timeout=1' - as<br class="">additional mount options, it is something related to floating point<br class="">conversion.<br class=""></div></blockquote><div><br class=""></div>Works on linux, but on mac I am hit by the second issue not being able to have multiple options. Something must go wrong in the /sbin/mount_glusterfs script.&nbsp;</div><div><br class=""></div><div>Work-Around for that is calling glusterfs directly:&nbsp;</div><div><br class=""></div><div><div style="margin: 0px; font-size: 14px; font-family: Menlo;" class="">/usr/local/sbin/glusterfs --attribute-timeout=1 --entry-timeout=1 --volfile-server=bd --volfile-id=dist-rep /mnt/glusterfs/</div></div><div><br class=""></div><div>And I have a fuse mount on mac.&nbsp;</div><div><br class=""><blockquote type="cite" class=""><div class=""><br class="">-- <br class="">Religious confuse piety with mere ritual, the virtuous confuse<br class="">regulation with outcomes<br class=""></div></blockquote></div><br class=""></body></html>