qvm-shutdown.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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; implies :option:`--force`
  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, unless :option:`--all` was specified
  23. .. option:: --timeout
  24. timeout after which domains are killed when using :option:`--wait`
  25. .. option:: --force
  26. force qube shutdown, regardless of whether there exist any connected domains
  27. (such as those using it as network VM)
  28. Authors
  29. -------
  30. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  31. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  32. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  33. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  34. .. vim: ts=3 sw=3 et tw=80