<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://pdos.csail.mit.edu/wheelfs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pdos.csail.mit.edu/wheelfs/feed.php">
        <title>WheelFS</title>
        <description></description>
        <link>http://pdos.csail.mit.edu/wheelfs/</link>
        <image rdf:resource="http://pdos.csail.mit.edu/wheelfs/lib/images/favicon.ico" />
       <dc:date>2009-09-01T22:43:15-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=changelog_0.1-2&amp;rev=1249073695&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=command_line&amp;rev=1247007930&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=compilation_prerequisites&amp;rev=1246999683&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=compile&amp;rev=1239905234&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=distribution&amp;rev=1247000034&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=documentation&amp;rev=1249587115&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=download&amp;rev=1249073349&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=people&amp;rev=1244214778&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=publications&amp;rev=1251748868&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=start&amp;rev=1236714300&amp;do=diff"/>
                <rdf:li rdf:resource="http://pdos.csail.mit.edu/wheelfs/doku.php?id=wheelfs&amp;rev=1236811748&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://pdos.csail.mit.edu/wheelfs/lib/images/favicon.ico">
        <title>WheelFS</title>
        <link>http://pdos.csail.mit.edu/wheelfs/</link>
        <url>http://pdos.csail.mit.edu/wheelfs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=changelog_0.1-2&amp;rev=1249073695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-31T16:54:55-04:00</dc:date>
        <title>changelog_0.1-2</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=changelog_0.1-2&amp;rev=1249073695&amp;do=diff</link>
        <description>* Fri Jul 31 2009 Jeremy Stribling &lt;strib@mit.edu&gt;




- Release 0.1-2: Fix for lease batching bug that caused busy wait and crash</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=command_line&amp;rev=1247007930&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-07T19:05:30-04:00</dc:date>
        <title>command_line</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=command_line&amp;rev=1247007930&amp;do=diff</link>
        <description>Start the configuration servers


Start the wfs_rsm_cserver binary on all the desired configuration servers.  Hopefully we'll write some documentation soon, but for now see wfs_rsm_cserver --help for the available options.  You may want to start it as a background process using nohup for a long-running system or experiment.</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=compilation_prerequisites&amp;rev=1246999683&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-07T16:48:03-04:00</dc:date>
        <title>compilation_prerequisites</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=compilation_prerequisites&amp;rev=1246999683&amp;do=diff</link>
        <description>Here's a no-frills list of things you might need to compile WheelFS.  It's still under development, let us know if you find that you need something not listed here.


	*  Operating system: Linux/Mac/FreeBSD (though we've tested it most heavily on Linux)
	*  libtool/automake/make
	*  FUSE (fuse and fuse-devel packages)
	*  openssl-devel
	*  modified libssh for security-enabled systems</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=compile&amp;rev=1239905234&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-16T14:07:14-04:00</dc:date>
        <title>compile</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=compile&amp;rev=1239905234&amp;do=diff</link>
        <description>Here's a quick list of steps for compiling WheelFS as an out-of-place build on a Linux system.  It should work on MacOS and FreeBSD as well (potentially with minor tweaks):


	*  Run ./setup in the top-level directory of the WheelFS distribution (let's say you put the source code in ~/src/wfs).
	*  Create an empty build directory somewhere, and cd into it.
	*  Run ~/src/wfs/configure (substituting your WheelFS source directory in, obviously).
	*  Run make and cross your fingers.</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=distribution&amp;rev=1247000034&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-07T16:53:54-04:00</dc:date>
        <title>distribution</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=distribution&amp;rev=1247000034&amp;do=diff</link>
        <description>All you need to distribute when deploying WheelFS on a collection of nodes are the main binaries:


	*  fs/wfs
	*  fs/wfs_server (only needed for server-only nodes)
	*  fs/wfs_fuse_client (only needed for client-only nodes)
	*  cserver/wfs_rsm_cserver (only needed for configuration nodes)</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=documentation&amp;rev=1249587115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-06T15:31:55-04:00</dc:date>
        <title>documentation</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=documentation&amp;rev=1249587115&amp;do=diff</link>
        <description>Before you get started


There are three basic building blocks for a full WheelFS setup:


	*  Storage servers: A node that is responsible for storing and serving files and directories.
	*  Clients: A node that mounts WheelFS via FUSE, and communicates with storage nodes to access and update files and directories, on behalf of some user or application.
	*  Configuration servers: A node that keeps track of all the storage nodes in a WheelFS network.</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=download&amp;rev=1249073349&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-31T16:49:09-04:00</dc:date>
        <title>download</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=download&amp;rev=1249073349&amp;do=diff</link>
        <description>WheelFS PlanetLab client packages


wfs-client-pl-0.1-2.i386.rpm (July 31, 2009)

See planetlab_nodes for installation instructions.  Note that this includes our modified libssh shared library, and PlanetLab's reroutemount vsys wrapper shared library.  It does not include the FUSE libraries that are required for installation (see below).</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=people&amp;rev=1244214778&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-05T11:12:58-04:00</dc:date>
        <title>people</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=people&amp;rev=1244214778&amp;do=diff</link>
        <description>WheelFS was created in the PDOS research group in CSAIL at MIT, and the NEWS research group in the CS department at NYU.  We are:


	*  Jeremy Stribling
	*  Yair Sovran
	*  Irene Zhang
	*  Xavid Pretzer
	*  Jinyang Li
	*  Frans Kaashoek
	*  Robert Morris</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=publications&amp;rev=1251748868&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-31T16:01:08-04:00</dc:date>
        <title>publications</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=publications&amp;rev=1251748868&amp;do=diff</link>
        <description>Refereed publications about the design and implementation of WheelFS:

Flexible, Wide-Area Storage for Distributed Systems with WheelFS -- (PDF | PS | BibTeX)

Jeremy Stribling, Yair Sovran, Irene Zhang, Xavid Pretzer, Jinyang Li, M. Frans Kaashoek, and Robert Morris. 

In the Proceedings of the 6th USENIX Symposium on Networked Systems Design and Implementation (NSDI '09), Boston, MA, April 2009.</description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=start&amp;rev=1236714300&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-10T15:45:00-04:00</dc:date>
        <title>start</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=start&amp;rev=1236714300&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="http://pdos.csail.mit.edu/wheelfs/doku.php?id=wheelfs&amp;rev=1236811748&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-11T18:49:08-04:00</dc:date>
        <title>wheelfs</title>
        <link>http://pdos.csail.mit.edu/wheelfs/doku.php?id=wheelfs&amp;rev=1236811748&amp;do=diff</link>
        <description>WheelFS is a FUSE-based distributed file system that offers flexible wide-area storage for distributed applications.  Different applications have different needs from their storage system, and WheelFS gives applications the control they need via semantic cues.  Applications can embed these cues directly into the pathname of its files to direct the behavior of WheelFS.  WheelFS is free and open-source software, released under the MIT license.</description>
    </item>
</rdf:RDF>
