[PATCH] news: Mention the encrypted TLS keys of VxHS are supported in v6.6.0

Han Han posted 1 patch 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200805090604.260379-1-hhan@redhat.com
NEWS.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] news: Mention the encrypted TLS keys of VxHS are supported in v6.6.0
Posted by Han Han 3 years, 8 months ago
Signed-off-by: Han Han <hhan@redhat.com>
---
 NEWS.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS.rst b/NEWS.rst
index 63ca689b43..1887177b0e 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,7 +47,7 @@ v6.6.0 (2020-08-02)
     Specifying a virtualHW version greater or equal to 7 (ESXi 4.0) will allow
     you to use up to 10 NICs instead of 4 as it was previously.
 
-  * qemu: Support encrypted TLS keys for NBD disks
+  * qemu: Support encrypted TLS keys for NBD and VxHS disks
 
     The secret key used for disks can now be encrypted similarly to TLS keys
     used for migration, chardev and others.
-- 
2.27.0

Re: [PATCH] news: Mention the encrypted TLS keys of VxHS are supported in v6.6.0
Posted by Daniel P. Berrangé 3 years, 8 months ago
On Wed, Aug 05, 2020 at 05:06:04PM +0800, Han Han wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>  NEWS.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 63ca689b43..1887177b0e 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -47,7 +47,7 @@ v6.6.0 (2020-08-02)
>      Specifying a virtualHW version greater or equal to 7 (ESXi 4.0) will allow
>      you to use up to 10 NICs instead of 4 as it was previously.
>  
> -  * qemu: Support encrypted TLS keys for NBD disks
> +  * qemu: Support encrypted TLS keys for NBD and VxHS disks

While technically true,  VxHS is abandonware and QEMU has deleted support
for it, so it doesn't really matter any more.

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Re: [PATCH] news: Mention the encrypted TLS keys of VxHS are supported in v6.6.0
Posted by Han Han 3 years, 8 months ago
On Wed, Aug 5, 2020 at 5:16 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:

> On Wed, Aug 05, 2020 at 05:06:04PM +0800, Han Han wrote:
> > Signed-off-by: Han Han <hhan@redhat.com>
> > ---
> >  NEWS.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/NEWS.rst b/NEWS.rst
> > index 63ca689b43..1887177b0e 100644
> > --- a/NEWS.rst
> > +++ b/NEWS.rst
> > @@ -47,7 +47,7 @@ v6.6.0 (2020-08-02)
> >      Specifying a virtualHW version greater or equal to 7 (ESXi 4.0)
> will allow
> >      you to use up to 10 NICs instead of 4 as it was previously.
> >
> > -  * qemu: Support encrypted TLS keys for NBD disks
> > +  * qemu: Support encrypted TLS keys for NBD and VxHS disks
>
> While technically true,  VxHS is abandonware and QEMU has deleted support
> for it, so it doesn't really matter any more.
>
I just found it is removed in qemu 5.1...

>
> Regards,
> Daniel
> --
> |: https://berrange.com      -o-
> https://www.flickr.com/photos/dberrange :|
> |: https://libvirt.org         -o-
> https://fstop138.berrange.com :|
> |: https://entangle-photo.org    -o-
> https://www.instagram.com/dberrange :|
>
>

-- 
Best regards,
-----------------------------------
Han Han
Senior Quality Engineer
Redhat.

Email: hhan@redhat.com
Phone: +861065339333
Re: [PATCH] news: Mention the encrypted TLS keys of VxHS are supported in v6.6.0
Posted by Peter Krempa 3 years, 8 months ago
On Wed, Aug 05, 2020 at 10:16:02 +0100, Daniel Berrange wrote:
> On Wed, Aug 05, 2020 at 05:06:04PM +0800, Han Han wrote:
> > Signed-off-by: Han Han <hhan@redhat.com>
> > ---
> >  NEWS.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/NEWS.rst b/NEWS.rst
> > index 63ca689b43..1887177b0e 100644
> > --- a/NEWS.rst
> > +++ b/NEWS.rst
> > @@ -47,7 +47,7 @@ v6.6.0 (2020-08-02)
> >      Specifying a virtualHW version greater or equal to 7 (ESXi 4.0) will allow
> >      you to use up to 10 NICs instead of 4 as it was previously.
> >  
> > -  * qemu: Support encrypted TLS keys for NBD disks
> > +  * qemu: Support encrypted TLS keys for NBD and VxHS disks
> 
> While technically true,  VxHS is abandonware and QEMU has deleted support
> for it, so it doesn't really matter any more.

Which is also why I've neglected to mention it here.