[libvirt] [PATCH 5/5] docs: Add news article for bug fix

John Ferlan posted 5 patches 8 years, 4 months ago
[libvirt] [PATCH 5/5] docs: Add news article for bug fix
Posted by John Ferlan 8 years, 4 months ago
Signed-off-by: John Ferlan <jferlan@redhat.com>
---
 docs/news.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index ff36c800a4..116f4a76c9 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -55,6 +55,14 @@
           way.
         </description>
       </change>
+      <change>
+        Properly resize local LUKS encrypted volume
+      </change>
+      <description>
+        Resizing of a local LUKS encrypted volume will now use qemu-img
+        to resize the volume. This will require configuring a secret for
+        the LUKS encrypted volume.
+      </description>
     </section>
   </release>
   <release version="v3.8.0" date="2017-10-04">
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 5/5] docs: Add news article for bug fix
Posted by John Ferlan 8 years, 4 months ago

On 10/06/2017 02:13 PM, John Ferlan wrote:
> Signed-off-by: John Ferlan <jferlan@redhat.com>
> ---
>  docs/news.xml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index ff36c800a4..116f4a76c9 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -55,6 +55,14 @@
>            way.
>          </description>
>        </change>
> +      <change>
> +        Properly resize local LUKS encrypted volume
> +      </change>
> +      <description>
> +        Resizing of a local LUKS encrypted volume will now use qemu-img
> +        to resize the volume. This will require configuring a secret for
> +        the LUKS encrypted volume.
> +      </description>
>      </section>
>    </release>
>    <release version="v3.8.0" date="2017-10-04">
> 

Oh I messed this one up - so much for not running make CHECK after
writing news articles ;-)... This should have been:

+      <change>
+        <summary>
+          Properly resize local LUKS encrypted volume
+        </summary>
+        <description>
+          Resizing of a local LUKS encrypted volume will now use qemu-img
+          to resize the volume. This will require configuring a secret for
+          the LUKS encrypted volume.
+        </description>
+      </change>


John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 5/5] docs: Add news article for bug fix
Posted by Michal Privoznik 8 years, 3 months ago
On 10/06/2017 08:13 PM, John Ferlan wrote:
> Signed-off-by: John Ferlan <jferlan@redhat.com>
> ---
>  docs/news.xml | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index ff36c800a4..116f4a76c9 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -55,6 +55,14 @@
>            way.
>          </description>
>        </change>
> +      <change>
> +        Properly resize local LUKS encrypted volume
> +      </change>
> +      <description>
> +        Resizing of a local LUKS encrypted volume will now use qemu-img
> +        to resize the volume. This will require configuring a secret for
> +        the LUKS encrypted volume.
> +      </description>
>      </section>
>    </release>
>    <release version="v3.8.0" date="2017-10-04">
> 

Almost.

<change>
  <summary>
   ...
  </summary>
  <description>
    ...
  </description>
</change>


Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list