Skip to content

[WIP] vsock: Add new VMs at runtime#426

Closed
techiepriyansh wants to merge 1 commit intorust-vmm:mainfrom
techiepriyansh:add-sibling-at-runtime
Closed

[WIP] vsock: Add new VMs at runtime#426
techiepriyansh wants to merge 1 commit intorust-vmm:mainfrom
techiepriyansh:add-sibling-at-runtime

Conversation

@techiepriyansh
Copy link
Contributor

@techiepriyansh techiepriyansh commented Aug 21, 2023

Implement ability to add new VMs at runtime. Removing or modifying the configuration of an existing VM at runtime is not supported at the moment.

To use this feature, you must use the --config CLI argument to specify the initial configuration with the --watch flag set. The path to the config file provided must be a symlink to the actual YAML config. To update the VM configuration at runtime, simply change the symlink to point to the YAML config file with the new configuration.

@techiepriyansh techiepriyansh force-pushed the add-sibling-at-runtime branch from fd49300 to f1b0006 Compare August 21, 2023 14:56
Implement ability to add new VMs at runtime. Removing or modifying
the configuration of an existing VM at runtime is not supported at the
moment.

To use this feature, you must use the `--config` CLI argument to specify
the initial configuration with the `--watch` flag set. The path to the
config file provided must be a symlink to the actual YAML config. To
update the VM configuration at runtime, simply change the symlink to point
to the YAML config file with the new configuration.

Signed-off-by: Priyansh Rathi <[email protected]>
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.

1 participant