Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhcos-4.12] backports to get ppc64le working #3196

Merged
merged 3 commits into from
Nov 14, 2022

Conversation

All we need to do is symlink to cmd-ore-wrapper.

(cherry picked from commit 84bfb24)
I suspect this was a copy/paste error. `BucketAlreadyOwnedByYou` is
an error reported from createBucket(), which we aren't calling here.

(cherry picked from commit e80eb3a)
We've seen errors running buildextend-live on ppc64le:

```
subprocess.CalledProcessError: Command
'['/usr/lib/coreos-assembler/gf-mksquashfs',
  'builds/412.86.202211102204-0/ppc64le/rhcos-412.86.202211102204-0-metal.ppc64le.raw',
  '/home/jenkins/agent/workspace/build-arch/tmp/buildpost-live/initrd-rootfs/root.squashfs',
  'gzip']' returned non-zero exit status 1.
```

It appears to be running out of memory inside the libgestfs VM. This
may be because we are setting the smp value high on this particular
machine (because it has 128 processors) with the
`coreos_gf set-smp "$(kola ncpu)"` call.

(cherry picked from commit cfa0a43)
@dustymabe dustymabe merged commit f1810d0 into coreos:rhcos-4.12 Nov 14, 2022
@dustymabe dustymabe deleted the dusty-4.12-backports branch November 14, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants