<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nfs-utils.git/utils/blkmapd, branch gss-proxy-mods</title>
<subtitle>NFS utils related patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/'/>
<entry>
<title>blkmapd: proper signal handling</title>
<updated>2012-08-23T17:04:19+00:00</updated>
<author>
<name>Peng Tao</name>
<email>tao.peng@emc.com</email>
</author>
<published>2012-08-23T17:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=2e9210833f45821c66a849604ed8a9508b24a06f'/>
<id>2e9210833f45821c66a849604ed8a9508b24a06f</id>
<content type='text'>
Signed-off-by: Peng Tao &lt;tao.peng@emc.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peng Tao &lt;tao.peng@emc.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blkmapd: allow blocklayoutdriver module to load/unload</title>
<updated>2012-08-23T17:04:10+00:00</updated>
<author>
<name>Peng Tao</name>
<email>tao.peng@emc.com</email>
</author>
<published>2012-08-23T16:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=42a065968d0f690b5ffd5a7db6afe224206f7b0f'/>
<id>42a065968d0f690b5ffd5a7db6afe224206f7b0f</id>
<content type='text'>
User may load/unload blocklayoutdriver module dynanmically.
So we handle it by watching the pipe file creation/deletion.

Signed-off-by: Peng Tao &lt;tao.peng@emc.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User may load/unload blocklayoutdriver module dynanmically.
So we handle it by watching the pipe file creation/deletion.

Signed-off-by: Peng Tao &lt;tao.peng@emc.com&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blkmapd: remove pretty_sig()</title>
<updated>2012-05-15T14:10:01+00:00</updated>
<author>
<name>Jim Rees</name>
<email>rees@umich.edu</email>
</author>
<published>2012-05-15T14:10:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=a69f6aeb19841f5a95c3eb4f4e5fe5ca0db247f4'/>
<id>a69f6aeb19841f5a95c3eb4f4e5fe5ca0db247f4</id>
<content type='text'>
This really only works against EMC servers.  There is at least one server
that returns unprintable signatures, which fill the log with garbage (the
spec does not mandate printable signatures).  It could be made more generic,
for example by checking each byte for isprint().  But the signatures are
really only of interest to developers, not admins, so it seems better to
just remove it.

Signed-off-by: Jim Rees &lt;rees@umich.edu&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This really only works against EMC servers.  There is at least one server
that returns unprintable signatures, which fill the log with garbage (the
spec does not mandate printable signatures).  It could be made more generic,
for example by checking each byte for isprint().  But the signatures are
really only of interest to developers, not admins, so it seems better to
just remove it.

Signed-off-by: Jim Rees &lt;rees@umich.edu&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blkmapd: Use getconf(_SC_PAGE_SIZE)</title>
<updated>2011-10-03T12:49:21+00:00</updated>
<author>
<name>Luk Claes</name>
<email>luk@debian.org</email>
</author>
<published>2011-10-03T12:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=fdc6e7eceb6db19bbab7928581f22ba87f257ea4'/>
<id>fdc6e7eceb6db19bbab7928581f22ba87f257ea4</id>
<content type='text'>
PAGE_SIZE is not exported by all architectures as it is not fixed: it
can depend on the model of the machine. So it's better to query the
system configuration for the actual page size on the machine.

Signed-off-by: Luk Claes &lt;luk@debian.org&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PAGE_SIZE is not exported by all architectures as it is not fixed: it
can depend on the model of the machine. So it's better to query the
system configuration for the actual page size on the machine.

Signed-off-by: Luk Claes &lt;luk@debian.org&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blkmapd: Add complex block layout discovery and mapping daemon</title>
<updated>2011-09-22T18:48:08+00:00</updated>
<author>
<name>Steve Dickson</name>
<email>steved@redhat.com</email>
</author>
<published>2011-09-22T18:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=6b9d7ab4df98cf9881c7cc4341631eec25bb0e26'/>
<id>6b9d7ab4df98cf9881c7cc4341631eec25bb0e26</id>
<content type='text'>
This daemon is required to handle upcalls from the kernel pnfs block
layout driver.

Signed-off-by: Jim Rees &lt;rees@umich.edu&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This daemon is required to handle upcalls from the kernel pnfs block
layout driver.

Signed-off-by: Jim Rees &lt;rees@umich.edu&gt;
Signed-off-by: Steve Dickson &lt;steved@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
