]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@956 29311d96-e01e-0410-9327-a35deaab8ce9
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 6 Nov 2006 22:23:18 +0000 (22:23 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Mon, 6 Nov 2006 22:23:18 +0000 (22:23 +0000)
web/tasks.body
web/template.html

index a88c233ac5bc1ebf47cb3c278fa283752a8854fb..639ab6696e4404f75a1ce9ef31eb2e6d609cd4be 100644 (file)
@@ -1,11 +1,28 @@
 
 <div class="mainsegment">
+       <h3>Roadmap</h3>
+       <div>
+               Here is a brief summary of what we're currently working on, and what state we expect Ceph to take in the foreseeable future.  This is a rough estimate, and highly dependent on what kind of interest Ceph generates in the larger community.
+
+               <ul>
+               <li><b>Q4 2006</b> -- MDS recovery for single MDS configurations.
+               <li><b>Q1/Q2 2007</b> -- MDS recovery for multi-MDS configurations.
+               <li><b>Q2 2007</b> -- Snapshots.
+               </ul>
+
+       </div>
+
        <h3>Tasks</h3>
        <div>
                Although Ceph is currently a working prototype that demonstrates the key features of the architecture, a variety of key features need to be implemented in order to make Ceph a stable file system that can be used in production environments.  Some of the key tasks are outlined below.  If you are a kernel or file system developer and are interested in contributing to Ceph, please join the email list and <a href="mailto:ceph-devel@lists.sourceforge.net">drop us a line</a>.
 
                <p>
 
+               <h4>Snapshots</h4>
+               <div>
+               
+               </div>
+
                <h4>Ebofs</h4>
                <div>
                        Each Ceph OSD (storage node) runs a custom object "file system" called EBOFS to store objects on locally attached disks.  Although the current implementation of EBOFS is fully functional and already demonstrates promising performance (outperforming ext2/3, XFS, and ReiserFS under the workloads we anticipate), a range of improvements will be needed before it is ready for prime-time.  These include:
index 5c8a83d3746dfc70fe534c704c92723441606f40..2c49d3b668a8454e95dc8ee75536af50e20c087f 100644 (file)
@@ -33,7 +33,7 @@
             <div class="navsegment">
                 <h4>Development</h4>
                 <ul>
-                                   <li><a href="tasks.html">Tasks</a></li>
+                                   <li><a href="tasks.html">Tasks and Roadmap</a></li>
                     <li><a href="source.html">Getting Started</a></li>
                     <li><a href="http://svn.sourceforge.net/ceph">Browse repository</a></li>
 <!--                                   <li><a href="contrib.html">Contributors</a></li>  -->