545 B
545 B
virsh pool-define-as
Create a configuration file in
/etc/libvirt/storagefor 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/vmsas the underlying storage system (usevirsh pool-buildto create the underlying storage system and usevirsh pool-startto start the inactive pool):
virsh pool-define-as --name {{pool_name}} --type {{dir}} --target {{/var/vms}}