Linux Virtualization Management Daemon
libvirtd manages virtual machines through various hypervisors:
virsh list --all
virsh start <domain>
virsh shutdown <domain>
virsh destroy <domain>
virsh net-list --all
virsh net-start <network>
virsh net-destroy <network>
virsh pool-list --all
virsh vol-list <pool>
virsh pool-start <pool>
libvirtd provides several networking options:
Storage pools can be configured for various backends:
libvirtd implements several security features:
Logging can be configured through the configuration file. Common log levels:
/etc/libvirt/libvirtd.conf/var/run/libvirt/libvirt-sock/var/log/libvirt/libvirtd.log/var/run/libvirt/libvirtd.pidvirsh(1), virt-manager(1), libvirt(3), libvirtd.conf(5)
Please report bugs to the libvirt mailing list: [email protected]
libvirtd was written by the libvirt project team.
Copyright © 2006-2024 Red Hat, Inc. and others. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.