diff --git a/doc/blob.md b/doc/blob.md index 8c56771c1..dc24ecd40 100644 --- a/doc/blob.md +++ b/doc/blob.md @@ -57,56 +57,17 @@ The Blobstore defines a hierarchy of storage abstractions as follows. 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 +```text ++-----------------------------------------------------------------+ +| Blob | +| +-----------------------------+ +-----------------------------+ | +| | Cluster | | Cluster | | +| | +----+ +----+ +----+ +----+ | | +----+ +----+ +----+ +----+ | | +| | |Page| |Page| |Page| |Page| | | |Page| |Page| |Page| |Page| | | +| | +----+ +----+ +----+ +----+ | | +----+ +----+ +----+ +----+ | | +| +-----------------------------+ +-----------------------------+ | ++-----------------------------------------------------------------+ +``` ### Atomicity