File:Libvirt-domain-xml.svg

From Gentoo Wiki
Jump to:navigation Jump to:search

Original file(SVG file, nominally 619 × 505 pixels, file size: 10 KB)

Summary

Lifespan state transition of a Libvirt domain XML file.

(Let us see if this SVG format works in Gentoo Wiki).

I created this file using: ``` digraph G {

 node [shape=rect];
 "existing VM" -> create;
 create -> XML;
 "existing XML" -> "virt-dumpxml"
 "virt-dumpxml" -> XML;
 XML -> "virsh-edit"
 "virsh-edit" -> XML;
 XML -> "virsh destroy"
 "virsh destroy" -> "delisted domain"
 XML -> "virsh undefine" -> trash
 XML -> "virt-machine"
 XML -> "virsh start"
 "virt-machine" -> VM
 "virsh start" -> VM
 VM -> "Up state"

} ``` and the following online DOT to graphic convertor tool,

Licensing

IconLicense.png
This asset is released into the public domain.

This file has been released into the public domain by the copyright holder, its copyright has expired, or it is ineligible for copyright. This applies worldwide.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:04, 22 March 2025Thumbnail for version as of 20:04, 22 March 2025619 × 505 (10 KB)Egberts (talk | contribs)Lifespan state transition of a Libvirt domain XML file. (Let us see if this SVG format works in Gentoo Wiki). I created this file using: ``` digraph G { node [shape=rect]; "existing VM" -> create; create -> XML; "existing XML" -> "virt-dumpxml" "virt-dumpxml" -> XML; XML -> "virsh-edit" "virsh-edit" -> XML; XML -> "virsh destroy" "virsh destroy" -> "delisted domain" XML -> "virsh undefine" -> trash XML -> "virt-machine" XML -> "virsh start" "virt-machine" -> VM...

There are no pages that use this file.