Difference between revisions of "Virsh setvcpus"
Jump to navigation
Jump to search
↑ https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/virtualization_deployment_and_administration_guide/index
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 13: | Line 13: | ||
* Hot unplugging vCPUs is not supported on [[Red Hat Enterprise Linux 7]]<ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/virtualization_deployment_and_administration_guide/index</ref> | * Hot unplugging vCPUs is not supported on [[Red Hat Enterprise Linux 7]]<ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/virtualization_deployment_and_administration_guide/index</ref> | ||
− | virsh setvcpus VM_NAME | + | virsh setvcpus VM_NAME 2 --live |
error: invalid argument: requested vcpus is greater than max allowable vcpus for the live domain: 16 > 4 | error: invalid argument: requested vcpus is greater than max allowable vcpus for the live domain: 16 > 4 | ||
− | virsh setvcpus VM_NAME | + | virsh setvcpus VM_NAME 2 --live |
error: Requested operation is not valid: domain is not running | error: Requested operation is not valid: domain is not running | ||
Line 22: | Line 22: | ||
error: Requested operation is not valid: domain is not running | error: Requested operation is not valid: domain is not running | ||
− | virsh setvcpus VM_NAME | + | virsh setvcpus VM_NAME 2 --config --maximum |
+ | (no answer on success) | ||
+ | |||
+ | virsh setvcpus VM_NAME 2 --config | ||
(no answer on success) | (no answer on success) | ||
Revision as of 05:54, 24 February 2020
https://libvirt.org/sources/virshcmdref/html-single/#sect-setvcpus
virsh setvcpus VM_NAME 5 --live
virsh setvcpus VM_NAME 5 --config --maximum
virsh setvcpus VM_NAME 5 --config
virsh setvcpus VM_NAME 5 --config --live
virsh setvcpus --count 10 VM_NAME
virsh dominfo VM_NAME | grep CPU
- Hot unplugging vCPUs is not supported on Red Hat Enterprise Linux 7[1]
virsh setvcpus VM_NAME 2 --live error: invalid argument: requested vcpus is greater than max allowable vcpus for the live domain: 16 > 4
virsh setvcpus VM_NAME 2 --live error: Requested operation is not valid: domain is not running
virsh setvcpus --count 10 VM_NAME
error: Requested operation is not valid: domain is not running
virsh setvcpus VM_NAME 2 --config --maximum (no answer on success)
virsh setvcpus VM_NAME 2 --config (no answer on success)
Related commands
virsh maxvcpus
https://libvirt.org/sources/virshcmdref/html-single/#sect-maxvcpusvirsh setmem
virsh edit
virsh vcpuinfo
virsh dumpxml
:<vcpu placement='static'>4</vcpu>
virt-xml
virsh domstats
Related terms
<vcpu placement='static'>4</vcpu>
See also
- Virsh CPU Commands
virsh
: Storage information, Connecting, Operations, Memory, Snapshots, Networking, CPU, release notes,virsh nodedev-list
Advertising: