[PATCH v1] docs: add minor clarifications for librbd encryption

Or Ozeri posted 1 patch 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211031120840.2975437-1-oro@il.ibm.com
docs/formatstorageencryption.html.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH v1] docs: add minor clarifications for librbd encryption
Posted by Or Ozeri 2 years, 5 months ago
This should make the documentation less confusing mainly for
Ceph people.

Signed-off-by: Or Ozeri <oro@il.ibm.com>
---
 docs/formatstorageencryption.html.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in
index 66bf95ab0b..c8c9f08d1e 100644
--- a/docs/formatstorageencryption.html.in
+++ b/docs/formatstorageencryption.html.in
@@ -129,9 +129,10 @@
     <h3><a id="StorageEncryptionLuks2">"luks2" format</a></h3>
     <p>
       The <code>luks2</code> format is currently supported only by the
-      <code>librbd</code> engine, and can only be applied to RBD network disks.
+      <code>librbd</code> engine, and can only be applied to RBD network disks
+      (RBD images).
       Since the <code>librbd</code> engine is currently not supported by the
-      storage driver, you cannot use it to control such disks. However,
+      libvirt storage driver, you cannot use it to control such disks. However,
       pre-formatted RBD luks2 disks can be loaded to a qemu VM using the qemu
       VM driver.
       A single
-- 
2.25.1

Re: [PATCH v1] docs: add minor clarifications for librbd encryption
Posted by Michal Prívozník 2 years, 5 months ago
On 10/31/21 1:08 PM, Or Ozeri wrote:
> This should make the documentation less confusing mainly for
> Ceph people.
> 
> Signed-off-by: Or Ozeri <oro@il.ibm.com>
> ---
>  docs/formatstorageencryption.html.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal