mirror of https://github.com/apache/cloudstack.git
wip: vm flow error changes UserVmManagerImpl
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
f5cb3e2362
commit
3c948a9a27
|
|
@ -21,5 +21,418 @@
|
|||
"vm.deploy.template.associated.not.usable": "Unable to deploy Instance as the associated Template cannot be used.",
|
||||
"vm.deploy.template.not.found": "Unable to deploy Instance as the specified Template is not found.",
|
||||
"vm.deploy.volume.not.found": "Unable to deploy Instance as the specified Volume is not found.",
|
||||
"vm.deploy.zone.not.found": "Unable to deploy Instance as the specified zone is not found."
|
||||
"vm.deploy.zone.not.found": "Unable to deploy Instance as the specified zone is not found.",
|
||||
"vm.resetpassword.failed": "Failed to reset password for the Instance {{instance}}.",
|
||||
"vm.resetpassword.vm.not.found": "Unable to reset password as the specified Instance is not found.",
|
||||
"vm.resetpassword.template.not.password.enabled": "Unable to reset password for the Instance {{instance}}, the Template {{template}} is not password enabled.",
|
||||
"vm.resetpassword.vm.not.right.state": "Unable to reset password for the Instance {{instance}} as it is not in the right state. Current state: {{instanceState}}.",
|
||||
"vm.resetpassword.vm.not.stopped": "Unable to reset password for the Instance {{instance}} as it is not in Stopped state. Current state: {{instanceState}}.",
|
||||
"vm.resetpassword.network.service.not.found": "Unable to reset password for the Instance {{instance}} as its default Network {{network}} does not supports the service {{networkService}}.",
|
||||
"vm.resetuserdata.vm.not.found": "Unable to reset userdata as the specified Instance is not found.",
|
||||
"vm.resetuserdata.vm.sharedfs.operation.not.supported": "Unable to reset userdata as the operation is not supported for Shared FileSystem Instance {{instance}}.",
|
||||
"vm.resetuserdata.vm.operation.not.supported": "Unable to reset userdata as the operation is not supported for Instance {{instance}}.",
|
||||
"vm.resetuserdata.vm.not.stopped": "Unable to reset userdata as the Instance {{instance}} as it is not in Stopped state. Current state {{instanceState}}.",
|
||||
"vm.resetsshkey.failed": "Failed to reset SSH Key for the Instance {{instance}}.",
|
||||
"vm.resetsshkey.vm.not.found": "Unable to reset SSH Key as the specified Instance is not found.",
|
||||
"vm.resetsshkey.vm.sharedfs.operation.not.supported": "Unable to reset SSH Key as the operation is not supported for Shared FileSystem Instance {{instance}}.",
|
||||
"vm.resetsshkey.vm.operation.not.supported": "Unable to reset SSH Key as the operation is not supported for Instance {{instance}}.",
|
||||
"vm.resetsshkey.vm.not.right.state": "Unable to reset SSH Key for the Instance {{instance}} as it is not in the right state. Current state: {{instanceState}}.",
|
||||
"vm.resetsshkey.vm.not.stopped": "Unable to reset SSH Key as the Instance {{instance}} as it is not in Stopped state. Current state {{instanceState}}.",
|
||||
"vm.resetsshkey.key.not.specified": "'keypair' or 'keypairs' must be specified.",
|
||||
"vm.resetsshkey.key.not.all.found": "Unable to reset SSH Key as the Instance {{instance}} as not all the specified keypairs found.",
|
||||
"vm.resetsshkey.network.service.not.found": "Unable to reset SSH Key for the Instance {{instance}} as its default Network {{network}} does not supports the service {{networkService}}.",
|
||||
"vm.forcereboot.failed": "Unable to force reboot the Instance {{instance}}.",
|
||||
"vm.forcereboot.host.not.found": "Unable to force reboot the Instance {{instance}} as Host for it is not found.",
|
||||
"vm.forcereboot.host.not.right.state": "Unable to force reboot the Instance {{instance}} as Host is not in the right state.",
|
||||
"vm.forcereboot.host.not.right.state.admin": "Unable to force reboot the Instance {{instance}} as Host {{host}} is not in the right state. Current state: {{hostState}}.",
|
||||
"vm.forcereboot.router.concurrent.start": "Unable to force reboot the Instance {{instance}} as concurrent operations on starting router: {{routerError}}.",
|
||||
"vm.forcereboot.router.start.failed": "Unable to force reboot the Instance {{instance}} as starting router failed due to: {{routerError}}.",
|
||||
"vm.stop.agent.no.contact": "Unable to contact the agent to stop the Instance {{instance}}.",
|
||||
"vm.upgrade.vm.not.right.state": "Unable to upgrade Instance {{instance}} in state {{instanceState}}; make sure the Instance is stopped.",
|
||||
"vm.upgrade.serviceoffering.not.active": "Unable to upgrade Instance {{instance}} with an inactive service offering {{serviceOffering}}.",
|
||||
"vm.validate.serviceoffering.invalid.cpu.cores": "Invalid cpu cores value for service offering {{serviceOffering}}, please choose another service offering with cpu cores between 1 and {{maxCPUCores}}.",
|
||||
"vm.validate.serviceoffering.invalid.memory": "Invalid memory value for service offering {{serviceOffering}}, please choose another service offering with memory between 32 and {{maxMemory}} MB.",
|
||||
"vm.validate.serviceoffering.custom.params.missing": "Need to specify custom parameter values cpu, cpu speed and memory when using custom service offering {{serviceOffering}}.",
|
||||
"vm.validate.serviceoffering.invalid.params.cpu.cores": "Invalid CPU cores value for service offering {{serviceOffering}}, specify a value between {{minCPUCores}} and {{maxCPUCores}}.",
|
||||
"vm.validate.serviceoffering.cpu.cores.not.dynamic": "CPU cores cannot be customized for service offering {{serviceOffering}} as they have been already predefined to {{cpuCores}}.",
|
||||
"vm.validate.serviceoffering.invalid.params.cpu.speed": "Invalid CPU speed value for service offering {{serviceOffering}}, specify a value between 1 and {{maxCPUSpeed}}.",
|
||||
"vm.validate.serviceoffering.cpu.speed.not.dynamic": "CPU speed cannot be customized for service offering {{serviceOffering}} as they have been already predefined to {{cpuSpeed}} MHz.",
|
||||
"vm.validate.serviceoffering.invalid.params.memory": "Invalid memory value for service offering {{serviceOffering}}, specify a value between {{minMemory}} and {{maxMemory}} MB.",
|
||||
"vm.validate.serviceoffering.memory.not.dynamic": "Memory cannot be customized for service offering {{serviceOffering}} as it has been already predefined to {{memory}} MB.",
|
||||
"vm.addnic.vm.not.found": "Unable to add NIC as the specified Instance is not found.",
|
||||
"vm.addnic.vm.having.snapshots": "Unable to add NIC to the Instance {{instance}} as it has Instance Snapshots.",
|
||||
"vm.addnic.network.not.found": "Unable to add NIC to the Instance {{instance}} as the specified Network not found.",
|
||||
"vm.addnic.network.sharedfs.account.scope": "Unable to add NIC to the Instance {{instance}} as shared network {{network}} which is not Account scoped and not belonging to the same account can not be added to a Shared FileSystem Instance.",
|
||||
"vm.addnic.network.nic.mac.exists": "Unable to add NIC to the Instance {{instance}} as a NIC with same MAC address {{macAddress}} already exists in the Network {{network}}.",
|
||||
"vm.addnic.ip.invalid": "Invalid format for IP address parameter {{ipAddress}}.",
|
||||
"vm.addnic.zone.basic.not.allowed": "Zone {{zone}}, has a NetworkType of Basic. Can't add a new NIC to a Instance on a Basic Network.",
|
||||
"vm.addnic.zone.mismatch": "Instance {{instance}} is in Zone {{instanceZone}} but the Network {{network}} is in Zone {{networkZone}}.",
|
||||
"vm.addnic.hostname.duplicate": "Network {{network}} already has an Instance with host name: {{hostname}}.",
|
||||
"vm.addnic.resource.unavailable": "Unable to add NIC to the Instance {{instance}}: {{error}}.",
|
||||
"vm.addnic.insufficient.capacity": "Insufficient capacity when adding NIC to Instance {{instance}}: {{error}}.",
|
||||
"vm.addnic.concurrent.operation": "Concurrent operations on adding NIC to Instance {{instance}}: {{error}}.",
|
||||
"vm.addnic.cleanup.failed": "Error while cleaning up NIC: {{error}}.",
|
||||
"vm.addnic.mac.generation.failed": "A MAC address cannot be generated for the NIC in the Network {{network}}.",
|
||||
"vm.addnic.already.exists": "A NIC already exists for Instance {{instance}} in Network: {{network}}.",
|
||||
"vm.removenic.vm.not.found": "Unable to remove NIC as the specified Instance is not found.",
|
||||
"vm.removenic.vm.having.snapshots": "Unable to remove NIC from the Instance {{instance}} as it has Instance Snapshots.",
|
||||
"vm.removenic.nic.not.found": "Unable to remove NIC from the Instance {{instance}} as the specified NIC is not found.",
|
||||
"vm.removenic.network.not.found": "Unable to remove NIC {{nic}} from the Instance {{instance}} as a network for the NIC is not found.",
|
||||
"vm.removenic.zone.basic.not.allowed": "Zone {{zone}}, has a NetworkType of Basic. Can't remove a NIC from a Instance on a Basic Network.",
|
||||
"vm.removenic.nic.not.attached": "Unable to remove NIC {{nic}} from the Instance {{instance}} as it is not attached.",
|
||||
"vm.removenic.default.nic": "Unable to remove NIC {{nic}} from the Instance {{instance}} in Network {{network}} it is the default NIC for the Instance.",
|
||||
"vm.removenic.nic.with.rules": "Unable to remove NIC {{nic}} from the Instance {{instance}} in Network {{network}}, as it has associated Port forwarding or Load balancer or Static NAT rules.",
|
||||
"vm.removenic.resource.unavailable": "Unable to remove NIC for the Network {{network}} from the Instance {{instance}}: {{error}}.",
|
||||
"vm.removenic.concurrent.operation": "Concurrent operations on removing the Network {{network}} from the Instance {{instance}}: {{error}}.",
|
||||
"vm.removenic.failed": "Unable to remove the NIC {{nic}} from the Instance {{instance}}.",
|
||||
"vm.updatenic.nic.not.found": "Unable to update NIC as the specified NIC is not found.",
|
||||
"vm.updatenic.vm.not.found": "Unable to update NIC as the specified Instance is not found.",
|
||||
"vm.updatenic.vm.having.snapshots": "Unable to update NIC for the Instance {{instance}} as it has Instance Snapshots.",
|
||||
"vm.updatenic.nic.not.found": "Unable to update NIC for the Instance {{instance}} as the specified NIC is not found.",
|
||||
"vm.updatenic.vm.hypervisor.not.kvm": "Unable to update NIC {{nic}} for the Instance {{instance}} as NIC update is only supported with KVM hypervisor.",
|
||||
"vm.updatenic.nic.network.not.found": "Unable to update NIC {{nic}} for the Instance {{instance}} as the Network for the NIC is not found.",
|
||||
"vm.updatenic.zone.basic.not.allowed": "Zone {{zone}}, has a NetworkType of Basic. Can't change default NIC on a Basic Network.",
|
||||
"vm.updatenic.nic.not.attached": "Unable to update NIC {{nic}} for the Instance {{instance}} as the NIC is not attached to the Instance.",
|
||||
"vm.updatenic.nic.already.default": "NIC {{nic}} is already the default for the Instance {{instance}}.",
|
||||
"vm.updatenic.vm.not.running.or.stopped": "Unable to update NIC {{nic}} for the Instance {{instance}} as the Instance not Running or Stopped.",
|
||||
"vm.updatenic.nic.profile.not.found": "Unable to update NIC {{nic}} for the Instance {{instance}} as failed to find a NIC profile for the existing default Network.",
|
||||
"vm.updatenic.default.update.failed": "Setting a default NIC failed, and we had no default nic, but we were unable to set it back to the original.",
|
||||
"vm.updatenic.default.no.default": "Unable to update default NIC to {{nic}} for the Instance {{instance}} and now it has no default.",
|
||||
"vm.updatenic.default.unknown.error": "Something strange happened, new default network {{newDefaultNetwork}} is not null, and is not equal to the network {{networkId}} of the chosen nic.",
|
||||
"vm.updatenicip.nic.not.found": "There is no nic for the {{nicId}}.",
|
||||
"vm.updatenicip.nic.not.user.vm": "The nic is not belongs to user vm.",
|
||||
"vm.updatenicip.vm.not.found": "There is no vm with the nic.",
|
||||
"vm.updatenicip.network.not.found": "There is no network with the nic.",
|
||||
"vm.updatenicip.network.not.right.state": "Network is not in the right state to update vm nic ip. Correct states are: {{allowedStates}}.",
|
||||
"vm.updatenicip.offering.not.found": "There is no network offering with the network.",
|
||||
"vm.updatenicip.vm.running": "VM is not Stopped, unable to update the vm nic having the specified id.",
|
||||
"vm.updatenicip.datacenter.not.found": "There is no dc with the NIC.",
|
||||
"vm.updatenicip.allocation.failed.capacity": "Allocating IP to guest NIC {{nic}} failed, for insufficient address capacity.",
|
||||
"vm.updatenicip.allocation.failed.choose.another": "Allocating IP to guest NIC {{nic}} failed, please choose another IP.",
|
||||
"vm.updatenicip.pod.id.null": "Instance Pod ID is null in Basic zone; can't decide the range for IP allocation.",
|
||||
"vm.updatenicip.allocation.failed.basic": "Allocating IP to guest NIC {{nicId}} failed, please choose another IP.",
|
||||
"vm.updatenicip.not.supported.l2.network": "UpdateVmNicIpCmd is not supported in L2 network.",
|
||||
"vm.upgrade.vm.uuid.not.found": "Unable to find VM's UUID.",
|
||||
"vm.upgrade.external.hypervisor.not.supported": "Operation not supported for instance: {{instance}} as it is external hypervisor instance.",
|
||||
"vm.upgrade.hypervisor.not.supported": "Scaling the VM dynamically is not supported for VMs running on Hypervisor {{hypervisorType}}.",
|
||||
"vm.upgrade.dynamic.scaling.flag.mismatch": "Unable to Scale VM: since dynamic scaling enabled flag is not same for new service offering and old service offering.",
|
||||
"vm.upgrade.disk.offering.strictness.mismatch": "Unable to Scale VM, since disk offering strictness flag is not same for new service offering and old service offering.",
|
||||
"vm.upgrade.disk.offering.id.not.same": "Unable to Scale VM, since disk offering id associated with the old service offering is not same for new service offering.",
|
||||
"vm.scale.vgpu.not.supported": "Dynamic scaling of vGPU type is not supported. VM has vGPU Type: {{vgpuType}}.",
|
||||
"vm.scale.dynamic.scaling.disabled": "Dynamically scaling Instances is disabled for this zone, please contact your admin.",
|
||||
"vm.scale.dynamic.scaling.not.supported": "Unable to scale {{instance}} as it does not have tools to support dynamic scaling.",
|
||||
"vm.scale.insufficient.resources": "Unable to scale {{instance}} due to insufficient resources.",
|
||||
"vm.scale.up.required": "While the VM is running, only scalling up it is supported. New service offering {{newOffering}} should have at least one value (ram, speed or cpu) greater than the current values {{currentOffering}}.",
|
||||
"vm.scale.kvm.fixed.offering.not.supported": "Unable to live scale VM on KVM when current service offering is a Fixed Offering. KVM needs the tag maxMemory to live scale and it is only configured when VM is deployed with a custom service offering and Dynamic Scalable is enabled.",
|
||||
"vm.scale.root.volume.change.failed": "Failed to change disk offering of the root volume.",
|
||||
"vm.scale.hypervisor.simulator.root.resize.not.supported": "Hypervisor {{hypervisorType}} does not support volume resize.",
|
||||
"vm.recover.vm.not.found": "Unable to find an Instance with id {{vmId}}.",
|
||||
"vm.recover.sharedfs.not.supported": "Operation not supported on Shared FileSystem Instance.",
|
||||
"vm.recover.permission.denied": "Recovering a vm can only be done by an Admin. Or when the allow.user.expunge.recover.vm key is set.",
|
||||
"vm.recover.vm.removed": "Unable to find vm by id {{vmUuid}}.",
|
||||
"vm.recover.vm.not.destroyed": "Vm with id {{vmUuid}} is not in the right state.",
|
||||
"vm.recover.account.deleted": "Unable to recover Instance as the Account is deleted.",
|
||||
"vm.recover.state.transition.failed": "Unable to recover the vm {{instance}} because it is not in the correct state. Current state: {{instanceState}}.",
|
||||
"vm.resize.volume.root.not.found": "Root volume for Instance not found while preparing resize.",
|
||||
"vm.resize.volume.current.diskoffering.not.found": "Could not find disk offering matching the current root offering ID.",
|
||||
"vm.resize.volume.new.diskoffering.not.found": "Could not find disk offering for resizing the root volume.",
|
||||
"vm.resize.volume.new.offering.smaller": "Failed to resize root volume. New Service Offering {{newOffering}} has a smaller disk size ({{newSize}} GB) than the current disk ({{currentSize}} GB).",
|
||||
"vm.update.owner.not.found": "The owner of Instance {{instance}} does not exist.",
|
||||
"vm.update.non.dynamic.cpu.memory.not.updatable": "CPU number, memory, and CPU speed cannot be updated for a non-dynamic service offering.",
|
||||
"vm.update.sharedfs.not.supported": "Operation not supported on Shared FileSystem Instance.",
|
||||
"vm.update.ova.details.cleanup.not.allowed": "OVA detail settings are read from OVA and cannot be cleaned up via API call.",
|
||||
"vm.update.lease.params.in.details": "Lease parameters should not be included in the details map as a key.",
|
||||
"vm.update.extraconfig.in.details": "'extraconfig' should not be included in the details map as a key.",
|
||||
"vm.update.ova.details.change.not.allowed": "OVA detail settings are read from OVA and cannot be changed via API call.",
|
||||
"vm.update.detail.restricted": "You are not allowed to add or edit the restricted setting: {{detailName}}.",
|
||||
"vm.update.detail.readonly": "You are not allowed to add or edit the read-only setting: {{detailName}}.",
|
||||
"vm.update.detail.nondisplayable": "You are not allowed to add or edit the non-displayable setting: {{detailName}}.",
|
||||
"vm.update.extraconfig.disabled": "Cannot set extraconfig because enable.additional.vm.configuration is disabled.",
|
||||
"vm.update.vm.not.found": "Unable to find virtual machine with specified ID.",
|
||||
"vm.update.guestos.not.found": "Please specify a valid guest OS ID.",
|
||||
"vm.update.instance.name.not.unique": "Instance name {{instanceName}} is not unique.",
|
||||
"vm.update.vm.not.right.state": "Instance {{instance}} is not in the right state for this operation.",
|
||||
"vm.update.ha.offering.disabled": "Cannot enable HA for the Instance as its Service Offering has HA disabled.",
|
||||
"vm.update.dynamic.scaling.template.not.supported": "Dynamic Scaling cannot be enabled for the Instance since its Template does not support dynamic scaling.",
|
||||
"vm.update.dynamic.scaling.offering.not.supported": "Dynamic Scaling cannot be enabled for the Instance since its Service Offering does not support dynamic scaling.",
|
||||
"vm.update.dynamic.scaling.global.setting.disabled": "Dynamic Scaling cannot be enabled for the Instance as the corresponding global setting is disabled.",
|
||||
"vm.update.securitygroup.vmware.not.supported": "Security group feature is not supported for VMware hypervisor.",
|
||||
"vm.update.securitygroup.vm.not.stopped": "Instance {{instance}} must be stopped before updating security groups.",
|
||||
"vm.update.userdata.failed": "Failed to reset userdata for the Instance.",
|
||||
"vm.update.dns.router.send.failed": "Unable to send commands to virtual router to update DNS for the Instance.",
|
||||
"vm.update.dns.hostname.update.failed": "Failed to update hostname for the Instance.",
|
||||
"vm.update.dns.hostname.failed": "Failed to update hostname of Instance {{instance}} to {{hostname}}.",
|
||||
"vm.update.userdata.network.element.not.found": "Cannot find network element for UserData provider needed for userdata update.",
|
||||
"vm.reboot.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.reboot.vm.not.running": "The Instance {{instance}} is not running and cannot be rebooted.",
|
||||
"vm.reboot.serviceoffering.not.found": "Unable to find Service Offering for the Instance.",
|
||||
"vm.reboot.setup.menu.hypervisor.not.supported": "Booting into a hardware setup menu is not supported on hypervisor {{hypervisorType}}.",
|
||||
"vm.expunge.permission.denied": "Account does not have permission for expunging the Instance.",
|
||||
"vm.expunge.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.expunge.sharedfs.not.supported": "Operation not supported on Shared FileSystem Instance.",
|
||||
"vm.expunge.admin.only": "Expunging an Instance can only be done by an Admin, or when allow.user.expunge.recover.vm is enabled.",
|
||||
"vm.destroy.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.destroy.sharedfs.not.supported": "Operation not supported on Shared FileSystem Instance.",
|
||||
"vm.destroy.delete.protection.enabled": "Instance {{instance}} has delete protection enabled and cannot be deleted.",
|
||||
"vm.destroy.unbacked.snapshots": "There are unbacked up snapshots on the ROOT volume. Instance destroy is not permitted; please try again later.",
|
||||
"vm.destroy.expunge.failed": "Failed to expunge Instance {{instance}}.",
|
||||
"vm.destroy.volume.not.found": "Unable to find volume with specified ID.",
|
||||
"vm.destroy.volumes.not.attached": "The supplied volumes are not DATADISK volumes attached to the Instance.",
|
||||
"vm.destroy.volume.type.invalid": "Please specify a volume of type DATADISK or ROOT.",
|
||||
"vm.destroy.volume.delete.protection": "Volume {{volume}} has delete protection enabled and cannot be deleted.",
|
||||
"vm.destroy.failed": "Failed to destroy Instance with specified ID.",
|
||||
"vm.group.create.name.exists": "Unable to create Instance group: a group named {{groupName}} already exists for Account {{account}}.",
|
||||
"vm.group.delete.not.found": "Unable to find Instance group with specified ID.",
|
||||
"vm.group.add.lock.failed": "Failed to acquire lock on Instance group {{group}}.",
|
||||
"vm.deploy.basic.network.not.found": "Unable to find a default network to deploy the Instance.",
|
||||
"vm.deploy.securitygroup.vmware.not.supported": "Security group feature is not supported for VMware hypervisor.",
|
||||
"vm.deploy.sg.network.not.found": "No network with security group enabled is found in zone {{zone}}.",
|
||||
"vm.deploy.sg.multiple.networks.not.supported": "Only one network per VM is supported when security group is enabled.",
|
||||
"vm.deploy.network.not.found": "Unable to find network with specified ID.",
|
||||
"vm.deploy.sg.network.not.sg.enabled": "Network {{network}} is not security group enabled and is not an L2 network.",
|
||||
"vm.deploy.sg.advanced.network.type.invalid": "Only Shared or L2 Guest networks can be specified when deploying a VM in an Advanced Security Group enabled zone.",
|
||||
"vm.deploy.advanced.vpc.template.hypervisor.not.supported": "Cannot create Instance from Template with hypervisor {{hypervisorType}} in VPC Network {{network}}.",
|
||||
"vm.deploy.advanced.vpc.hypervisor.not.supported": "Cannot create Instance of hypervisor type {{hypervisorType}} in VPC Network.",
|
||||
"vm.deploy.network.system.only": "Network {{network}} is system only and cannot be used for VM deployment.",
|
||||
"vm.deploy.network.offering.required.not.found": "Unable to find a network offering with Required availability to automatically create the network as part of VM creation.",
|
||||
"vm.deploy.network.none.found.for.account": "No virtual networks found for Account {{account}}.",
|
||||
"vm.deploy.network.multiple.default.found": "More than one default Isolated network found for Account {{account}}; please specify networkIds.",
|
||||
"vm.deploy.network.offering.required.not.enabled": "Required network offering {{offering}} is not in Enabled state.",
|
||||
"vm.deploy.physical.network.not.found": "Unable to find physical network with ID {{physicalNetworkId}} and tag {{tag}}.",
|
||||
"vm.deploy.dhcp.options.network.no.nic": "Instance does not have a NIC in network {{network}} specified in the extra DHCP options.",
|
||||
"vm.deploy.hostname.invalid": "Invalid hostname. Must be 1-63 chars, letters/digits/hyphens, cannot start or end with a hyphen or start with a digit.",
|
||||
"vm.deploy.owner.disabled": "The owner of the Instance to deploy is disabled: {{owner}}.",
|
||||
"vm.deploy.hypervisor.missing.or.invalid": "Hypervisor parameter is required to deploy the VM, or the value provided is invalid.",
|
||||
"vm.deploy.hypervisor.mismatch": "The specified hypervisor type differs from the hypervisor type of the Template.",
|
||||
"vm.deploy.zone.disabled": "Cannot deploy Instance: zone {{zone}} is currently disabled.",
|
||||
"vm.deploy.zone.domain.not.found": "Unable to find the domain for zone {{zone}}.",
|
||||
"vm.deploy.iso.disk.offering.required": "Installing from ISO requires a disk offering to be specified for the root disk.",
|
||||
"vm.deploy.root.encryption.hypervisor.not.supported": "Root volume encryption is not supported for hypervisor type {{hypervisorType}}.",
|
||||
"vm.deploy.security.group.not.found": "Unable to find security group with specified ID.",
|
||||
"vm.deploy.datadisk.template.invalid": "Invalid datadisk Template ID specified.",
|
||||
"vm.deploy.datadisk.template.not.child": "Datadisk Template {{dataDiskTemplate}} does not belong to Template {{template}}.",
|
||||
"vm.deploy.datadisk.template.offering.invalid": "Invalid disk offering {{diskOffering}} specified for datadisk Template {{dataDiskTemplate}}.",
|
||||
"vm.deploy.datadisk.template.custom.offering.not.supported": "Custom disk offerings are not supported for datadisk Templates.",
|
||||
"vm.deploy.datadisk.template.offering.too.small": "Disk offering {{diskOffering}} size is smaller than datadisk Template {{dataDiskTemplate}} size.",
|
||||
"vm.deploy.affinity.group.not.found": "Unable to find affinity group with specified ID.",
|
||||
"vm.deploy.affinity.group.type.not.supported": "Affinity group type {{groupType}} is not supported for group {{group}}.",
|
||||
"vm.deploy.affinity.group.domain.mismatch": "Affinity Group {{group}} does not belong to the VM's domain.",
|
||||
"vm.deploy.affinity.group.account.mismatch": "Affinity Group {{group}} does not belong to the VM's account.",
|
||||
"vm.deploy.system.template.not.allowed": "System template {{template}} cannot be used to deploy a user VM.",
|
||||
"vm.deploy.volume.zone.mismatch": "The volume's zone {{volumeZone}} does not match the provided zone {{zone}}.",
|
||||
"vm.deploy.snapshot.zone.mismatch": "The snapshot does not exist in zone {{zone}}.",
|
||||
"vm.deploy.template.not.available": "Template {{template}} is not available for use.",
|
||||
"vm.deploy.iso.not.bootable": "Installing from ISO requires a bootable ISO. The provided ISO {{iso}} is not bootable.",
|
||||
"vm.deploy.keypairs.not.found": "Not all specified SSH keypairs exist.",
|
||||
"vm.deploy.network.zone.mismatch": "Network {{network}} does not belong to zone {{zone}}.",
|
||||
"vm.deploy.network.not.stretched": "Network {{network}} cannot be stretched to zone {{zone}} for VM deployment.",
|
||||
"vm.deploy.userdata.network.service.not.found": "Cannot deploy Instance with UserData: the default network {{network}} does not support the UserData service.",
|
||||
"vm.deploy.sshkey.network.service.not.found": "Cannot deploy Instance with SSH keypair: the default network {{network}} does not support the UserData service.",
|
||||
"vm.deploy.template.password.network.service.not.found": "Cannot deploy Instance from password-enabled template {{template}}: the default network {{network}} does not support the UserData service.",
|
||||
"vm.deploy.securitygroup.service.not.enabled": "Cannot deploy Instance with security groups: SecurityGroup service is not enabled for the VM's network.",
|
||||
"vm.deploy.default.network.missing": "At least one default network must be specified for the Instance.",
|
||||
"vm.deploy.default.network.multiple": "Only one default network per Instance is supported.",
|
||||
"vm.deploy.hostname.exists": "An Instance with hostname {{hostname}} already exists.",
|
||||
"vm.deploy.displayname.exists": "An Instance with the supplied display name already exists.",
|
||||
"vm.deploy.group.assign.failed": "Unable to assign Instance to group {{group}}.",
|
||||
"vm.deploy.disk.offering.custom.size.required": "This disk offering requires a custom size to be specified.",
|
||||
"vm.deploy.root.disk.size.not.positive": "Root disk size must be a positive number.",
|
||||
"vm.deploy.root.disk.size.override.not.supported": "Hypervisor {{hypervisorType}} does not support root disk size override.",
|
||||
"vm.deploy.hostname.network.domain.exists": "An Instance with hostname {{hostname}} already exists in the network domain.",
|
||||
"vm.deploy.root.disk.size.smaller.than.template": "Root disk size override ({{rootDiskSize}} GB) is smaller than the template size.",
|
||||
"vm.deploy.root.disk.controller.invalid": "Unsupported root disk controller {{diskController}} for resizing.",
|
||||
"vm.deploy.userdata.both.inputs": "Both userdata and userdata ID inputs are not allowed; please provide only one.",
|
||||
"vm.deploy.userdata.override.denied": "UserData input is not allowed since template {{template}} is configured to deny userdata override.",
|
||||
"vm.deploy.userdata.template.linked.not.found": "UserData linked to the template {{template}} is not found.",
|
||||
"vm.deploy.userdata.policy.not.supported": "UserData policy {{policy}} is not supported.",
|
||||
"vm.deploy.template.not.vnf": "Cannot deploy VNF appliance from a non-VNF template.",
|
||||
"vm.deploy.template.deploy.as.is.root.disk.size.not.allowed": "Cannot deploy VM: a service offering with root disk size cannot be used with a deploy-as-is template.",
|
||||
"vm.deploy.template.deploy.as.is.override.disk.size.not.supported": "Overriding root disk size is not supported for VMs deployed from deploy-as-is templates.",
|
||||
"vm.deploy.template.deploy.as.is.boot.not.supported": "Boot type and boot mode are not supported on VMware for deploy-as-is templates.",
|
||||
"vm.deploy.snapshot.template.not.determinable": "Could not determine template from snapshot. The source volume no longer exists. Please specify a templateId.",
|
||||
"vm.deploy.backup.userdata.not.supported": "User data is not supported for instances created from a backup.",
|
||||
"vm.deploy.basic.zone.network.ids.not.allowed": "Network IDs cannot be specified when deploying in a Basic zone.",
|
||||
"vm.deploy.securitygroup.zone.not.enabled": "Cannot create Instance with security groups: security group feature is not enabled for this zone.",
|
||||
"vm.deploy.lease.duration.invalid": "Invalid lease duration. Must be a natural number >= 1 or -1; maximum value is 36500.",
|
||||
"vm.deploy.lease.params.both.required": "Both leaseduration and leaseexpiryaction must be specified together.",
|
||||
"vm.deploy.lease.no.active.lease": "Lease cannot be applied to Instance {{instance}}: it does not have an active lease associated from deployment.",
|
||||
"vm.deploy.lease.not.pending": "Lease cannot be applied to Instance {{instance}}: the lease is not in PENDING state.",
|
||||
"vm.deploy.lease.expired.redefinition": "Lease cannot be redefined on an expired leased instance.",
|
||||
"vm.deploy.volume.storage.pool.zone.required": "VM deployment from a volume is supported only for Zone-wide storage pools.",
|
||||
"vm.deploy.volume.already.attached": "Volume {{volume}} is already attached to another VM.",
|
||||
"vm.deploy.volume.template.mismatch": "The volume's template does not match the provided template.",
|
||||
"vm.deploy.volume.snapshot.no.template": "The provided volume or snapshot does not have a template for VM deployment.",
|
||||
"vm.deploy.security.group.id.and.name.exclusive": "The securitygroupids and securitygroupnames parameters are mutually exclusive.",
|
||||
"vm.deploy.security.group.name.not.found": "Unable to find security group with name {{groupName}}.",
|
||||
"vm.deploy.detail.extraconfig.prefix.not.allowed": "Detail name should not start with 'extraconfig'.",
|
||||
"vm.deploy.iops.both.or.neither": "Either both Min IOPS and Max IOPS must be specified, or neither.",
|
||||
"vm.deploy.iops.min.not.integer": "Min IOPS must be a whole number.",
|
||||
"vm.deploy.iops.max.not.integer": "Max IOPS must be a whole number.",
|
||||
"vm.deploy.iops.min.greater.than.max": "Min IOPS must be less than or equal to Max IOPS.",
|
||||
"vm.deploy.ovf.sg.network.not.found": "No network with security enabled found in zone {{zone}} for OVF network mapping.",
|
||||
"vm.deploy.ovf.default.network.not.found": "Default network not found for zone {{zone}} and account {{account}} for OVF network mapping.",
|
||||
"vm.stop.force.permission.denied": "Account does not have permission to force stop the Instance.",
|
||||
"vm.stop.account.removed": "The caller account has been removed and cannot be used.",
|
||||
"vm.stop.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.start.host.capacity.insufficient": "Cannot deploy VM to specified host {{host}}: insufficient CPU or RAM capacity.",
|
||||
"vm.start.password.not.provided": "A valid password for the Instance was not provided.",
|
||||
"vm.start.setup.menu.hypervisor.not.applicable": "Boot into setup mode is not applicable for hypervisor {{hypervisorType}}.",
|
||||
"vm.start.planner.not.found": "Cannot find deployment planner '{{plannerName}}'.",
|
||||
"vm.start.account.removed": "The caller account {{account}} has been removed.",
|
||||
"vm.start.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.start.vm.already.running": "The Instance {{instance}} is already running.",
|
||||
"vm.start.owner.not.found": "The owner of Instance {{instance}} does not exist.",
|
||||
"vm.start.owner.disabled": "The owner of Instance {{instance}} is disabled.",
|
||||
"vm.start.pod.root.admin.only": "Only root administrators can specify a pod ID for VM deployment.",
|
||||
"vm.start.pod.not.found": "Unable to find pod with specified ID for VM deployment.",
|
||||
"vm.start.cluster.root.admin.only": "Only root administrators can specify a cluster ID for VM deployment.",
|
||||
"vm.start.cluster.not.found": "Unable to find cluster with specified ID for VM deployment.",
|
||||
"vm.start.host.root.admin.only": "Only root administrators can specify a host ID for VM deployment.",
|
||||
"vm.start.host.not.found": "Unable to find host with specified ID for VM deployment.",
|
||||
"vm.start.host.not.right.state": "Cannot deploy Instance on host {{host}} as it is not in the correct state.",
|
||||
"vm.migrate.storage.permission.denied": "No permission to migrate VM storage. Only root administrators can perform this operation.",
|
||||
"vm.migrate.storage.vm.not.found": "Unable to find Instance with specified ID for storage migration.",
|
||||
"vm.migrate.storage.nonuser.hypervisor.not.supported": "Unable to migrate storage of non-user VM for hypervisor {{hypervisorType}}.",
|
||||
"vm.migrate.storage.data.disks.attached": "Data disks are attached to the Instance. Detach all data disks before migrating storage.",
|
||||
"vm.migrate.storage.snapshots.exist": "Instance disk cannot be migrated. Remove all Instance Snapshots before proceeding.",
|
||||
"vm.migrate.storage.nonuser.different.pods": "Storage migration of non-user VMs between storage pools in different pods is not supported.",
|
||||
"vm.migrate.storage.suitability.failed": "Storage suitability check failed for volume {{volume}}: {{error}}.",
|
||||
"vm.migrate.storage.different.clusters": "VM disk migration failed: destination storage pools belong to different clusters.",
|
||||
"vm.migrate.storage.access.groups.mismatch": "Destination pool {{pool}} does not have matching storage access groups as host {{host}}.",
|
||||
"vm.migrate.storage.hypervisor.mismatch": "Hypervisor mismatch for storage migration: destination has {{destHypervisor}}, VM requires {{vmHypervisor}}.",
|
||||
"vm.migrate.permission.denied": "No permission to migrate VM. Only root administrators can perform this operation.",
|
||||
"vm.migrate.vm.not.found": "Unable to find Instance with specified ID for migration.",
|
||||
"vm.migrate.gpu.not.supported": "Live migration of GPU-enabled Instance is not supported.",
|
||||
"vm.migrate.hypervisor.not.supported": "Unsupported hypervisor type for VM migration. Supported: XenServer, VMware, KVM, OVM, Hyper-V, OVM3.",
|
||||
"vm.migrate.local.storage.not.supported": "VM uses local storage and cannot be live migrated.",
|
||||
"vm.migrate.source.host.not.found": "Cannot migrate VM: source host not found.",
|
||||
"vm.migrate.destination.not.found": "Unable to find a suitable destination to migrate Instance {{instance}}.",
|
||||
"vm.migrate.affinity.conflict": "Unable to create migration deployment: affinity rules conflict.",
|
||||
"vm.migrate.server.not.found": "Unable to find a server to migrate the Instance to.",
|
||||
"vm.migrate.storage.access.groups.src.has.dest.none": "Source host has storage access groups but destination host has none.",
|
||||
"vm.migrate.storage.access.groups.mismatch.hosts": "Storage access groups on the source and destination hosts do not match.",
|
||||
"vm.migrate.host.tags.mismatch": "Cannot migrate Instance: destination host {{host}} does not match the host tags of the service offering.",
|
||||
"vm.migrate.vm.already.on.host": "Cannot migrate Instance: the Instance is already on the destination host. Please specify a different host.",
|
||||
"vm.migrate.destination.host.not.right.state": "Cannot migrate Instance: destination host {{host}} is not in the correct state.",
|
||||
"vm.migrate.destination.different.pod": "Cannot migrate Instance: destination host is not in the same pod as the current host.",
|
||||
"vm.migrate.dpdk.host.not.supported": "Cannot migrate DPDK-enabled Instance to a host that is not DPDK-enabled.",
|
||||
"vm.migrate.unbacked.snapshots": "There are unbacked up snapshots on volumes attached to this Instance. Migration is not permitted; please try again later.",
|
||||
"vm.migrate.host.maintenance.mode": "Operation {{operation}} on Instance {{instance}} is not allowed as the host is preparing for maintenance mode.",
|
||||
"vm.migrate.storage.source.host.not.found": "Cannot migrate VM with storage: source host not found.",
|
||||
"vm.migrate.storage.vm.already.on.host": "Cannot migrate VM with storage: Instance is already on the destination host. Please specify a different host.",
|
||||
"vm.migrate.storage.hypervisor.version.mismatch": "Source and destination hosts must have the same hypervisor type and version for migration with storage.",
|
||||
"vm.migrate.storage.source.hypervisor.not.supported": "Migration with storage is not supported for source host {{host}} on hypervisor {{hypervisorType}} version {{version}}.",
|
||||
"vm.migrate.storage.destination.hypervisor.not.supported": "Migration with storage is not supported for destination host {{host}} on hypervisor {{hypervisorType}} version {{version}}.",
|
||||
"vm.migrate.storage.destination.host.not.right.state": "Cannot migrate VM with storage: destination host {{host}} is not in the correct state.",
|
||||
"vm.migrate.storage.volume.not.ready": "Volume {{volume}} of the Instance is not in Ready state. Cannot proceed with storage migration.",
|
||||
"vm.migrate.storage.volume.not.found": "Volume with specified ID not found for storage migration.",
|
||||
"vm.migrate.storage.pool.not.found": "Storage pool with specified ID not found for migration.",
|
||||
"vm.migrate.storage.volume.pool.incompatible": "Cannot migrate volume {{volume}} to destination storage pool {{pool}}: incompatible hypervisor type.",
|
||||
"vm.migrate.storage.volume.vm.mismatch": "Volume {{volume}} does not belong to Instance {{instance}} being migrated.",
|
||||
"vm.migrate.storage.volume.pool.access.groups.mismatch": "Destination pool {{pool}} for volume {{volume}} does not have matching storage access groups as host {{host}}.",
|
||||
"vm.migrate.storage.volume.pool.unsuitable": "Unable to migrate {{volume}} to destination storage pool {{pool}}: {{error}}.",
|
||||
"vm.migrate.storage.volume.policy.noncompliant": "Storage pool {{pool}} is not compliant with the storage policy for volume {{volume}}.",
|
||||
"vm.migrate.storage.volume.policy.verify.failed": "Failed to verify storage policy compliance for storage pool {{pool}}.",
|
||||
"vm.migrate.storage.hypervisor.not.supported": "Unsupported hypervisor {{hypervisorType}} for VM migration with storage.",
|
||||
"vm.migrate.storage.instance.snapshots.exist": "Instance cannot be migrated with storage because it has Instance Snapshots. Remove all Instance Snapshots first.",
|
||||
"vm.migrate.storage.no.volume.migration": "Migration of Instance {{instance}} from host {{srcHost}} to {{destHost}} does not involve migrating any volumes.",
|
||||
"vm.assign.permission.denied": "Only root or domain administrators are allowed to assign VMs. Caller {{caller}} is of type {{callerType}}.",
|
||||
"vm.assign.domain.id.null": "Please provide a valid domain ID. Cannot assign VM to a project if domain ID is null.",
|
||||
"vm.assign.vm.not.found": "Unable to find Instance with specified ID for assignment.",
|
||||
"vm.assign.vm.not.right.state": "Cannot move Instance {{instance}} in {{instanceState}} state.",
|
||||
"vm.assign.sharedfs.not.supported": "Assignment is not supported for Shared FileSystem Instances.",
|
||||
"vm.assign.portforwarding.rules.exist": "Remove all Port Forwarding rules for Instance {{instance}} before assigning it to another user.",
|
||||
"vm.assign.staticnat.rules.exist": "Remove all Static NAT rules for Instance {{instance}} before assigning it to another user.",
|
||||
"vm.assign.loadbalancer.rules.exist": "Remove all Load Balancing rules for Instance {{instance}} before assigning it to another user.",
|
||||
"vm.assign.onetoonat.rule.exists": "Remove the One-to-One NAT rule for Instance {{instance}} and IP {{ip}} before assigning it.",
|
||||
"vm.assign.volume.snapshots.exist": "Snapshots exist for volume {{volume}}. Detach the volume or remove all snapshots before assigning the Instance.",
|
||||
"vm.assign.template.not.found": "Template for Instance {{instance}} cannot be found.",
|
||||
"vm.assign.template.access.denied": "New owner does not have access to the template of Instance {{instance}}.",
|
||||
"vm.assign.securitygroup.zone.not.enabled": "Cannot move Instance with security groups: security group feature is not enabled in this zone.",
|
||||
"vm.assign.network.offering.required.not.found": "Unable to find a Required network offering to automatically create the network during VM assignment.",
|
||||
"vm.assign.network.offering.required.not.enabled": "Required network offering {{offering}} is not in Enabled state.",
|
||||
"vm.assign.networks.update.failed": "Unable to update networks when assigning Instance {{instance}}.",
|
||||
"vm.assign.old.account.invalid": "Invalid old account for VM in domain {{domain}}.",
|
||||
"vm.assign.new.account.invalid": "Invalid new account {{account}} for VM in domain {{domain}}.",
|
||||
"vm.assign.new.account.disabled": "The new account owner {{account}} is disabled.",
|
||||
"vm.assign.same.account": "The new account {{account}} is the same as the old account.",
|
||||
"vm.assign.basic.zone.network.ids.not.allowed": "Cannot move Instance with Network IDs; this is a basic zone Instance.",
|
||||
"vm.assign.advanced.sg.no.network": "No network specified for moving the Instance. Please specify a network or add a network to the Instance via the NICs tab.",
|
||||
"vm.assign.default.network.not.found": "Unable to find a default network to start the Instance.",
|
||||
"vm.assign.securitygroup.vmware.not.supported": "Security group feature is not supported for VMware hypervisor.",
|
||||
"vm.assign.applicable.network.not.found": "Could not find an applicable network to create virtual machine for account {{account}}.",
|
||||
"vm.assign.multiple.default.networks": "More than one default isolated network found for account {{account}}. Please specify networkIDs.",
|
||||
"vm.assign.network.system.only": "Network {{network}} is system only and cannot be used for VM deployment.",
|
||||
"vm.assign.physical.network.not.found": "Unable to find physical network with ID {{physicalNetworkId}} and tag {{tag}}.",
|
||||
"vm.assign.network.implement.failed": "Failed to implement network {{network}} elements and resources as part of network provision.",
|
||||
"vm.restore.disk.offering.not.found": "Cannot find disk offering with the specified ID.",
|
||||
"vm.restore.disk.offering.strict.mismatch": "The service offering has a strict disk offering requirement, and the specified disk offering does not match.",
|
||||
"vm.restore.sharedfs.not.supported": "Operation not supported on Shared FileSystem Instance.",
|
||||
"vm.restore.instance.not.supported": "Operation not supported for Instance {{instance}}.",
|
||||
"vm.restore.template.not.found": "Cannot find template with the specified ID.",
|
||||
"vm.restore.template.linked.not.found": "Cannot find the template linked with the Instance.",
|
||||
"vm.restore.root.disk.size.smaller.than.template": "Root disk size {{rootDiskSize}} is smaller than the template size {{templateSize}}.",
|
||||
"vm.restore.disk.offering.size.smaller.than.template": "Disk size {{diskSize}} for the selected offering is less than the template size {{templateSize}}.",
|
||||
"vm.restore.external.hypervisor.type.not.allowed": "Restore operation is not allowed for External hypervisor type.",
|
||||
"vm.restore.unbacked.snapshots": "There are unbacked up snapshots on the ROOT volume. Re-install VM is not permitted; please try again later.",
|
||||
"vm.restore.iso.cannot.use.template": "This Instance was created from an ISO and cannot be re-installed with a template.",
|
||||
"vm.restore.template.id.invalid": "Invalid template ID provided to restore the Instance.",
|
||||
"vm.restore.iso.not.attached": "Cannot restore the Instance: no ISO is attached to the VM.",
|
||||
"vm.restore.owner.not.found": "The owner of Instance {{instance}} does not exist.",
|
||||
"vm.restore.owner.disabled": "The owner of Instance {{instance}} is disabled.",
|
||||
"vm.restore.vm.not.right.state": "Instance {{instance}} is in {{instanceState}} state. Restore can only be performed when the Instance is Running or Stopped.",
|
||||
"vm.restore.root.volume.not.found": "Cannot find root volume for Instance {{instance}}.",
|
||||
"vm.restore.multiple.root.volumes": "There are {{count}} root volumes for Instance {{instance}}; expected at most one.",
|
||||
"vm.restore.snapshots.exist": "Unable to restore Instance: please remove all Instance Snapshots first.",
|
||||
"vm.restore.stop.failed": "Failed to stop the Instance before restore.",
|
||||
"vm.restore.password.reset.failed": "VM restore is complete but failed to reset the password.",
|
||||
"vm.restore.start.failed": "Unable to start Instance after restore.",
|
||||
"vm.restore.failed": "Failed to restore Instance {{instance}}.",
|
||||
"vm.restore.template.not.available.in.zone": "Cannot restore Instance: template {{template}} is not available in the zone.",
|
||||
"vm.restore.template.bypassed.not.available": "Cannot restore Instance: bypassed template {{template}} is not available in the zone.",
|
||||
"vm.restore.managed.storage.hypervisor.not.supported": "This hypervisor type is not supported on managed storage for this command.",
|
||||
"vm.restore.managed.storage.reset.failed": "Unable to reset Instance {{instance}} during managed storage operation.",
|
||||
"vm.extraconfig.vmware.key.not.allowed": "Extra config key '{{key}}' is not in the allowed list for VMware hypervisor.",
|
||||
"vm.extraconfig.vmware.invalid.format": "The extra config string contains an invalid key/value pair pattern.",
|
||||
"vm.extraconfig.xenserver.key.not.allowed": "Extra config key '{{key}}' is not in the allowed list for XenServer hypervisor.",
|
||||
"vm.extraconfig.xenserver.invalid.format": "The extra config string contains an invalid key/value pair pattern.",
|
||||
"vm.extraconfig.config.incorrect": "An incorrect extra configuration '{{config}}' was passed.",
|
||||
"vm.extraconfig.account.not.enabled": "Additional VM configuration is not enabled for this account.",
|
||||
"vm.extraconfig.kvm.key.not.allowed": "Extra config key '{{key}}' is not in the allowed list for KVM hypervisor.",
|
||||
"vm.extraconfig.kvm.xml.parse.failed": "Failed to parse additional XML configuration.",
|
||||
"vm.extraconfig.hypervisor.not.supported": "Hypervisor {{hypervisorType}} is not supported for additional VM configuration.",
|
||||
"vm.extraconfig.url.decode.failed": "Failed to decode URL-encoded extra config string.",
|
||||
"vm.password.encrypt.failed": "Failed to encrypt the password for the Instance.",
|
||||
"vm.userdata.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.import.zone.invalid": "Unable to import virtual machine: invalid zone specified.",
|
||||
"vm.import.host.invalid": "Unable to import virtual machine: invalid host specified.",
|
||||
"vm.unmanage.vm.not.found": "Unable to find Instance with specified ID for unmanage operation.",
|
||||
"vm.unmanage.vm.not.right.state": "Instance {{instance}} is not running or stopped and cannot be unmanaged.",
|
||||
"vm.unmanage.failed": "Failed to unmanage Instance {{instance}}.",
|
||||
"vm.unmanage.unbacked.snapshots": "There are unbacked up snapshots on the ROOT volume. VM unmanage is not permitted; please try again later.",
|
||||
"vm.unmanage.volume.not.attached": "Volume {{volume}} of Instance {{instance}} is not attached to the Instance.",
|
||||
"vm.unmanage.volume.type.invalid": "Volume {{volume}} has invalid type {{volumeType}}: expected ROOT or DATADISK.",
|
||||
"vm.backup.root.disk.size.smaller.than.backup": "Instance root disk size {{instanceSize}} GiB cannot be less than the backed-up volume size {{backupSize}} GiB.",
|
||||
"vm.backup.not.found": "Backup with specified ID does not exist.",
|
||||
"vm.backup.create.instance.not.supported": "Create instance from backup is not supported for this backup provider.",
|
||||
"vm.backup.zone.not.found": "Unable to find zone with specified ID.",
|
||||
"vm.backup.cross.zone.not.supported": "Create Instance from Backup across zones is not supported by this backup provider or repository.",
|
||||
"vm.backup.service.offering.not.found": "Unable to find service offering with specified ID.",
|
||||
"vm.backup.service.offering.uuid.missing": "Backup does not contain a Service Offering UUID. Please specify a valid Service Offering when creating the Instance.",
|
||||
"vm.backup.service.offering.uuid.not.found": "Unable to find Service Offering from the UUID stored in the Backup. Please specify a valid Service Offering.",
|
||||
"vm.backup.template.not.found": "Unable to find template with specified ID.",
|
||||
"vm.backup.template.uuid.missing": "Backup does not contain a Template UUID. Please specify a valid Template or ISO when creating the Instance.",
|
||||
"vm.backup.template.uuid.not.found": "Unable to find Template from the UUID stored in the Backup. Please specify a valid Template or ISO.",
|
||||
"vm.backup.disk.offering.iso.only": "The diskofferingid parameter is only supported for creating instances from backup when using ISO. For templates, use datadisksdetails.",
|
||||
"vm.backup.disk.offering.not.found": "Unable to find disk offering with specified ID.",
|
||||
"vm.backup.disk.offering.compute.only": "Disk offering {{diskOffering}} is directly mapped to a service offering. Please provide an individual disk offering.",
|
||||
"vm.expunge.destroy.first": "Please destroy the Instance before expunging it.",
|
||||
"vm.expunge.failed": "Failed to expunge Instance with specified ID.",
|
||||
"vm.gethypervisortype.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.migrate.storage.vm.not.stopped": "Instance is not Stopped. Unable to perform storage migration.",
|
||||
"vm.migrate.vm.not.running": "Instance is not Running. Unable to migrate the Instance.",
|
||||
"vm.migrate.storage.vm.not.running": "Instance is not Running. Unable to migrate the Instance with storage.",
|
||||
"vm.assign.network.not.found": "Unable to find network with specified ID.",
|
||||
"vm.restore.vm.not.found": "Unable to find Instance with specified ID.",
|
||||
"vm.restore.template.iso.not.found": "Unable to find template or ISO for the specified volume and Instance."
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue