virsh-pool-*: add pages

This commit is contained in:
Adam Herst
2021-05-27 15:21:39 -04:00
committed by Starbeamrainbowlabs
parent 6f1cd48ae2
commit 882067d933
9 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# virsh-pool-define-as
> Create a configuration file in `/etc/libvirt/storage` for a persistent virtual machine storage pool from the provided arguments.
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- Create the configuration file for a storage pool called pool_name using `/var/vms` as the underlying storage system (use `virsh pool-build` to create the underlying storage system if it doesn't exist and use `virsh pool-start` to start the inactive pool):
`virsh pool-define-as --name {{pool_name}} --type {{dir}} --target {{/var/vms}}`