add info on store
authorAndrew Tridgell <tridge@samba.org>
Sat, 16 Aug 2008 13:09:15 +0000 (23:09 +1000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 16 Aug 2008 13:09:15 +0000 (23:09 +1000)
README

diff --git a/README b/README
index 4c06111503a1ac1f433616e2e57a7a8b44ebf079..ab483509e18334cfbeb910fb73ded507f11b8797 100644 (file)
--- 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, either 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:
 
@@ -11,6 +17,12 @@ 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
+
 The "store" for hacksm is just a directory with files named by device
 and inode number. When a file is migrated the data is moved to the
 store and a dmapi hole is punched in the original file. This mimicks