qvm-volume.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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*] [*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:: --full
  30. print domain names
  31. .. option:: --all
  32. List volumes from all qubes. You can use :option:`--exclude` to limit the
  33. qubes set. Don't forget — internal devices are hidden by default!
  34. .. option:: --exclude
  35. Exclude the qube from :option:`--all`.
  36. aliases: ls, l
  37. extend
  38. ^^^^^^
  39. | :command:`qvm-volume extend` [-h] [--verbose] [--quiet] *POOL_NAME:VOLUME_ID* *NEW_SIZE*
  40. Extend the volume with *POOL_NAME:VOLUME_ID* TO *NEW_SIZE*
  41. revert
  42. ^^^^^^
  43. | :command:`qvm-volume revert` [-h] [--verbose] [--quiet] *POOL_NAME:VOLUME_ID*
  44. Revert a volume to previous revision.
  45. aliases: rv, r
  46. Authors
  47. -------
  48. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  49. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  50. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  51. | Bahtiar `kalkin-` Gadimov <bahtiar at gadimov dot de>
  52. .. vim: ts=3 sw=3 et tw=80