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

Decompression happens on provisioning #2331

Closed
AbdelrahmanElawady opened this issue May 15, 2024 · 1 comment
Closed

Decompression happens on provisioning #2331

AbdelrahmanElawady opened this issue May 15, 2024 · 1 comment
Labels
type_bug Something isn't working

Comments

@AbdelrahmanElawady
Copy link
Contributor

AbdelrahmanElawady commented May 15, 2024

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

  • Run a VM with kernel in it like this
  • Install a new kernel (apt install linux-image-<version> or a script like this).
  • Reboot the VM
  • It won't boot again and the workload will be deleted.

Expected behavior

To be decompressed and the image to boot up again.

@AbdelrahmanElawady AbdelrahmanElawady added the type_bug Something isn't working label May 15, 2024
@AbdelrahmanElawady
Copy link
Contributor Author

Fixed by removing decompression code in #2334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant