Skip to content

Comments

feat(vm): add --from-file flag to vlct for displaying domain from file#2014

Merged
yaroslavborbat merged 1 commit intomainfrom
feat/vm/vlct-get-domain-from-libvirt-file
Feb 20, 2026
Merged

feat(vm): add --from-file flag to vlct for displaying domain from file#2014
yaroslavborbat merged 1 commit intomainfrom
feat/vm/vlct-get-domain-from-libvirt-file

Conversation

@yaroslavborbat
Copy link
Member

@yaroslavborbat yaroslavborbat commented Feb 20, 2026

Description

Extend the vlct command with a --from-file flag that allows users to display domain information directly from a local libvirt XML file

Why do we need it, and what problem does it solve?

The live domain information retrieved from virt-launcher provides only a limited subset of the complete domain configuration. The libvirt XML file contains the full, detailed domain specification including all devices, features, and settings. This flag enables operators to inspect the complete domain definition for debugging, validation, or documentation purposes without relying on the live instance's filtered view.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: vm
type: feature
summary: Extend the `vlct` command with a `--from-file` flag that allows users to display domain information directly from a local libvirt XML file

Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
@yaroslavborbat yaroslavborbat force-pushed the feat/vm/vlct-get-domain-from-libvirt-file branch from f8d3417 to 0cc3c10 Compare February 20, 2026 09:52
@yaroslavborbat yaroslavborbat changed the title feat(vm): add --fromFile flag to vlct for displaying domain from file feat(vm): add --from-file flag to vlct for displaying domain from file Feb 20, 2026
@yaroslavborbat yaroslavborbat merged commit c525c39 into main Feb 20, 2026
48 of 50 checks passed
@yaroslavborbat yaroslavborbat deleted the feat/vm/vlct-get-domain-from-libvirt-file branch February 20, 2026 10:18
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.

2 participants