[PATCH v2] docs: support qcow2 format in luks encryption volume

Meina Li posted 1 patch 3 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20201224093155.1371818-1-meili@redhat.com
docs/formatstorageencryption.html.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH v2] docs: support qcow2 format in luks encryption volume
Posted by Meina Li 3 years, 4 months ago
Signed-off-by: Meina Li <meili@redhat.com>
---
 docs/formatstorageencryption.html.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in
index ea80a87cfb..7215c307d7 100644
--- a/docs/formatstorageencryption.html.in
+++ b/docs/formatstorageencryption.html.in
@@ -128,7 +128,9 @@
 
     <p>
       Here is an example specifying use of the <code>luks</code> format for
-      a specific cipher algorithm for volume creation:
+      a specific cipher algorithm for volume creation.
+      <span class="since">Since 6.10.0,</span> the <code>target</code> format
+      can also support <code>qcow2</code> type with <code>luks</code> encryption.
     </p>
     <pre>
 &lt;volume&gt;
-- 
2.27.0

Re: [PATCH v2] docs: support qcow2 format in luks encryption volume
Posted by Han Han 3 years, 4 months ago
On Thu, Dec 24, 2020 at 5:32 PM Meina Li <meili@redhat.com> wrote:

> Signed-off-by: Meina Li <meili@redhat.com>
> ---
>  docs/formatstorageencryption.html.in | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/docs/formatstorageencryption.html.in b/docs/
> formatstorageencryption.html.in
> index ea80a87cfb..7215c307d7 100644
> --- a/docs/formatstorageencryption.html.in
> +++ b/docs/formatstorageencryption.html.in
> @@ -128,7 +128,9 @@
>
>      <p>
>        Here is an example specifying use of the <code>luks</code> format
> for
> -      a specific cipher algorithm for volume creation:
> +      a specific cipher algorithm for volume creation.
> +      <span class="since">Since 6.10.0,</span> the <code>target</code>
> format
> +      can also support <code>qcow2</code> type with <code>luks</code>
> encryption.
>      </p>
>      <pre>
>  &lt;volume&gt;
> --
> 2.27.0
>
>

-- 
Reviewed-by: Han Han <hhan@redhat.com>
Re: [PATCH v2] docs: support qcow2 format in luks encryption volume
Posted by Michal Privoznik 3 years, 3 months ago
On 12/24/20 10:31 AM, Meina Li wrote:
> Signed-off-by: Meina Li <meili@redhat.com>
> ---
>   docs/formatstorageencryption.html.in | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 

Pushed now. Congratulations on your first libvirt contribution!

Michal