qvm-volume.rst 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .. program:: qvm-volume
  2. :program:`qvm-volume` -- Qubes volume and block device managment
  3. ===============================================================
  4. Synopsis
  5. --------
  6. | :command:`qvm-volume` *COMMAND* [-h] [--verbose] [--quiet] [options] [arguments]
  7. Description
  8. -----------
  9. .. TODO Add description
  10. Options
  11. -------
  12. .. option:: --help, -h
  13. Show help message and exit
  14. .. option:: --verbose, -v
  15. Increase verbosity.
  16. .. option:: --quiet, -q
  17. Decrease verbosity.
  18. Commands
  19. --------
  20. list
  21. ^^^^
  22. | :command:`qvm-volume list` [-h] [--verbose] [--quiet] [-p *POOL_NAME*] [-i] [*VMNAME* [*VMNAME* ...]]
  23. List block devices. By default the internal devices are hidden. When the
  24. stdout is connected to a TTY `qvm-volume list` will print a pretty table by
  25. omitting redundant data. This behaviour is disabled when `--full` option is
  26. passed or stdout is redirected to a pipe or file.
  27. .. option:: -p, --pool
  28. list volumes from specified pool
  29. .. option:: -i, --internal
  30. list internal devices
  31. .. option:: --full
  32. print domain names
  33. .. option:: --all
  34. List volumes from all qubes. You can use :option:`--exclude` to limit the
  35. qubes set. Don't forget — internal devices are hidden by default!
  36. .. option:: --exclude
  37. Exclude the qube from :option:`--all`.
  38. aliases: ls, l
  39. extend
  40. ^^^^^^
  41. | :command:`qvm-volume extend` [-h] [--verbose] [--quiet] *POOL_NAME:VOLUME_ID* *NEW_SIZE*
  42. Extend the volume with *POOL_NAME:VOLUME_ID* TO *NEW_SIZE*
  43. revert
  44. ^^^^^^
  45. | :command:`qvm-volume revert` [-h] [--verbose] [--quiet] *POOL_NAME:VOLUME_ID*
  46. Revert a volume to previous revision.
  47. aliases: rv, r
  48. Authors
  49. -------
  50. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  51. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  52. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  53. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
  54. .. vim: ts=3 sw=3 et tw=80