On 10/29/2010 01:35 AM, Eric Blake wrote:
ACK - both descriptions look okay to me. But before you push, be
sure
virsh.pod also has similar wording.
Thanks, pushed. :)
Good point about the .pod file too. Adjusted the descriptions in there
as follows:
For managedsave
Save and destroy a running domain, so it can be restarted from the
same state at a later time. When the virsh start command is next
run for the domain, it will automatically be started from this saved
state.
For managedsave-remove
Remove the managedsave state file for a domain, if it exists.
This ensures the domain will do a full boot the next time it is
started.
For start
Start a (previously defined) inactive domain, either from the last
managedsave state, or via a fresh boot if no managedsave state is
present. The domain will be paused if the --paused option is
used and supported by the driver; otherwise it will be running.
If --console is requested, attach to the console after creation.