-
Notifications
You must be signed in to change notification settings - Fork 32
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
destroy_cloud_config_vdi_after_boot deletes the cloud config VDI too soon #325
Comments
We are experiencing this as well after upgrade XOA to version 5.101. I think the proposed changes makes sense. |
Thanks for the report. Let me ping people internally to take a look ASAP! |
any update on the issue ? |
We have someone coming in January to take care of this, until then I'll check if someone else can take a look. |
Note: if you have pro support, creating a ticket will help to make sure we won't overlook it. |
Same here - this used to work, but then the VM would not boot when created, or would boot but no cloud-init would have been applied. Commenting out the following fixed the issues, but the cloud-init disk remains attached: destroy_cloud_config_vdi_after_boot = true |
Okay so the issue is in XO, not in the provider. Thanks for the report, we'll fix that ASAP. For reference: vatesfr/xen-orchestra#8219 |
Currently Im using cloud config files to bootstrap a VM Image created using packer. this is mainly being used to set host specific things like the network configuration and host name. when using
destroy_cloud_config_vdi_after_boot = true, the expected_ip_cidr setting and the default power_state setting which i believe is Running the cloud config VDI is deleted as soon as it meets the running state, but this means that the VM isn't able to access the cloud config files.
Proposed changes:
The text was updated successfully, but these errors were encountered: