Linux Virtualization Info: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Info) |
||
Line 5: | Line 5: | ||
=Info= | =Info= | ||
* Storage pool status and usage: [[virsh pool-info]] | * Storage pool status and usage: [[virsh pool-list|virsh pool-list <pool-name> --all --details]], [[virsh pool-info]] and [[virsh pool-dumpxml]]. | ||
* Storage volume info: [[virsh vol-info]] | * Storage volume info: [[virsh vol-info]] | ||
* DHCP range of a virtual network: <tt>virsh net-edit <virtual-network-name></tt>. More details: [[virsh net-edit]] and [[KVM_Virtual_Networking_Concepts#The_DNS_and_DHCP_Server|DNS and DHCP server's (dnsmasq)]]. | * DHCP range of a virtual network: <tt>virsh net-edit <virtual-network-name></tt>. More details: [[virsh net-edit]] and [[KVM_Virtual_Networking_Concepts#The_DNS_and_DHCP_Server|DNS and DHCP server's (dnsmasq)]]. |
Revision as of 19:32, 28 June 2017
Internal
Info
- Storage pool status and usage: virsh pool-list <pool-name> --all --details, virsh pool-info and virsh pool-dumpxml.
- Storage volume info: virsh vol-info
- DHCP range of a virtual network: virsh net-edit <virtual-network-name>. More details: virsh net-edit and DNS and DHCP server's (dnsmasq).