diff --git a/tools/virsh.pod b/tools/virsh.pod index fe927140a8b1f2bb25aa8cc11f06cb9feae18651..d56c5d7d6de39ce34ab82e6e02bb17343d026ed6 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -497,7 +497,8 @@ B =item B I Define a domain from an XML . The domain definition is registered -but not started. +but not started. If domain is already running, the changes will take +effect on the next boot. =item B I @@ -717,11 +718,12 @@ specified, then the output will be escaped for use in XML. =item B I -Edit the XML configuration file for a domain. +Edit the XML configuration file for a domain, which will affect the +next boot of the guest. This is equivalent to: - virsh dumpxml domain > domain.xml + virsh dumpxml --inactive --security-info domain > domain.xml vi domain.xml (or make changes with your other text editor) virsh define domain.xml