Re: [Kosmosfs-users] KFS Build docs for Ubuntu 8.04.1 64 bit
Status: Alpha
Brought to you by:
sriramsrao
|
From: Sriram R. <sri...@gm...> - 2008-08-10 16:02:19
|
Hi Paul, This is great. We could also add this to the project wiki. For verifying the integrity of the data thta was copied into KFS, you can use: kfsdataverify - it reads the input file and computes adler-32 checksums on 64K blocks; it then uses a client API to pull the block checksums from each of the 3 chunkservers and verifies that the checksums on all nodes are the same (and matches the input). Sriram On Sun, Aug 10, 2008 at 6:37 AM, Paul Dixon <pau...@gm...> wrote: > Hi, > > Just thought I'd post a document that I'm wrting while building a > small testbed under VMWare. It can be read online here: > > http://docs.google.com/View?docid=dc66fc3s_182hjc487rr > > It details step by step instructions using Ubuntu Server 8.04.1, 64 > bit edition running under VMWare Server 2, RC1. > > Note: it's a work in progress, so I've only got as far as copying a > few files to/from the KFS file system using the command line tools. My > plan is to have a go with fuse next. > > I've spotten one mistake in the online docs under "Deploying KFS" - > under "Installing KFS binaries", the correct line should be: > > python kfssetup.py -f machines.cfg -b ../build > > Regards, > Paul > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Kosmosfs-users mailing list > Kos...@li... > https://lists.sourceforge.net/lists/listinfo/kosmosfs-users > |