X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fdoc%2Fdev%2Fobject-store.rst;fp=src%2Fceph%2Fdoc%2Fdev%2Fobject-store.rst;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=355f51548329eb1b095b9411331d4647364d30e0;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/doc/dev/object-store.rst b/src/ceph/doc/dev/object-store.rst deleted file mode 100644 index 355f515..0000000 --- a/src/ceph/doc/dev/object-store.rst +++ /dev/null @@ -1,70 +0,0 @@ -==================================== - Object Store Architecture Overview -==================================== - -.. graphviz:: - - /* - * Rough outline of object store module dependencies - */ - - digraph object_store { - size="7,7"; - node [color=lightblue2, style=filled, fontname="Serif"]; - - "testrados" -> "librados" - "testradospp" -> "librados" - - "rbd" -> "librados" - - "radostool" -> "librados" - - "radosgw-admin" -> "radosgw" - - "radosgw" -> "librados" - - "radosacl" -> "librados" - - "librados" -> "objecter" - - "ObjectCacher" -> "Filer" - - "dumpjournal" -> "Journaler" - - "Journaler" -> "Filer" - - "SyntheticClient" -> "Filer" - "SyntheticClient" -> "objecter" - - "Filer" -> "objecter" - - "objecter" -> "OSDMap" - - "ceph-osd" -> "PG" - "ceph-osd" -> "ObjectStore" - - "crushtool" -> "CrushWrapper" - - "OSDMap" -> "CrushWrapper" - - "OSDMapTool" -> "OSDMap" - - "PG" -> "PrimaryLogPG" - "PG" -> "ObjectStore" - "PG" -> "OSDMap" - - "PrimaryLogPG" -> "ObjectStore" - "PrimaryLogPG" -> "OSDMap" - - "ObjectStore" -> "FileStore" - "ObjectStore" -> "BlueStore" - - "BlueStore" -> "rocksdb" - - "FileStore" -> "xfs" - "FileStore" -> "btrfs" - "FileStore" -> "ext4" - } - - -.. todo:: write more here