summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-08-31 18:20:53 -0700
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-08-31 18:09:52 -0700
commit2e63eace850dce3e4ab0337f111027bcde5cdea3 (patch)
treefeeae012361d9b4a8f52a83b829668083fdd6aea /admin
parentd9eacb61048a43c191164f58f8498eeae1411a7f (diff)
downloadceph-2e63eace850dce3e4ab0337f111027bcde5cdea3.tar.gz
Add object store architecture overview picture
It requires graphviz / dot to be installed. It generates a nice graph of the dependencies between classes in the object store. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/build-doc2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/build-doc b/admin/build-doc
index aee1a48345c..347e7cbb1f4 100755
--- a/admin/build-doc
+++ b/admin/build-doc
@@ -10,6 +10,8 @@ if [ ! -e build-doc/doxygen/xml ]; then
fi
dia --filter=png-libart --export=doc/overview.png.tmp doc/overview.dia
+dot -Tpng < doc/object_store.dot > doc/object_store.png
+
mv -- doc/overview.png.tmp doc/overview.png
cd build-doc