ibm-spectrum-scale-install-infra icon indicating copy to clipboard operation
ibm-spectrum-scale-install-infra copied to clipboard

Prevent an x86 installer node from trying to install on non x86 architecture (ppc64, LE and s390x)

Open mrolyat opened this issue 4 years ago • 0 comments

Have an x86 installer node with 3 other x86 nodes that were being installed. Added a 5th node that was ppc64LE and the installer attempted to install on the ppc64LE architecture.....It is supported to have mixed architectures within a Scale cluster but Ansible toolkit does not currently support installing on mixed architecture so this should be prechecked and prevented with warning and good problem determination on how to work around.

ppc64LE-vm1                 : ok=17   changed=2    unreachable=0    failed=1    skipped=9    rescued=0    ignored=0
x86-vm1               : ok=175  changed=3    unreachable=0    failed=0    skipped=170  rescued=0    ignored=0
x86-vm2               : ok=97   changed=0    unreachable=0    failed=0    skipped=64   rescued=0    ignored=0
x86-vm3               : ok=105  changed=0    unreachable=0    failed=0    skipped=64   rescued=0    ignored=0
x86-vm4               : ok=97   changed=0    unreachable=0    failed=0    skipped=64   rescued=0    ignored=0```

mrolyat avatar Jun 24 '20 20:06 mrolyat