System Grab Bag

View all TLDR pages from common (or from all pages)

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, 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:
    virsh pool-define-as --name {{pool_name}} --type {{dir}} --target {{/var/vms}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.