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 feature flags to block starting VMs #5952

Merged
merged 3 commits into from
Aug 28, 2024
Merged

Conversation

robhoes
Copy link
Member

@robhoes robhoes commented Aug 28, 2024

This should be released together with an update to v6d to enable the new flags by default.

The flag is added to the `enabled_when_unknown` list, which tells xapi
to enable the feature if the flag is absent from `host.license_params`
(as opposed to present and `true` or `false`). This is done to ensure
that VM start is not inadvertently blocked during the rolling pool
update that introduces this change.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
@@ -26,7 +26,7 @@ let prototyped_of_field = function
| "Observer", "uuid" ->
Some "23.14.0"
| "Repository", "origin" ->
Some "24.21.0-next"
Some "24.23.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Given that xapi is already on 24.24.0, would this version not need incrementing? Or am I misunderstanding things here?

Copy link
Contributor

Choose a reason for hiding this comment

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

Would agree - needs a rebase? @robhoes

Copy link
Member Author

Choose a reason for hiding this comment

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

Those calls went into 24.23.0, didn't they? 24.24.0 only had a revert commit.

@robhoes robhoes merged commit 905a485 into xapi-project:master Aug 28, 2024
15 checks passed
@robhoes robhoes deleted the startflag branch August 28, 2024 15:57
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.

4 participants