<?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-01T21:08:09-04:00</dc:date>
        <items>
            <rdf:Seq>
                <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=documentation&amp;rev=1249587115&amp;do=diff"/>
                <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=download&amp;rev=1249073349&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: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=publications&amp;rev=1251748868&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-31T16:01:08-04:00</dc:date>
        <dc:creator>Jeremy Stribling</dc:creator>
        <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=documentation&amp;rev=1249587115&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-06T15:31:55-04:00</dc:date>
        <dc:creator>Jeremy Stribling</dc:creator>
        <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=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>
        <dc:creator>Jeremy Stribling</dc:creator>
        <title>changelog_0.1-2 - created</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=download&amp;rev=1249073349&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-31T16:49:09-04:00</dc:date>
        <dc:creator>Jeremy Stribling</dc:creator>
        <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=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>
        <dc:creator>Jeremy Stribling</dc:creator>
        <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>
</rdf:RDF>
