Net::ReadTimeout while running oneimage create with --path and images > 1G

ONE version 6.8.0.1

creating images <5G works fine

qemu-img create --object secret,id=sec0,file=passphrase.luks -o key-secret=sec0 -f luks /tmp/luks.vol 1G
Formatting '/tmp/luks.vol', fmt=luks size=1073741824 key-secret=sec0
oneimage create --name lukstestimage --path /tmp/luks.vol -d 102 --prefix vd --persistent
ID: 20

but when creating images with e.g. 5G i get

oneimage create --name luks5Gtestimage --path /tmp/luks.vol -d 102 --prefix vd --persistent
Net::ReadTimeout with #<TCPSocket:(closed)>

the only message related i could find in the logs is

Wed Jan 15 14:10:33 2025 [Z0][ReM][D]: Req:3376 UID:0 IP:127.0.0.1 one.image.allocate invoked , "PATH="/tmp/luks.vol"...", 102, false

Hello @twa, Welcome to this forum.

xperiencing a Net::ReadTimeout error during the creation of larger images, could be due the XML-RPC timeout settings. By default, the XML-RPC client in Ruby has a timeout of 60 seconds. So you need to increase the timeout value.

Please check the documentation on the Wait Modes: Virtual Objects Provisioning — OpenNebula 6.10.2 documentation
And also the Images section:
Images — OpenNebula 6.10.2 documentation

Let us know if you managed to solve it, or the error still persists.

Regards,