-
Notifications
You must be signed in to change notification settings - Fork 374
Add agent tracing support #1369
Comments
Actually, the static tracing is only partially supported at the moment; to make this work, we need to disable the QMP quit call to allow the agent to shutdown the VM. This is why dynamic tracing is preferred since the runtime retains control of the VM whereas with static tracing, the agent is in control of the shutdown. @sboeuf, @mcastelino - I'm thinking that rather than adding a simple
By default:
Related to that, iff the user sets
[*] - recall that any kernel options the user sets in |
@jodh-intel this sounds good to me. I like the fact that the default will be the one we want (dynamic + isolated), but disabled because commented out. One comment here, maybe we could call |
Agreed. I'll update the agent trace docs for that first... |
Remove the example showing how to set the trace mode in the runtime's configuration file. The reason for doing this being that the plan is for the runtime to control adding such guest kernel command line options as part of kata-containers/runtime#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Remove the example showing how to set the trace mode in the runtime's configuration file. The reason for doing this being that the plan is for the runtime to control adding such guest kernel command line options as part of kata-containers/runtime#1369. Signed-off-by: James O. D. Hunt <[email protected]>
This work is going to be blocked on #1152. |
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
It will also be blocked on kata-containers/agent#480. |
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the built configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the built configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the built configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the built configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Add configuration options to support the various Kata agent tracing modes and types. See the comments in the built configuration files for details: - `cli/config/configuration-fc.toml` - `cli/config/configuration-qemu.toml` Fixes kata-containers#1369. Signed-off-by: James O. D. Hunt <[email protected]>
Now that kata-containers/agent#415 has landed, we need to add the ability to enable agent tracing from the runtime.
Static agent tracing can already be enabled by setting
agent.trace*
inkernel_params=
in theconfiguration.toml
file.However, dynamic tracing (which is the preferred trace model) will require:
StartTracing()
andStopTracing()
.The text was updated successfully, but these errors were encountered: