home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / src / io / trove / README < prev    next >
Internet Message Format  |  2006-07-14  |  953b

  1. Date: Thu, 8 Aug 2002 14:28:32 -0500 (CDT)
  2. From: Robert Ross <rross@mcs.anl.gov>
  3. To: Walter B. Ligon III <walt@clemson.edu>
  4. Subject: Re: Trove 
  5.  
  6. Hey,
  7.  
  8. The Makefiles include directories on my local machine, yes, but they
  9. link to existing packages, such as the DB library (version 3 or 4),
  10. which he can install wherever.  So that's not a problem.
  11.  
  12. [snip]
  13.  
  14. If you look at the test programs in test/io/trove/, in particular
  15. trove-mkfs.c, you'll see how the functions get called.  The functions
  16. available for the most part match exactly with what is described in
  17. doc/design/storage-interface.tex.  There are some
  18. management operations that are NOT described in that document, and that
  19. might be confusing.
  20.  
  21. The code in src/io/trove/ is basically wrapper code to handle mapping
  22. to a particular instance of a trove implementation.  The code in
  23. src/io/trove/trove-dbpf/ is the only existing implementation.  It is
  24. described in doc/design/trove-dbpf.tex.
  25.  
  26. [snip]
  27.