]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Remove rbd from TODO file.
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 17 Jun 2011 19:10:40 +0000 (12:10 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 22 Jun 2011 23:03:57 +0000 (16:03 -0700)
TODO.org

index 5a48d36dc5ecb11842f545857f2374f72621d0f7..97f8b7c493f589de502d20e3f781dac0fbf89b47 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -2,23 +2,6 @@
 
 * TODO osd etc killing while test is running
 * TODO automatic host locking
-* TODO add task for rbd image creation
-- rbd.create_image: [client.0]
-- rbd.create_image:
-    client.0:
-      image_size: 8192
-* TODO add task for rbd modprobe and dev create on client
-- rbd.modprobe: [client.0]
-- rbd.dev_create: [client.0]
-* TODO add task for mounting fs on top of rbd
-- rbd.mkfs: [client.0]
-- rbd.mount: [client.0]
-* TODO add full service rbd task that wraps the lower-level tasks
-- rbd:
-- rbd: [client.0]
-- rbd:
-    client.0:
-      image_size: 8192
 * TODO force cleanup on errors
 for now, you can run something like this:
 dsh -m ubuntu@sepia70.ceph.dreamhost.com,ubuntu@sepia71.ceph.dreamhost.com,ubuntu@sepia72.ceph.dreamhost.com 'killall --quiet /tmp/cephtest/binary/usr/local/bin/cmon /tmp/cephtest/binary/usr/local/bin/cosd /tmp/cephtest/binary/usr/local/bin/cmds ; fusermount -u /tmp/cephtest/mnt.*; rm -rf /tmp/cephtest'