mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 17:06:01 +02:00
Update virsh-pool-define-as.md
This commit is contained in:
parent
882067d933
commit
f37935a463
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
> 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):
|
||||
- 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 and use `virsh pool-start` to start the inactive pool):
|
||||
|
||||
`virsh pool-define-as --name {{pool_name}} --type {{dir}} --target {{/var/vms}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue