I rely on the wokd service within my Debian 12 environment. Initially, everything functions seamlessly when integrating storage volumes under 10 MB. However, upon attempting to incorporate larger volumes exceeding this threshold, an error consistently arises.
OS: Debian 12
`KCHVOL0007E: Unable to create storage volume debian-12.5.0-amd64-netinst.iso in storage pool ISO. Details: cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large
Error in async_task 0936e8f4-f192-11ee-84b6-00200c7d2b98
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/storagevolumes.py", line 159, in _create_volume_with_capacity
pool.createXML(xml, 0)
File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/libvirtconnection.py", line 77, in wrapper
ret = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/libvirt.py", line 3931, in createXML
raise libvirtError('virStorageVolCreateXML() failed')
libvirt.libvirtError: cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/wok/asynctask.py", line 109, in _run_helper
self.fn(cb, opaque)
File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/storagevolumes.py", line 161, in _create_volume_with_capacity
raise OperationFailed(
wok.exception.OperationFailed: KCHVOL0007E: Unable to create storage volume debian-12.5.0-amd64-netinst.iso in storage pool ISO. Details: cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large
`
I rely on the wokd service within my Debian 12 environment. Initially, everything functions seamlessly when integrating storage volumes under 10 MB. However, upon attempting to incorporate larger volumes exceeding this threshold, an error consistently arises.
OS: Debian 12
`KCHVOL0007E: Unable to create storage volume debian-12.5.0-amd64-netinst.iso in storage pool ISO. Details: cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large Error in async_task 0936e8f4-f192-11ee-84b6-00200c7d2b98 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/storagevolumes.py", line 159, in _create_volume_with_capacity pool.createXML(xml, 0) File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/libvirtconnection.py", line 77, in wrapper ret = f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/libvirt.py", line 3931, in createXML raise libvirtError('virStorageVolCreateXML() failed') libvirt.libvirtError: cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/wok/asynctask.py", line 109, in _run_helper self.fn(cb, opaque) File "/usr/lib/python3/dist-packages/wok/plugins/kimchi/model/storagevolumes.py", line 161, in _create_volume_with_capacity raise OperationFailed( wok.exception.OperationFailed: KCHVOL0007E: Unable to create storage volume debian-12.5.0-amd64-netinst.iso in storage pool ISO. Details: cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large `