Hi,
The 2.6.22 kernel has been released so I resume where we left off...
On 6/29/07, Pete Wyckoff <[EMAIL PROTECTED]> wrote:
<snip>
Looks good to me. Maybe mvdv will tell us if it works or not.
Yes those patches 'Just Work' :)
Specifically, I've copied and verified approx 24Gb using 3 clients/IO
servers. All use TCP over std-ethernet (not IPoIB).
Some of the detail:
Kernel:
Linux frontend 2.6.22-27-default #1 SMP 2007/07/10 17:27:06 UTC x86_64
x86_64 x86_64 GNU/Linux
Apply:
- the pvfs 2.6.3 / kernel 2.6.21 patch
- the current patch
- the the previous slab patch
# Install openSUSE packages via YaST2:
# - kernel-source $ARCH rpm
# - kernel-syms $ARCH rpm
(
pushd /usr/src/linux
make oldconfig
make scripts
make prepare
make modules
popd
)
pushd /usr/src/pvfs2
make distclean
./configure --with-kernel=/usr/src/linux/ --with-openib=/usr/bin
--with-openib-includes=/usr/include/infiniband
--with-openib-libs=/usr/lib64 --enable-kernel-sendfile --enable-fast
--prefix=/opt/pvfs2/ &>/tmp/pvfs-${PVFS_VER}-configure.log
cat /tmp/pvfs-${PVFS_VER}-configure.log | more
(
make all
make install
make kmod_install
)
Thanks again for the great work!
Regards
Mark
-- Pete
_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users