Difference between revisions of "Virsh setvcpus"

From wikieduonline
Jump to navigation Jump to search
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 4 --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
  

Revision as of 05:24, 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 setvcpus VM_NAME 4 --live
error: invalid argument: requested vcpus is greater than max allowable vcpus for the live domain: 16 > 4
virsh setvcpus --count 10 VM_NAME
error: Requested operation is not valid: domain is not running

Related commands

See also

  • https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/virtualization_deployment_and_administration_guide/index
  • Advertising: