2018-08-15 20:26 GMT+02:00 James O'Connor jpoc@linux.vnet.ibm.com:
I am pleased to announce the general availability of CentOS Linux 7 (1804) for POWER9 processors (ppc64le - powerpc 64-bit little endian). This release is derived from Red Hat Enterprise Linux 7.5 ALT.
Note this release is 99% equivalent to the existing CentOS 7 Linux 7 (1804) for POWER8 processors (ppc64le - powerpc 64-bit little endian). The key difference being that kernel-4.14.0 is used for POWER9 enablement and kernel-3.10.0 is used for POWER8 enablement.
You will find the CentOS 7 (1804) Power9 installation images here:
http://mirror.centos.org/altarch/7.5.1804/isos/power9/
sha256sum power9: 753c5b55c9ff681c925ec7d7c5295890284f40ec981f4da35b1f36f1ecbad95a CentOS-7-Power9-Everything-1804.iso 58d9af172656db71947b5db2d0d1f577217bbc1a86eada7ca3ce7bfcf7d7d9b4 CentOS-7-Power9-NetInstall-1804.iso
CentOS 7 (1804) Power9 repositories: http://mirror.centos.org/altarch/7.5.1804/os/power9/ http://mirror.centos.org/altarch/7.5.1804/updates/power9/ http://mirror.centos.org/altarch/7.5.1804/extras/power9/
A special thank you to Johnny Hughes and Pablo Greco for their assistance making this release possible.
This is a great news. Can we have a power9 arch repo in http://mirror.centos.org/altarch/7/virt/ as well? I guess other SIGs are in same situation.
-James O’Connor _______________________________________________ CentOS-announce mailing list CentOS-announce@centos.org https://lists.centos.org/mailman/listinfo/centos-announce
On 22/08/18 10:44, Sandro Bonazzola wrote:
This is a great news. Can we have a power9 arch repo in http://mirror.centos.org/altarch/7/virt/ as well? I guess other SIGs are in same situation.
$basearch on Power9 is still ppc64le, so it should just work ? At least that's what I was told, as we have no Power9 to test it :)
2018-08-22 10:49 GMT+02:00 Fabian Arrotin arrfab@centos.org:
On 22/08/18 10:44, Sandro Bonazzola wrote:
This is a great news. Can we have a power9 arch repo in http://mirror.centos.org/altarch/7/virt/ as well? I guess other SIGs are in same situation.
$basearch on Power9 is still ppc64le, so it should just work ? At least that's what I was told, as we have no Power9 to test it :)
Can anybody with a power9 environment test it and give feedback?
-- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
From: Sandro Bonazzola sbonazzo@redhat.com To: "The CentOS developers mailing list." centos-devel@centos.org Date: 08/22/2018 03:53 AM Subject: Re: [CentOS-devel] Release for CentOS Linux 7 (1804) on POWER9 (ppc64le) Sent by: "CentOS-devel" centos-devel-bounces@centos.org
2018-08-22 10:49 GMT+02:00 Fabian Arrotin arrfab@centos.org: On 22/08/18 10:44, Sandro Bonazzola wrote:
This is a great news. Can we have a power9 arch repo in http://mirror.centos.org/altarch/7/virt/ as well? I guess other SIGs are in same situation.
$basearch on Power9 is still ppc64le, so it should just work ? At least that's what I was told, as we have no Power9 to test it :)
Can anybody with a power9 environment test it and give feedback?
[hamzy@pkvmci901 ~]$ uname -a Linux pkvmci901.pok.stglabs.ibm.com 4.14.0-49.el7a.ppc64le #1 SMP Mon Aug 6 16:14:35 GMT 2018 ppc64le ppc64le ppc64le GNU/Linux [hamzy@pkvmci901 ~]$ head /proc/cpuinfo processor : 0 cpu : POWER9, altivec supported clock : 2166.000000MHz revision : 2.2 (pvr 004e 1202) ... [hamzy@pkvmci901 ~]$ sudo yum install -y centos-release-virt-common centos-release-qemu-ev [hamzy@pkvmci901 ~]$ sudo yum install -y qemu-kvm-ev libvirt virt-install [hamzy@pkvmci901 ~]$ sudo systemctl enable libvirtd.service; sudo systemctl start libvirtd.service [hamzy@pkvmci901 ~]$ sudo usermod -a -G qemu hamzy [hamzy@pkvmci901 ~]$ chmod o+rx ~/ [hamzy@pkvmci901 ~]$ qemu-img create -f qcow2 HamzyTest.qcow2 10G [hamzy@pkvmci901 ~]$ sudo virt-install --virt-type kvm --name HamzyTest --memory 8192 --graphics none --disk HamzyTest.qcow2,format=qcow2 --network=bridge:virbr0 --os-type=linux --os-variant=rhel7.4 --location=http://mirror.centos.org/altarch/7.5.1804/os/power9/ --extra-args="inst.text console=tty0 console=ttyS0,115200"
But then the installer immediately drops to the shell. :(
[anaconda root@localhost /]#
Buy, hey, RHEL does this as well.
On 08/24/2018 09:04 AM, Mark Hamzy wrote:
From: Sandro Bonazzola sbonazzo@redhat.com To: "The CentOS developers mailing list." centos-devel@centos.org Date: 08/22/2018 03:53 AM Subject: Re: [CentOS-devel] Release for CentOS Linux 7 (1804) on POWER9 (ppc64le) Sent by: "CentOS-devel" centos-devel-bounces@centos.org
2018-08-22 10:49 GMT+02:00 Fabian Arrotin arrfab@centos.org: On 22/08/18 10:44, Sandro Bonazzola wrote:
This is a great news. Can we have a power9 arch repo in http://mirror.centos.org/altarch/7/virt/as well? I guess other SIGs are in same situation.
$basearch on Power9 is still ppc64le, so it should just work ? At least that's what I was told, as we have no Power9 to test it :)
Can anybody with a power9 environment test it and give feedback?
[hamzy@pkvmci901 ~]$ uname -a Linux pkvmci901.pok.stglabs.ibm.com 4.14.0-49.el7a.ppc64le #1 SMP Mon Aug 6 16:14:35 GMT 2018 ppc64le ppc64le ppc64le GNU/Linux [hamzy@pkvmci901 ~]$ head /proc/cpuinfo processor : 0 cpu : POWER9, altivec supported clock : 2166.000000MHz revision : 2.2 (pvr 004e 1202) ... [hamzy@pkvmci901 ~]$ sudo yum install -y centos-release-virt-common centos-release-qemu-ev [hamzy@pkvmci901 ~]$ sudo yum install -y qemu-kvm-ev libvirt virt-install [hamzy@pkvmci901 ~]$ sudo systemctl enable libvirtd.service; sudo systemctl start libvirtd.service [hamzy@pkvmci901 ~]$ sudo usermod -a -G qemu hamzy [hamzy@pkvmci901 ~]$ chmod o+rx ~/ [hamzy@pkvmci901 ~]$ qemu-img create -f qcow2 HamzyTest.qcow2 10G [hamzy@pkvmci901 ~]$ sudo virt-install --virt-type kvm --name HamzyTest --memory 8192 --graphics none --disk HamzyTest.qcow2,format=qcow2 --network=bridge:virbr0 --os-type=linux --os-variant=rhel7.4 --location=http://mirror.centos.org/altarch/7.5.1804/os/power9/ --extra-args="inst.text console=tty0 console=ttyS0,115200"
But then the installer immediately drops to the shell. :(
[anaconda root@localhost /]#
Buy, hey, RHEL does this as well.
Looks like to me that this issue is what arch is supported by qemu-kvm, right? Or there is an error caused by the new lorax/anaconda tree.
You could, theoretically, install the VM from ppc64le tree, then change your repo files to point to the power9 tree and upgrade.
I think the stock ARCH type from qemu would be ppc64le (power8) and its not really emulating power9, right?
On 08/22/2018 03:52 AM, Sandro Bonazzola wrote:
2018-08-22 10:49 GMT+02:00 Fabian Arrotin <arrfab@centos.org mailto:arrfab@centos.org>:
On 22/08/18 10:44, Sandro Bonazzola wrote: > > This is a great news. > Can we have a power9 arch repo > in http://mirror.centos.org/altarch/7/virt/ <http://mirror.centos.org/altarch/7/virt/> as well? > I guess other SIGs are in same situation. > $basearch on Power9 is still ppc64le, so it should just work ? At least that's what I was told, as we have no Power9 to test it :)
Can anybody with a power9 environment test it and give feedback?
The ONLY items changed from base ppc64le are:
kernel (and all the things that SRPM produce) anaconda (and all the things that SRPM produce)
Besides the binary RPMs produced from those SRPMS .. everything else is just ppc64le built items hard linked in.
So, theoretically the only items that would have an issue would be things that require the 3.10.0 RHEL based kernel and not the kernel-alt (4.14.0 based) .. or that depend on anaconda.
If you want/need to BUILD something against kernel-alt or the new anaconda instead of the base os ones .. we will need to get that set up in CBS.