Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot extend file '/var/lib/kimchi/isos/debian-12.5.0-amd64-netinst.iso': File too large #317

Open
sharif779 opened this issue Apr 3, 2024 · 0 comments
Labels

Comments

@sharif779
Copy link

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
`

@sharif779 sharif779 added the bug label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant