[libvirt PATCH 0/2] rST-ify and rewrite a couple of block layer-related docs

Kashyap Chamarthy posted 2 patches 2 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210504161613.159831-1-kchamart@redhat.com
docs/kbase/index.rst                     |   6 +
docs/kbase/live_full_disk_backup.rst     | 111 +++++++++++++
docs/kbase/merging_disk_image_chains.rst | 197 +++++++++++++++++++++++
3 files changed, 314 insertions(+)
create mode 100644 docs/kbase/live_full_disk_backup.rst
create mode 100644 docs/kbase/merging_disk_image_chains.rst
[libvirt PATCH 0/2] rST-ify and rewrite a couple of block layer-related docs
Posted by Kashyap Chamarthy 2 years, 11 months ago
I've cleaned up these two wiki articles that I wrote a while ago and
turned them into rST.

    https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit
    https://wiki.libvirt.org/page/Live-merge-an-entire-disk-image-chain-including-current-active-disk

Once this series merges, I'll make the above two wiki pages point to the
kbase docs.

Kashyap Chamarthy (2):
  docs: kbase: Add a doc on live full disk backup
  docs: kbase: Add a doc on merging disk image chains

 docs/kbase/index.rst                     |   6 +
 docs/kbase/live_full_disk_backup.rst     | 111 +++++++++++++
 docs/kbase/merging_disk_image_chains.rst | 197 +++++++++++++++++++++++
 3 files changed, 314 insertions(+)
 create mode 100644 docs/kbase/live_full_disk_backup.rst
 create mode 100644 docs/kbase/merging_disk_image_chains.rst

-- 
2.30.2


Re: [libvirt PATCH 0/2] rST-ify and rewrite a couple of block layer-related docs
Posted by Kashyap Chamarthy 2 years, 11 months ago
On Tue, May 04, 2021 at 06:16:11PM +0200, Kashyap Chamarthy wrote:

[...]

> Kashyap Chamarthy (2):
>   docs: kbase: Add a doc on live full disk backup
>   docs: kbase: Add a doc on merging disk image chains

Here's the HTML rendering (converted with `rst2html`):

  https://kashyapc.fedorapeople.org/libvirt/kbase/live_full_disk_backup.html
  https://kashyapc.fedorapeople.org/libvirt/kbase/merging_disk_image_chains.html

>  docs/kbase/index.rst                     |   6 +
>  docs/kbase/live_full_disk_backup.rst     | 111 +++++++++++++
>  docs/kbase/merging_disk_image_chains.rst | 197 +++++++++++++++++++++++
>  3 files changed, 314 insertions(+)
>  create mode 100644 docs/kbase/live_full_disk_backup.rst
>  create mode 100644 docs/kbase/merging_disk_image_chains.rst
> 
> -- 
> 2.30.2
> 
> 

-- 
/kashyap