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.<div><br></div><div># virsh snapshot-create proxy_0 /vmstore/proxy_0/proxy_0_ss.xml</div>
<div><div>error: XML description for failed to parse snapshot xml document is not well formed or invalid</div></div><div><br></div><div><br></div><div>This are the XML file contents...</div><div><br></div><div><div># cat proxy_0_ss.xml </div>
<div><domainsnapshot></div><div>  <name></name></div><div>  <description>Before updating to CR repo</desciption></div><div></domainsnapshot></div></div><div><br></div><div>I'm running libvirt-0.8.7 on CentOS 6 x86_64.  I can take snapshots just fine without defining the XML file, but I'd like to be able to add a description.</div>
<div><br></div><div>Thanks</div><div>- Trey</div>