qvm-shutdown.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .. program:: qvm-shutdown
  2. :program:`qvm-shutdown` -- Gracefully shut down a qube
  3. ======================================================
  4. Synopsis
  5. --------
  6. :command:`qvm-shutdown` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--wait] [--timeout *TIMEOUT*] [*VMNAME*]
  7. Options
  8. -------
  9. .. option:: --help, -h
  10. show the help message and exit
  11. .. option:: --verbose, -v
  12. increase verbosity
  13. .. option:: --quiet, -q
  14. decrease verbosity
  15. .. option:: --all
  16. perform the action on all qubes
  17. .. option:: --exclude=EXCLUDE
  18. exclude the qube from :option:`--all`
  19. .. option:: --wait
  20. wait for the VMs to shut down. If some domains are providing network to other
  21. domains, wait for those domains to shut down before shutting down their
  22. dependents.
  23. .. option:: --timeout
  24. timeout after which domains are killed when using :option:`--wait`
  25. Authors
  26. -------
  27. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  28. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  29. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  30. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  31. .. vim: ts=3 sw=3 et tw=80