<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/xlators/mount/fuse/utils, branch v2.0.9</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/'/>
<entry>
<title>Changed occurrences of Z Research to Gluster.</title>
<updated>2009-10-07T10:53:02+00:00</updated>
<author>
<name>Vijay Bellur</name>
<email>vijay@gluster.com</email>
</author>
<published>2009-10-05T13:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=e31b712714920c8133269b416a0c9efd5c6ec44e'/>
<id>e31b712714920c8133269b416a0c9efd5c6ec44e</id>
<content type='text'>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>adding an option to mount.glusterfs for server failover while fetching volume files.</title>
<updated>2009-08-04T23:47:55+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-08-04T17:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=a313fd6657cb4a5310399edebe1f0c666e6a8d00'/>
<id>a313fd6657cb4a5310399edebe1f0c666e6a8d00</id>
<content type='text'>
Thanks to Cory Meyer &lt;cory.meyer@gmail.com&gt;

With this option, 'single point of failure', in case of volfile server can be
avoided.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 185 (Request to support secondary volfile-server option in mount.glusterfs)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Cory Meyer &lt;cory.meyer@gmail.com&gt;

With this option, 'single point of failure', in case of volfile server can be
avoided.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 185 (Request to support secondary volfile-server option in mount.glusterfs)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=185
</pre>
</div>
</content>
</entry>
<entry>
<title>change mount.glusterfs.in to work with non-bash shells too.</title>
<updated>2009-07-17T21:05:28+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-07-17T14:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=031eb508731b1727ef0fcb5c2d525adadf5ef2b1'/>
<id>031eb508731b1727ef0fcb5c2d525adadf5ef2b1</id>
<content type='text'>
removed 'fuction ' prefix to function definitions which was very
much /bin/bash specific.

Thanks to Brent A. Nelson &lt;brent@phys.ufl.edu&gt; for the patch.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 139 (tiny glitch in mount.glusterfs in 2.0.4)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removed 'fuction ' prefix to function definitions which was very
much /bin/bash specific.

Thanks to Brent A. Nelson &lt;brent@phys.ufl.edu&gt; for the patch.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;

BUG: 139 (tiny glitch in mount.glusterfs in 2.0.4)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=139
</pre>
</div>
</content>
</entry>
<entry>
<title>mount script to take arguments like nfs</title>
<updated>2009-06-25T00:13:37+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-06-24T13:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=795f087e0c25a3bb4c661b7d37583a06da1737cc'/>
<id>795f087e0c25a3bb4c661b7d37583a06da1737cc</id>
<content type='text'>
Ref: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=37

earlier instead of path, it used to take port number, which is an
option (-o server-port=&lt;port&gt;), now.

new syntax is

 bash# mount -t glusterfs &lt;hostname&gt;:&lt;path/key&gt; [mountpoint]

[This patch is backward compatible with earlier syntax]

 bash# mount -t glusterfs &lt;hostname&gt;:&lt;port&gt; [mountpoint]

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=37

earlier instead of path, it used to take port number, which is an
option (-o server-port=&lt;port&gt;), now.

new syntax is

 bash# mount -t glusterfs &lt;hostname&gt;:&lt;path/key&gt; [mountpoint]

[This patch is backward compatible with earlier syntax]

 bash# mount -t glusterfs &lt;hostname&gt;:&lt;port&gt; [mountpoint]

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mount.glusterfs.in correctness in case of duplicate mount</title>
<updated>2009-06-23T19:33:47+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-06-22T19:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=791961668269516cd0b613ec2407c655d6f40779'/>
<id>791961668269516cd0b613ec2407c655d6f40779</id>
<content type='text'>
mount.&lt;fstype&gt; script/program should return success in case when it finds
duplicate mounts. It was returning failure earlier. Someversions of
automount programs had issues with this behavior.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mount.&lt;fstype&gt; script/program should return success in case when it finds
duplicate mounts. It was returning failure earlier. Someversions of
automount programs had issues with this behavior.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Print PID after daemonizing glusterfs.</title>
<updated>2009-06-09T16:13:23+00:00</updated>
<author>
<name>Vikas Gorur</name>
<email>vikas@gluster.com</email>
</author>
<published>2009-06-08T07:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=358c918c92d70d2eddae54447a7afe9907afbab5'/>
<id>358c918c92d70d2eddae54447a7afe9907afbab5</id>
<content type='text'>
PID used to be printed before glusterfs became a daemon,
which is incorrect since becoming a daemon involves
forking and thus the PID changes.

Fixes bug #8.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PID used to be printed before glusterfs became a daemon,
which is incorrect since becoming a daemon involves
forking and thus the PID changes.

Fixes bug #8.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid duplicate mounts while using mount.glusterfs</title>
<updated>2009-05-16T10:03:46+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@del.gluster.com</email>
</author>
<published>2009-05-13T19:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=43a568d732962c8e095d3072f672451bcbe95f47'/>
<id>43a568d732962c8e095d3072f672451bcbe95f47</id>
<content type='text'>
This change is needed as the format of how the /etc/mtab entry of glusterfs
mount looks is now changed.

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is needed as the format of how the /etc/mtab entry of glusterfs
mount looks is now changed.

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix in mount.glusterfs for proper direct io mode option.</title>
<updated>2009-05-07T07:22:33+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@gluster.com</email>
</author>
<published>2009-05-06T15:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=542d9ed6c1758df85fc0e252952cfb80669f4a70'/>
<id>542d9ed6c1758df85fc0e252952cfb80669f4a70</id>
<content type='text'>
fixes the bug which causes GlusterFS not to have valid 'direct-io'
option through mount command or /etc/fstab entries.

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes the bug which causes GlusterFS not to have valid 'direct-io'
option through mount command or /etc/fstab entries.

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for log-level NORMAL in fuse mount helper script.</title>
<updated>2009-03-31T18:09:45+00:00</updated>
<author>
<name>Raghavendra G</name>
<email>raghavendra@zresearch.com</email>
</author>
<published>2009-03-31T04:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=9922b37658d7d996321382c5157bf33bbbb1330d'/>
<id>9922b37658d7d996321382c5157bf33bbbb1330d</id>
<content type='text'>
- patch submitted by John Feuerstein &lt;john@feurix.com&gt;.
  - copying changes in the patch verbatim to
    xlators/mount/fuse/utils/mount.glusterfs.in and
    xlators/mount/fuse/utils/mount_glusterfs.in

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- patch submitted by John Feuerstein &lt;john@feurix.com&gt;.
  - copying changes in the patch verbatim to
    xlators/mount/fuse/utils/mount.glusterfs.in and
    xlators/mount/fuse/utils/mount_glusterfs.in

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make the location of the mount utility tunable at configure time</title>
<updated>2009-03-26T11:01:07+00:00</updated>
<author>
<name>Csaba Henk</name>
<email>csaba@zresearch.com</email>
</author>
<published>2009-03-25T01:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=a2d44f8cd32988ad52ad924b61a2ef5fc41e4b0e'/>
<id>a2d44f8cd32988ad52ad924b61a2ef5fc41e4b0e</id>
<content type='text'>
Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
