]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
save: add --bypass-cache flag to virsh save/restore operations
authorEric Blake <eblake@redhat.com>
Sat, 9 Jul 2011 03:09:16 +0000 (21:09 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 21 Jul 2011 22:24:08 +0000 (16:24 -0600)
commita779d2ff2d316fc22adeec0e467b8ef6fcebb685
treeca97101fb7d455162d6676530fe7de3313ffb590
parentb1083a4c533f16af13b980b46ec738141cc002e8
save: add --bypass-cache flag to virsh save/restore operations

Wire up the new flag to several virsh commands.  Also, the
'dump' command had undocumented flags.

* tools/virsh.c (cmdSave, cmdManagedSave, cmdDump, cmdStart)
(cmdRestore): Add new flag.
* tools/virsh.pod (save, managedsave, dump, start, restore):
Document flags.
tools/virsh.c
tools/virsh.pod