threefoldtech / zos

Autonomous operating system
https://threefold.io/host/
Apache License 2.0
79 stars 12 forks source link

Decompression happens on provisioning #2331

Closed AbdelrahmanElawady closed 1 month ago

AbdelrahmanElawady commented 1 month ago

Describe the bug

Decompression happens on provisioning not running the VM. So, when rebooting a VM with new kernel installed inside it, it won't work if it is compressed. Which shouldn't happen.

To Reproduce

Expected behavior

To be decompressed and the image to boot up again.

AbdelrahmanElawady commented 1 month ago

Fixed by removing decompression code in #2334