core-admin/doc/qvm-tools/qvm-shutdown.rst

43 lines
873 B
ReStructuredText
Raw Normal View History

2014-11-21 12:30:23 +01:00
.. program:: qvm-shutdown
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
====================================================
:program:`qvm-shutdown` -- Gracefully shut down a VM
====================================================
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
Synopsis
2013-03-12 16:55:05 +01:00
========
| qvm-shutdown [options] <vm-name>
2014-11-21 12:30:23 +01:00
Options
2013-03-12 16:55:05 +01:00
=======
2014-11-21 12:30:23 +01:00
.. option:: --help, -h
2013-03-12 16:55:05 +01:00
Show this help message and exit
2014-11-21 12:30:23 +01:00
.. option:: --quiet, -q
2013-03-12 16:55:05 +01:00
Be quiet
2014-11-21 12:30:23 +01:00
.. option:: --force
2013-03-12 16:55:05 +01:00
Force operation, even if may damage other VMs (eg. shutdown of NetVM)
2014-11-21 12:30:23 +01:00
.. option:: --wait
2013-03-12 16:55:05 +01:00
Wait for the VM(s) to shutdown
2014-11-21 12:30:23 +01:00
.. option:: --all
2013-03-12 16:55:05 +01:00
Shutdown all running VMs
2014-11-21 12:30:23 +01:00
.. option:: --exclude=EXCLUDE_LIST
When :option:`--all` is used: exclude this VM name (might be repeated)
Authors
2013-03-12 16:55:05 +01:00
=======
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
| Marek Marczykowski <marmarek at invisiblethingslab dot com>