Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3f0df1b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarez89 committed Nov 1, 2023
1 parent e6eca8e commit 22a7dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/manual.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ by comparing the behaviour or RADOS and RBD.

With RADOS, we can delete the individual objects, and we can do it synchronously
- meaning that when sibench completes the run, Ceph will have deleted the objects
and will have no pending workload.
and will have no pending workload.

With RBD, we delete the RBD image synchronously, but under the hood, that image
is comprised of multiple objects, and Ceph does not delete them at once, but
Expand Down
4 changes: 2 additions & 2 deletions manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,11 @@ <h3>The Delete Phase<a class="headerlink" href="#the-delete-phase" title="Link t
by comparing the behaviour or RADOS and RBD.</p>
<dl class="simple">
<dt>With RADOS, we can delete the individual objects, and we can do it synchronously</dt><dd><ul class="simple">
<li><p>meaning that when sibench completes the run, Ceph will have deleted the objects
and will have no pending workload.</p></li>
<li><p>meaning that when sibench completes the run, Ceph will have deleted the objects</p></li>
</ul>
</dd>
</dl>
<p>and will have no pending workload.</p>
<p>With RBD, we delete the RBD image synchronously, but under the hood, that image
is comprised of multiple objects, and Ceph does not delete them at once, but
adds them to a queue for later deletion.</p>
Expand Down

0 comments on commit 22a7dbb

Please sign in to comment.