snippetbashTip
virsh pool-list — List information about virtual machine storage pools. See also: `virsh`, `virsh-pool-autostart`, `vi
Viewed 0 times
virtualcommandcliinformationaboutmachinelistvirsh pool-list
Problem
How to use the
virsh pool-list command: List information about virtual machine storage pools. See also: virsh, virsh-pool-autostart, virsh-pool-define-as. More information: <https://manned.org/virsh>.Solution
virsh pool-list — List information about virtual machine storage pools. See also: virsh, virsh-pool-autostart, virsh-pool-define-as. More information: <https://manned.org/virsh>.List the name, state, and whether autostart is enabled or disabled for active storage pools:
virsh pool-listList information for active and inactive or just inactive storage pools:
virsh pool-list --{{all|inactive}}List extended information about persistence, capacity, allocation, and available space for active storage pools:
virsh pool-list --detailsList information for active storage pools with either autostart enabled or disabled:
virsh pool-list --{{autostart|no-autostart}}List information for active storage pools that are either persistent or transient:
virsh pool-list --{{persistent|transient}}List the name and UUID of active storage pools:
virsh pool-list --name --uuidCode Snippets
List the name, state, and whether autostart is enabled or disabled for active storage pools
virsh pool-listList information for active and inactive or just inactive storage pools
virsh pool-list --{{all|inactive}}List extended information about persistence, capacity, allocation, and available space for active storage pools
virsh pool-list --detailsList information for active storage pools with either autostart enabled or disabled
virsh pool-list --{{autostart|no-autostart}}List information for active storage pools that are either persistent or transient
virsh pool-list --{{persistent|transient}}Context
tldr-pages: common/virsh pool-list
Revisions (0)
No revisions yet.