mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Update virsh-pool-define-as.md
This commit is contained in:
parent
19037eb285
commit
4c5068c69e
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +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`.
|
||||
> See also: `virsh`, `virsh pool-build`, `virsh pool-start`.
|
||||
> 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 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:
|
||||
|
||||
`virsh pool-define-as --name {{pool_name}} --type {{dir}} --target {{/var/vms}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue