2.34.
ERROR HANDLING
CHAPTER 2.
API REFERENCE
VM OLD PV DRIVERS
You attempted an operation on a VM which requires a more recent version of the PV drivers.
Please upgrade your PV drivers.
Signature:
VM_OLD_PV_DRIVERS(vm, major, minor)
VM REQUIRES NETWORK
You attempted to run a VM on a host which doesn’t have a PIF on a Network needed by the VM.
The VM has at least one VIF attached to the Network.
Signature:
VM_REQUIRES_NETWORK(vm, network)
VM REQUIRES SR
You attempted to run a VM on a host which doesn’t have access to an SR needed by the VM.
The VM has at least one VBD attached to a VDI in the SR.
Signature:
VM_REQUIRES_SR(vm, sr)
VM REQUIRES VDI
VM cannot be started because it requires a VDI which cannot be attached
Signature:
VM_REQUIRES_VDI(vm, vdi)
VM SHUTDOWN TIMEOUT
VM failed to shutdown before the timeout expired
Signature:
VM_SHUTDOWN_TIMEOUT(vm, timeout)
VM TOO MANY VCPUS
Too many VCPUs to start this VM
Signature:
VM_TOO_MANY_VCPUS(vm)
312