54d992f727
Most of them are moved from core-admin repository, even if tool is not implemented yet. Some are generated using skel-manpage.py script. This way we have complete man pages list, and sphinx will properly warn/error about inconsistencies.
66 lines
1.4 KiB
ReStructuredText
66 lines
1.4 KiB
ReStructuredText
.. program:: qvm-pool
|
|
|
|
:program:`qvm-pool` -- manage pools
|
|
===================================
|
|
|
|
Synopsis
|
|
--------
|
|
:command:`qvm-pool` [-h] [--verbose] [--quiet] [--help-drivers] [-o options] [-l | -i *NAME* | -a *NAME* *DRIVER* | -r *NAME*]
|
|
|
|
Options
|
|
-------
|
|
|
|
.. option:: --help, -h
|
|
|
|
Show this help message and exit
|
|
|
|
.. option:: --quiet, -q
|
|
|
|
Be quiet
|
|
|
|
.. option:: --verbose, -v
|
|
|
|
Increase verbosity
|
|
|
|
.. option:: --help-drivers
|
|
|
|
List all known drivers with their options. The listed driver options can be
|
|
used with the ``-o options`` switch.
|
|
|
|
.. option:: -o options
|
|
|
|
Comma separated list of driver options. See ``--help-drivers`` for a list of
|
|
driver options.
|
|
|
|
.. option:: --list, -l
|
|
|
|
List all pools.
|
|
|
|
.. option:: --info NAME, -i NAME
|
|
|
|
Show information about a pool
|
|
|
|
.. option:: --add NAME DRIVER, -a NAME DRIVER
|
|
|
|
Add a pool. For supported drivers and their options see ``--help-drivers``.
|
|
Most of the drivers expect some kind of options.
|
|
|
|
.. option:: --remove NAME, -r NAME
|
|
|
|
Remove a pool. This removes only the information about the pool in
|
|
qubes.xml, but does not delete any content (FIXME: is it really true for
|
|
all pool drivers?).
|
|
|
|
Examples
|
|
--------
|
|
|
|
Create a pool backed by the default `xen` driver.
|
|
|
|
::
|
|
|
|
qvm-pool -o dir_path=/mnt/foo -a foo xen
|
|
|
|
Authors
|
|
-------
|
|
| Bahtiar \`kalkin-\` Gadimov <bahtiar at gadimov dot de>
|