]> git.decadent.org.uk Git - nfs-utils.git/commit
blkmapd: Add complex block layout discovery and mapping daemon
authorSteve Dickson <steved@redhat.com>
Thu, 22 Sep 2011 18:47:09 +0000 (14:47 -0400)
committerLuk Claes <luk@debian.org>
Sun, 2 Oct 2011 14:16:48 +0000 (16:16 +0200)
commit7a198517d5ee4d8b51ee27e95141419527c8e039
tree05c80fce3ecba805b598442e34fc0ab9211fa2ef
parentdbf4e0cb138e07700975f77d74c077ee11f2766a
blkmapd: Add complex block layout discovery and mapping daemon

This daemon is required to handle upcalls from the kernel pnfs block
layout driver.

Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
.gitignore
configure.ac
utils/Makefile.am
utils/blkmapd/Makefile.am [new file with mode: 0644]
utils/blkmapd/blkmapd.man [new file with mode: 0644]
utils/blkmapd/device-discovery.c [new file with mode: 0644]
utils/blkmapd/device-discovery.h [new file with mode: 0644]
utils/blkmapd/device-inq.c [new file with mode: 0644]
utils/blkmapd/device-process.c [new file with mode: 0644]
utils/blkmapd/dm-device.c [new file with mode: 0644]