]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Finishing moving src/doc/object_store.dot to doc/
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 1 Sep 2011 01:11:17 +0000 (18:11 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Thu, 1 Sep 2011 01:11:17 +0000 (18:11 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/doc/object_store.dot [deleted file]

diff --git a/src/doc/object_store.dot b/src/doc/object_store.dot
deleted file mode 100644 (file)
index 08328f0..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Rough outline of object store module dependencies
- *
- * build with
- * dot -Tpng < ./object_store.dot > object_store.png
- */
-
-digraph object_store {
-       size="16,16";
-       node [color=lightblue2, style=filled, fontname="Serif"];
-
-       "testrados" -> "librados"
-       "testradospp" -> "librados"
-
-       "rbd" -> "librados"
-
-       "radostool" -> "librados"
-
-       "radosgw_admin" -> "rgw"
-
-       "rgw" -> "librados"
-
-       "radosacl" -> "librados"
-
-       "librados" -> "objecter"
-
-       "ObjectCacher" -> "Filer"
-
-       "dumpjournal" -> "Journaler"
-
-       "Journaler" -> "Filer"
-
-       "SyntheticClient" -> "Filer"
-       "SyntheticClient" -> "objecter"
-
-       "Filer" -> "objecter"
-
-        "objecter" -> "OSDMap"
-
-        "cosd" -> "PG"
-        "cosd" -> "ObjectStore"
-
-        "crushtool" -> "CrushWrapper"
-
-        "OSDMap" -> "CrushWrapper"
-
-        "OSDMapTool" -> "OSDMap"
-
-        "PG" -> "ReplicatedPG"
-        "PG" -> "ObjectStore"
-        "PG" -> "OSDMap"
-
-        "ReplicatedPG" -> "ObjectStore"
-        "ReplicatedPG" -> "OSDMap"
-
-        "ObjectStore" -> "FileStore"
-
-        "FileStore" -> "ext3"
-        "FileStore" -> "ext4"
-        "FileStore" -> "btrfs"
-}