Dmitry Tantsur d11fa50c87 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
(cherry picked from commit fd8032b3601f79315eb683916fbd4a2a8d5cc74e)
2025-03-05 12:34:48 +00:00
..
2022-04-14 10:47:06 +00:00
2021-12-16 22:03:51 +01:00
2024-09-04 09:14:51 -07:00
2022-01-10 11:31:33 +01:00
2024-09-04 09:14:51 -07:00
2023-11-24 09:45:40 +13:00
2024-09-04 09:14:51 -07:00
2025-01-23 12:37:40 +00:00
2024-01-31 10:09:13 +01:00
2024-05-01 14:40:32 +00:00