virsh pool-list
all
List information about virtual machine storage pools. See also: `virsh`, `virsh-pool-autostart`, `virsh-pool-define-as`.
More info →Examples (6)
List the name, state, and whether autostart is enabled or disabled for active storage pools
List information for active and inactive or just inactive storage pools
virsh pool-list --all|inactiveList 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-autostartList information for active storage pools that are either persistent or transient
virsh pool-list --persistent|transientList the name and UUID of active storage pools
virsh pool-list --name --uuidmade by @shridhargupta | data from tldr-pages