-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
runtime: Fix firecracker config #1002
runtime: Fix firecracker config #1002
Conversation
Simplify definition of the `CLHVALIDHYPERVISORPATHS` build variable to use the already defined `CLHPATH`. Signed-off-by: James O. D. Hunt <[email protected]>
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#1001. Signed-off-by: James O. D. Hunt <[email protected]>
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @jodh-intel!
These fixes should get applied to kata-containers/runtime#3005 so this PR won't need to be backported to 1.x. However, it will need to be backported to the stable 2.0 branch in this repo. I don't know who created the @bergwolf - do you know anything about this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, my bad. Good catch.
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
restarting clh CIs |
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
/test-arm |
@jodh-intel Needs port to stable 2.0.0 branch. |
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
The build was setting a `FCVALIDPATHS` variable for firecracker, but that was never being used. Conversely, the firecracker configuration template was expecting a `FCVALIDHYPERVISORPATHS`, but that variable was never being set. Resolve by only setting the `FCVALIDHYPERVISORPATHS` variable to ensure the generated firecracker config is valid once again. Fixes: kata-containers#3005 From kata-containers/kata-containers#1002 Fixing kata-containers/kata-containers#1001 Signed-off-by: James O. D. Hunt <[email protected]> Signed-off-by: Christophe de Dinechin <[email protected]>
The build was setting a
FCVALIDPATHS
variable for firecracker, butthat was never being used. Conversely, the firecracker configuration
template was expecting a
FCVALIDHYPERVISORPATHS
, but that variable wasnever being set.
Resolve by only setting the
FCVALIDHYPERVISORPATHS
variable to ensurethe generated firecracker config is valid once again.
Fixes: #1001.
Signed-off-by: James O. D. Hunt [email protected]