From 706c57bf2f00e0ffb4fde75b2b211f134ba7a775 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Tue, 12 Jun 2018 15:18:11 -0700 Subject: [PATCH] doc: Add an example of using two.js to draw a diagram Change-Id: I50a525ac46ac011af81625fa0f095b1f3d981aba Signed-off-by: Ben Walker Reviewed-on: https://review.gerrithub.io/414891 Tested-by: SPDK Automated Test System Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Changpeng Liu --- doc/blob.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/doc/blob.md b/doc/blob.md index b6596748f..2fa3db81e 100644 --- a/doc/blob.md +++ b/doc/blob.md @@ -57,6 +57,58 @@ store metadata in the form of key/value pairs with each blob which we'll refer t Blobstore owns the entire underlying device which is made up of a private Blobstore metadata region and the collection of blobs as managed by the application. +@htmlonly + +
+ + + +@endhtmlonly + ### Atomicity For all Blobstore operations regarding atomicity, there is a dependency on the underlying device to guarantee atomic