mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
27 lines
874 B
Plaintext
27 lines
874 B
Plaintext
|
|
Invalid syntax.
|
||
|
|
error: Numeric value 'a' for <vcpu> option is malformed or out of range
|
||
|
|
|
||
|
|
An out-of-range vCPU number deserves a diagnostic, too.
|
||
|
|
error: invalid argument: requested vcpu '100' is not present in the domain
|
||
|
|
|
||
|
|
Negative number
|
||
|
|
error: Numeric value '-100' for <vcpu> option is malformed or out of range
|
||
|
|
|
||
|
|
missing argument
|
||
|
|
error: vcpupin: Missing vCPU number in pin mode.
|
||
|
|
|
||
|
|
An out-of-range vCPU number when get information with live flag
|
||
|
|
error: vcpu 100 is out of range of live cpu count 2
|
||
|
|
|
||
|
|
An out-of-range vCPU number when get information without flag
|
||
|
|
error: vcpu 100 is out of range of live cpu count 2
|
||
|
|
|
||
|
|
An out-of-range vCPU number when get information with config flag
|
||
|
|
error: vcpu 100 is out of range of persistent cpu count 2
|
||
|
|
|
||
|
|
An out-of-range vCPU number when get information with current flag
|
||
|
|
error: vcpu 100 is out of range of live cpu count 2
|
||
|
|
|
||
|
|
|
||
|
|
## Exit code: 1
|