[libvirt] [tck PATCH] Update x86_64 image & virt-builder image to F31

Daniel P. Berrangé posted 1 patch 4 years, 3 months ago
Failed in applying to current master (apply log)
conf/default.cfg | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[libvirt] [tck PATCH] Update x86_64 image & virt-builder image to F31
Posted by Daniel P. Berrangé 4 years, 3 months ago
i386 was dropped even as a secondary arch in F31 so must remain
on F30

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 conf/default.cfg | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/conf/default.cfg b/conf/default.cfg
index 39d9b04..3493ad7 100644
--- a/conf/default.cfg
+++ b/conf/default.cfg
@@ -49,7 +49,7 @@ images = (
       hvm
       xen
     )
-    osname = fedora-30
+    osname = fedora-31
   }
 )
 
@@ -76,6 +76,7 @@ images = (
 #
 kernels = (
    # Fedora 30 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
+   # No i386 releases since F30
    {
      arch = i686
      ostype = (
@@ -85,15 +86,15 @@ kernels = (
      kernel = http://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i386/os/images/pxeboot/vmlinuz
      initrd = http://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i386/os/images/pxeboot/initrd.img
    }
-   # Fedora 30 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
+   # Fedora 31 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
    {
      arch = x86_64
      ostype = (
        hvm
        xen
      )
-     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/images/pxeboot/vmlinuz
-     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/images/pxeboot/initrd.img
+     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/x86_64/os/images/pxeboot/vmlinuz
+     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/x86_64/os/images/pxeboot/initrd.img
    }
    # LXC containers need a virtual container filesystem somewhere
 #   {
-- 
2.23.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [tck PATCH] Update x86_64 image & virt-builder image to F31
Posted by Laine Stump 4 years, 3 months ago
On 12/13/19 11:51 AM, Daniel P. Berrangé wrote:
> i386 was dropped even as a secondary arch in F31 so must remain
> on F30
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

I did that locally a couple weeks ago, then forgot to send it. (except 
that I missed the part to update the kernel images. I guess when F30 
goes EOL we'll just drop i686 testing completely?)


Reviewed-by: Laine Stump <laine@redhat.com>



> ---
>   conf/default.cfg | 9 +++++----
>   1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/conf/default.cfg b/conf/default.cfg
> index 39d9b04..3493ad7 100644
> --- a/conf/default.cfg
> +++ b/conf/default.cfg
> @@ -49,7 +49,7 @@ images = (
>         hvm
>         xen
>       )
> -    osname = fedora-30
> +    osname = fedora-31
>     }
>   )
>   
> @@ -76,6 +76,7 @@ images = (
>   #
>   kernels = (
>      # Fedora 30 i686 PAE has pv_ops, so one kernel can do both Xen and KVM guests here
> +   # No i386 releases since F30
>      {
>        arch = i686
>        ostype = (
> @@ -85,15 +86,15 @@ kernels = (
>        kernel = http://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i386/os/images/pxeboot/vmlinuz
>        initrd = http://dl.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i386/os/images/pxeboot/initrd.img
>      }
> -   # Fedora 30 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
> +   # Fedora 31 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
>      {
>        arch = x86_64
>        ostype = (
>          hvm
>          xen
>        )
> -     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/images/pxeboot/vmlinuz
> -     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/images/pxeboot/initrd.img
> +     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/x86_64/os/images/pxeboot/vmlinuz
> +     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/31/Everything/x86_64/os/images/pxeboot/initrd.img
>      }
>      # LXC containers need a virtual container filesystem somewhere
>   #   {


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