Displaying 1 result from an estimated 1 matches for "proxy_0_ss".
2011 Oct 12
1
XML file format for snapshot-create
I've created a very basic snapshot XML file, to allow for a description of
the snapshot. However when running the virsh command, it doesn't like the
formatting.
# virsh snapshot-create proxy_0 /vmstore/proxy_0/proxy_0_ss.xml
error: XML description for failed to parse snapshot xml document is not well
formed or invalid
This are the XML file contents...
# cat proxy_0_ss.xml
<domainsnapshot>
<name></name>
<description>Before updating to CR repo</desciption>
</domainsnapshot>...