mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-17 18:51:25 +00:00
Work around RHBZ #1769600 on ppc64
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
53ef72b734
commit
8f53b9f5f8
@ -298,6 +298,10 @@ class VirtInstallImage(object):
|
||||
# openQA server:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1387798
|
||||
args.extend(("--network", "user"))
|
||||
# Workaround a qemu/ppc64 bug in F31:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1769600
|
||||
if arch in ['ppc64','ppc64le']:
|
||||
args.extend(("--machine", "pseries-4.0"))
|
||||
# run the command, timing out after 1 hour; sometimes creation
|
||||
# seems to just get mysteriously stuck, we need to bail and
|
||||
# retry in this case
|
||||
|
Loading…
Reference in New Issue
Block a user