Comment 3 for bug 1036973

Revision history for this message
vincent (vincent-y-chen) wrote : Re: Domain snapshot not found with name

the snapshot name and domain are similar, but not same. Sorry to make you confuse.
domain name: snap_rhel_vnx
snapshot name: snap1-rhel_vnx

Finally i find the root casue, which is the snapshot name

<domainsnapshot>
    <name>snap1-rhel_vnx </name>
    <description>base snapshot when os install </description>
</domainsnapshot>

there is the blank at end of snapshot name, so the snapshot name is "snap1-rhel_vnx " not "snap1-rhel_vnx"
the revert process success when i change to "snap1-rhel_vnx ".