From: Andrew Tridgell Date: Sat, 16 Aug 2008 11:24:25 +0000 (+1000) Subject: added git url X-Git-Url: http://git.samba.org/samba.git/?p=tridge%2Fhacksm.git;a=commitdiff_plain;h=adc9d1c44993abc296e3f6e79404c9b73c13ac68 added git url --- diff --git a/README b/README index e71d64b..ea74c17 100644 --- a/README +++ b/README @@ -1,8 +1,14 @@ This is a experimental HSM daemon and migrate tool. It is meant to be a platform for testing ideas in HSM migration. +To download the code, eiither fetch with your web browser, or use git +like this: + + git clone http://samba.org/~tridge/hacksm/.git + To use it first setup a shared filesystem with NFS to hold the HSM -"store", putting it in the HSM_STORE location from hacksm.h +"store", putting it in the HSM_STORE location from hacksm.h. The +default is /hacksm_store Then start the HSM daemon like this: @@ -10,3 +16,9 @@ Then start the HSM daemon like this: You can then migrate files using hacksm_migrate, and view their state using hacksm_ls + +You may also want to look at + + http://samba.org/~tridge/junkcode/tsm_torture.c + +for a test program that stresses out HSM implementations