search for: _get_xml_path

Displaying 2 results from an estimated 2 matches for "_get_xml_path".

2010 Mar 31
3
[PATCH] Remove v2v-snapshot
...backingstore => $backing_path, - output => $eh->output())); - - return -1; - } - - # Delete the snapshot volume - $vol->delete(0); - } - - # Remove the XML backup if it exists - my $xmlpath = _get_xml_path($dom); - unlink($xmlpath) if(-e $xmlpath); - - return 0; -} - -sub _snapshot_guest -{ - my ($dom, $vmm, $pool) = @_; - - my $name = _get_guest_name($dom); - - # Store a backup of the domain XML before modification - my $xmlpath = _get_xml_path($dom); - - # Error if the xml back...
2009 Oct 01
0
[PATCH] v2v-snapshot: Improve documentation
...lt;v2v-snapshot can only snapshot a guest which is shutdown. It is not intended +as a long-term storage option.> When a change has been tested, v2v-snapshot can either commit the change, which will update the original storage with the changes made to the snapshot, or @@ -757,6 +759,73 @@ sub _get_xml_path return $xmldir.'/'._get_guest_name($dom).'.xml'; } +=head1 EXAMPLES + +=head2 Snapshot a local guest + +=over + +This example covers snapshotting a guest which is available through libvirt on +the local machine. The guest domain's name is I<E<lt>guestE<gt>...