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

Add instance type to instances of offline cluster members #11967

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

monstermunchkin
Copy link
Contributor

This fixes #11947 where the instance type of instances of offline cluster members would always be shown as "CONTAINER".
For these instances, the instance type field was an empty string which then was interpreted as "CONTAINER" by the CLI.

This sets the instance type correctly for instances of offline cluster
members.

Fixes canonical#11947

Signed-off-by: Thomas Hipp <[email protected]>
Copy link
Member

@tomponline tomponline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tomponline tomponline merged commit 45c59c2 into canonical:main Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LXD Cluster Virtual Machines incorrectly displayed as Containers
2 participants