Files
ironic-python-agent/ironic_python_agent
Dmitry Tantsur fd8032b360 Fix the way qemu-img is called with prlimits
Using prlimits is incompatible with passing arguments as a list:
oslo.concurrency ends up executing something like:

/opt/ironic-python-agent/bin/python3 -m oslo_concurrency.prlimit \
    --as=2147483648 -- ['env', 'LC_ALL=C', 'LANG=C', 'qemu-img', 'info', \
    '/tmp/cirros-0.6.2-x86_64-disk.img', '--output=json']

Which obviously fails. I don't understand how our CI has worked so far,
but the Metal3 BMO suite fails on this.

Change-Id: I46dbcb0f73bcbe09bb89b5c7195259570412698e
2025-02-25 14:26:10 +01:00
..
2024-05-03 08:18:20 -07:00
2025-01-29 19:20:10 +00:00
2025-02-10 19:26:34 +00:00
2024-04-11 01:17:23 +12:00
2025-01-14 11:59:06 -08:00
2025-02-10 19:26:34 +00:00
2025-01-14 11:59:06 -08:00
2025-01-14 11:59:06 -08:00
2025-01-24 21:57:23 -06:00
2024-01-31 10:09:13 +01:00