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

fix: cloud hypervisor auto starts #920

Merged
merged 1 commit into from
Jul 25, 2024
Merged

fix: cloud hypervisor auto starts #920

merged 1 commit into from
Jul 25, 2024

Conversation

richardcase
Copy link
Member

What this PR does / why we need it:

The Cloud Hypervisor provider wasn't marked with the auto start capability and so when a new VM was created the Start method was called on the provider which resulted in a error.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #919

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes

@richardcase richardcase added kind/bug Something isn't working area/cloud-hypervisor Indicates an issue or PR related to Cloud Hypervisor labels Jul 25, 2024
The Cloud Hypervisor provider wasn't marked with the auto start capability
and so when a new VM was created the **Start** method was called on the
provider which resulted in a error.

Signed-off-by: Richard Case <richard.case@outlook.com>
@richardcase richardcase merged commit 967627b into main Jul 25, 2024
7 checks passed
@richardcase richardcase deleted the fix_ch_start branch July 25, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-hypervisor Indicates an issue or PR related to Cloud Hypervisor kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Starting a Cloud Hypervisor vm fails
1 participant