<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs.git/glusterfsd/src/glusterfsd.c, branch v2.0.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/'/>
<entry>
<title>Print volume file after printing other details.</title>
<updated>2009-07-02T17:14:48+00:00</updated>
<author>
<name>Vikas Gorur</name>
<email>vikas@gluster.com</email>
</author>
<published>2009-07-02T07:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=13fd1ec05715b97f91b91f3954bd9f87e86ae33d'/>
<id>13fd1ec05715b97f91b91f3954bd9f87e86ae33d</id>
<content type='text'>
This makes the log format compatible with earlier
versions. Fixes bug #105.

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>
This makes the log format compatible with earlier
versions. Fixes bug #105.

Signed-off-by: Anand V. Avati &lt;avati@dev.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>glusterfsd - build proper mount/fuse structure.</title>
<updated>2009-06-22T19:29:14+00:00</updated>
<author>
<name>Basavanagowda Kanur</name>
<email>gowda@gluster.com</email>
</author>
<published>2009-06-22T07:53:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=c699050f7634e782c776242eb95e5754fce29e55'/>
<id>c699050f7634e782c776242eb95e5754fce29e55</id>
<content type='text'>
while appending mount/fuse to a translator tree, make sure
that &lt;xlator_t-of-fuse&gt;-&gt;next points to the first xlator in
the list of xlators and not the subvolume of mount/fuse.

NOTE: tree traversal should always happen through &lt;xlator_t&gt;-&gt;children

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>
while appending mount/fuse to a translator tree, make sure
that &lt;xlator_t-of-fuse&gt;-&gt;next points to the first xlator in
the list of xlators and not the subvolume of mount/fuse.

NOTE: tree traversal should always happen through &lt;xlator_t&gt;-&gt;children

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>Edited log message for --volfile-check</title>
<updated>2009-05-16T10:01:52+00:00</updated>
<author>
<name>Vikas Gorur</name>
<email>vikas@gluster.com</email>
</author>
<published>2009-05-14T09:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=11cae446e0c115bbfa5ee3e6b18ef0e2c45b84fe'/>
<id>11cae446e0c115bbfa5ee3e6b18ef0e2c45b84fe</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>
<entry>
<title>default log file different per mount (or if server, per volumefile)</title>
<updated>2009-05-16T09:58:09+00:00</updated>
<author>
<name>Amar Tumballi</name>
<email>amar@del.gluster.com</email>
</author>
<published>2009-05-08T08:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=4f7552c23bc4d0691062bd6a90fa76aa53bdf97c'/>
<id>4f7552c23bc4d0691062bd6a90fa76aa53bdf97c</id>
<content type='text'>
This feature is required becuase when more than one glusterfs process
is started with default log file, all logs will be going to same file,
which after a while gets more confusing.

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 feature is required becuase when more than one glusterfs process
is started with default log file, all logs will be going to same file,
which after a while gets more confusing.

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce new log level GF_LOG_TRACE.</title>
<updated>2009-04-24T15:27:41+00:00</updated>
<author>
<name>Vikas Gorur</name>
<email>vikas@gluster.com</email>
</author>
<published>2009-04-21T09:34:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=b52a5a408b82496a295c1065f2286c6755a04689'/>
<id>b52a5a408b82496a295c1065f2286c6755a04689</id>
<content type='text'>
TRACE is the most verbose log level, meant to have a
full trace of operation.

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>
TRACE is the most verbose log level, meant to have a
full trace of operation.

Signed-off-by: Anand V. Avati &lt;avati@amp.gluster.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove log level TRACE and the macro GF_TRACE.</title>
<updated>2009-04-24T15:27:41+00:00</updated>
<author>
<name>Vikas Gorur</name>
<email>vikas@gluster.com</email>
</author>
<published>2009-04-21T09:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=174872b3644d36f6d0f8a34d9c06092abc126e4f'/>
<id>174872b3644d36f6d0f8a34d9c06092abc126e4f</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>
<entry>
<title>keep ctx-&gt;page_size fixed at 128KB but only add the margin for iobufs which are created</title>
<updated>2009-04-18T07:57:21+00:00</updated>
<author>
<name>Anand V. Avati</name>
<email>avati@amp.gluster.com</email>
</author>
<published>2009-04-18T07:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=42617775a2821dc74300b89dd14a08b068575b2b'/>
<id>42617775a2821dc74300b89dd14a08b068575b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add 4KB margin in iobuf to accommodate fuse header</title>
<updated>2009-04-17T12:22:07+00:00</updated>
<author>
<name>Anand V. Avati</name>
<email>avati@amp.gluster.com</email>
</author>
<published>2009-04-17T12:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=98a872df828aa2786c7bf595d430ef64351f4192'/>
<id>98a872df828aa2786c7bf595d430ef64351f4192</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce page_size in glusterfs_ctx_t to be used by all translators set it to 128KB in main()</title>
<updated>2009-04-13T14:40:49+00:00</updated>
<author>
<name>Anand V. Avati</name>
<email>avati@amp.gluster.com</email>
</author>
<published>2009-04-13T12:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusterfs.git/commit/?id=451620e0ec88f717e7046ebb27fe1f29d73796d9'/>
<id>451620e0ec88f717e7046ebb27fe1f29d73796d9</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>
