nova/nova/locale/nova-log-warning.pot

750 lines
19 KiB
Plaintext

# Translations template for nova.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the nova project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: nova 2015.1.dev226.gdf57d44\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-13 06:11+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: nova/api/auth.py:73
msgid "ratelimit_v3 is removed from v3 api."
msgstr ""
#: nova/api/auth.py:164
msgid "Sourcing roles from deprecated X-Role HTTP header"
msgstr ""
#: nova/api/ec2/__init__.py:170
#, python-format
msgid ""
"Access key %(access_key)s has had %(failures)d failed authentications and"
" will be locked out for %(lock_mins)d minutes."
msgstr ""
#: nova/api/ec2/cloud.py:1310
#: nova/api/openstack/compute/contrib/floating_ips.py:234
#, python-format
msgid "multiple fixed_ips exist, using the first: %s"
msgstr ""
#: nova/api/metadata/handler.py:119
msgid ""
"X-Instance-ID present in request headers. The 'service_metadata_proxy' "
"option must be enabled to process this header."
msgstr ""
#: nova/api/metadata/handler.py:189
#, python-format
msgid ""
"X-Instance-ID-Signature: %(signature)s does not match the expected value:"
" %(expected_signature)s for id: %(instance_id)s. Request From: "
"%(remote_address)s"
msgstr ""
#: nova/api/metadata/handler.py:215
#, python-format
msgid ""
"Tenant_id %(tenant_id)s does not match tenant_id of instance "
"%(instance_id)s."
msgstr ""
#: nova/api/metadata/vendordata_json.py:47
#, python-format
msgid "%(logprefix)sfile does not exist"
msgstr ""
#: nova/api/metadata/vendordata_json.py:50
#, python-format
msgid "%(logprefix)unexpected IOError when reading"
msgstr ""
#: nova/api/metadata/vendordata_json.py:54
#, python-format
msgid "%(logprefix)sfailed to load json"
msgstr ""
#: nova/api/openstack/__init__.py:235 nova/api/openstack/__init__.py:417
#, python-format
msgid ""
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
"resource"
msgstr ""
#: nova/api/openstack/__init__.py:286
#: nova/api/openstack/compute/plugins/v3/servers.py:106
#, python-format
msgid "Not loading %s because it is in the blacklist"
msgstr ""
#: nova/api/openstack/__init__.py:291
#: nova/api/openstack/compute/plugins/v3/servers.py:111
#, python-format
msgid "Not loading %s because it is not in the whitelist"
msgstr ""
#: nova/api/openstack/__init__.py:311
#, python-format
msgid "Extensions in both blacklist and whitelist: %s"
msgstr ""
#: nova/api/openstack/common.py:498
msgid "Rejecting snapshot request, snapshots currently disabled"
msgstr ""
#: nova/api/openstack/extensions.py:277
#, python-format
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
msgstr ""
#: nova/api/openstack/compute/servers.py:82
msgid ""
"XML support has been deprecated and may be removed as early as the Juno "
"release."
msgstr ""
#: nova/api/openstack/compute/views/servers.py:198
msgid "Instance has had its instance_type removed from the DB"
msgstr ""
#: nova/compute/manager.py:1243
#, python-format
msgid ""
"Treating negative config value (%(retries)s) for 'block_device_retries' "
"as 0."
msgstr ""
#: nova/compute/manager.py:1840
msgid ""
"Failed to create block device for instance due to being over volume "
"resource quota"
msgstr ""
#: nova/compute/manager.py:2122
msgid "No more network or fixed IP to be allocated"
msgstr ""
#: nova/compute/manager.py:2397
#, python-format
msgid "Ignoring EndpointNotFound: %s"
msgstr ""
#: nova/compute/manager.py:2415
#, python-format
msgid "Failed to delete volume: %(volume_id)s due to %(exc)s"
msgstr ""
#: nova/compute/manager.py:5802
#, python-format
msgid ""
"Instance shutdown by itself. Calling the stop API. Current vm_state: "
"%(vm_state)s, current task_state: %(task_state)s, current DB power_state:"
" %(db_power_state)s, current VM power_state: %(vm_power_state)s"
msgstr ""
#: nova/compute/manager.py:5857
#, python-format
msgid ""
"Instance is not stopped. Calling the stop API. Current vm_state: "
"%(vm_state)s, current task_state: %(task_state)s, current DB power_state:"
" %(db_power_state)s, current VM power_state: %(vm_power_state)s"
msgstr ""
#: nova/compute/utils.py:208
#, python-format
msgid "Can't access image %(image_id)s: %(error)s"
msgstr ""
#: nova/compute/utils.py:238
#, python-format
msgid ""
"Metadata value %(value)s for %(key)s is not of type %(type)s. Using "
"default value %(default)s."
msgstr ""
#: nova/compute/utils.py:351
#, python-format
msgid ""
"No host name specified for the notification of HostAPI.%s and it will be "
"ignored"
msgstr ""
#: nova/compute/utils.py:479
#, python-format
msgid ""
"Value of 0 or None specified for %s. This behaviour will change in "
"meaning in the K release, to mean 'call at the default rate' rather than "
"'do not call'. To keep the 'do not call' behaviour, use a negative value."
msgstr ""
#: nova/compute/resources/__init__.py:31
#, python-format
msgid "Compute resource plugin %s was not loaded"
msgstr ""
#: nova/console/serial.py:98
#, python-format
msgid ""
"serial_console.port_range should be <num>:<num>. Given value "
"%(port_range)s could not be parsed. Taking the default port range "
"%(default)s."
msgstr ""
#: nova/console/vmrc.py:49
msgid ""
"The ESX driver has been removed! This code will be removed in Kilo "
"release!"
msgstr ""
#: nova/console/vmrc.py:117
msgid "This code will be removed in Kilo release!"
msgstr ""
#: nova/consoleauth/manager.py:84
#, python-format
msgid "Token: %(token)s failed to save into memcached."
msgstr ""
#: nova/consoleauth/manager.py:95
#, python-format
msgid "Instance: %(instance_uuid)s failed to save into memcached"
msgstr ""
#: nova/network/manager.py:878
#, python-format
msgid ""
"Quota exceeded for project %(pid)s, tried to allocate fixed IP. %(used)s "
"of %(allowed)s are in use or are already reserved."
msgstr ""
#: nova/network/neutronv2/api.py:219
#, python-format
msgid "Neutron error: Port quota exceeded in tenant: %s"
msgstr ""
#: nova/network/neutronv2/api.py:224
#, python-format
msgid "Neutron error: No more fixed IPs in network: %s"
msgstr ""
#: nova/network/neutronv2/api.py:228
#, python-format
msgid ""
"Neutron error: MAC address %(mac)s is already in use on network "
"%(network)s."
msgstr ""
#: nova/network/neutronv2/api.py:315
msgid "No network configured!"
msgstr ""
#: nova/network/neutronv2/api.py:517
#, python-format
msgid "Port %s does not exist"
msgstr ""
#: nova/network/neutronv2/api.py:521
#, python-format
msgid "Failed to delete port %s for instance."
msgstr ""
#: nova/network/neutronv2/api.py:1293
#, python-format
msgid ""
"Network %(id)s not matched with the tenants network! The ports tenant "
"%(tenant_id)s will be used."
msgstr ""
#: nova/openstack/common/loopingcall.py:87
#, python-format
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
msgstr ""
#: nova/openstack/common/service.py:363
#, python-format
msgid "pid %d not in child list"
msgstr ""
#: nova/scheduler/driver.py:56
#, python-format
msgid "NoValidHost exception with message: '%s'"
msgstr ""
#: nova/scheduler/driver.py:62 nova/scheduler/utils.py:91
#, python-format
msgid "Setting instance to %s state."
msgstr ""
#: nova/scheduler/filter_scheduler.py:178
msgid "Instance disappeared during scheduling"
msgstr ""
#: nova/scheduler/host_manager.py:170
#, python-format
msgid "Metric name unknown of %r"
msgstr ""
#: nova/scheduler/host_manager.py:185
#: nova/tests/scheduler/test_host_manager.py:285
#, python-format
msgid ""
"Host has more disk space than database expected (%(physical)sgb > "
"%(database)sgb)"
msgstr ""
#: nova/scheduler/host_manager.py:398
#: nova/tests/scheduler/test_host_manager.py:290
#, python-format
msgid "No service for compute ID %s"
msgstr ""
#: nova/scheduler/utils.py:75
#, python-format
msgid "Failed to %(service)s_%(method)s: %(ex)s"
msgstr ""
#: nova/scheduler/utils.py:231
#, python-format
msgid "Ignoring the invalid elements of the option %(name)s: %(options)s"
msgstr ""
#: nova/scheduler/filters/compute_filter.py:47
#, python-format
msgid "%(host_state)s has not been heard from in a while"
msgstr ""
#: nova/scheduler/filters/core_filter.py:51
#: nova/scheduler/filters/exact_core_filter.py:36
msgid "VCPUs not set; assuming CPU collection broken"
msgstr ""
#: nova/scheduler/filters/core_filter.py:102
#, python-format
msgid "Could not decode cpu_allocation_ratio: '%s'"
msgstr ""
#: nova/scheduler/filters/disk_filter.py:87
#, python-format
msgid "Could not decode disk_allocation_ratio: '%s'"
msgstr ""
#: nova/scheduler/filters/io_ops_filter.py:76
#, python-format
msgid "Could not decode max_io_ops_per_host: '%s'"
msgstr ""
#: nova/scheduler/filters/num_instances_filter.py:71
#, python-format
msgid "Could not decode max_instances_per_host: '%s'"
msgstr ""
#: nova/scheduler/filters/ram_filter.py:95
#, python-format
msgid "Could not decode ram_allocation_ratio: '%s'"
msgstr ""
#: nova/storage/linuxscsi.py:100
#, python-format
msgid "Multipath call failed exit (%(code)s)"
msgstr ""
#: nova/storage/linuxscsi.py:121
#, python-format
msgid "Couldn't find multipath device %s"
msgstr ""
#: nova/storage/linuxscsi.py:130
#, python-format
msgid "Skip faulty line \"%(dev_line)s\" of multipath device %(mdev)s"
msgstr ""
#: nova/virt/configdrive.py:184
#, python-format
msgid "Image config drive option %(image_prop)s is invalid and will be ignored"
msgstr ""
#: nova/virt/disk/api.py:366
#, python-format
msgid "Ignoring error injecting data into image %(image)s (%(e)s)"
msgstr ""
#: nova/virt/disk/api.py:456
#, python-format
msgid "Ignoring error injecting %(inject)s into image (%(e)s)"
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:88
msgid ""
"Please consider to execute setup before trying to configure debug log "
"message."
msgstr ""
#: nova/virt/disk/vfs/guestfs.py:192
#, python-format
msgid "Unable to force TCG mode, libguestfs too old? %s"
msgstr ""
#: nova/virt/hyperv/vmops.py:470
msgid "Timed out while waiting for soft shutdown."
msgstr ""
#: nova/virt/hyperv/vmutils.py:418
#, python-format
msgid ""
"Disk not found on controller \"%(controller_path)s\" with address "
"\"%(address)s\""
msgstr ""
#: nova/virt/ironic/driver.py:103
#, python-format
msgid "Power state %s not found."
msgstr ""
#: nova/virt/ironic/driver.py:206
#, python-format
msgid "cpu_arch not defined for node '%s'"
msgstr ""
#: nova/virt/ironic/driver.py:234
#, python-format
msgid "Ignoring malformed capability '%s'. Format should be 'key:val'."
msgstr ""
#: nova/virt/ironic/driver.py:538
#, python-format
msgid "Warning, memory usage is 0 for %(instance)s on baremetal node %(node)s."
msgstr ""
#: nova/virt/ironic/driver.py:545
#, python-format
msgid "Warning, number of cpus is 0 for %(instance)s on baremetal node %(node)s."
msgstr ""
#: nova/virt/ironic/driver.py:734
#, python-format
msgid "Destroy called on non-existing instance %s."
msgstr ""
#: nova/virt/libvirt/driver.py:428
#, python-format
msgid "Invalid cachemode %(cache_mode)s specified for disk type %(disk_type)s."
msgstr ""
#: nova/virt/libvirt/driver.py:683
#, python-format
msgid ""
"The libvirt driver is not tested on %(type)s/%(arch)s by the OpenStack "
"project and thus its quality can not be ensured. For more information, "
"see: https://wiki.openstack.org/wiki/HypervisorSupportMatrix"
msgstr ""
#: nova/virt/libvirt/driver.py:700
msgid ""
"Running libvirt-lxc without user namespaces is dangerous. Containers "
"spawned by Nova will be run as the host's root user. It is highly "
"suggested that user namespaces be used in a public or multi-tenant "
"environment."
msgstr ""
#: nova/virt/libvirt/driver.py:748
#, python-format
msgid "URI %(uri)s does not support events: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:764
#, python-format
msgid "URI %(uri)s does not support connection events: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:999
msgid "Cannot destroy instance, operation time out"
msgstr ""
#: nova/virt/libvirt/driver.py:1023
msgid "During wait destroy, instance disappeared."
msgstr ""
#: nova/virt/libvirt/driver.py:1106
msgid "Instance may be still running, destroy it again."
msgstr ""
#: nova/virt/libvirt/driver.py:1161
#, python-format
msgid "Ignoring Volume Error on vol %(vol_id)s during delete %(exc)s"
msgstr ""
#: nova/virt/libvirt/driver.py:1519 nova/virt/libvirt/driver.py:1527
msgid "During detach_volume, instance disappeared."
msgstr ""
#: nova/virt/libvirt/driver.py:1572
msgid "During detach_interface, instance disappeared."
msgstr ""
#: nova/virt/libvirt/driver.py:2248
msgid "Failed to soft reboot instance. Trying hard reboot."
msgstr ""
#: nova/virt/libvirt/driver.py:2887
#, python-format
msgid "Image %s not found on disk storage. Continue without injecting data"
msgstr ""
#: nova/virt/libvirt/driver.py:3073
msgid "File injection into a boot from volume instance is not supported"
msgstr ""
#: nova/virt/libvirt/driver.py:3148
msgid "Instance disappeared while detaching a PCI device from it."
msgstr ""
#: nova/virt/libvirt/driver.py:3267
#, python-format
msgid "Cannot update service status on host: %s,since it is not registered."
msgstr ""
#: nova/virt/libvirt/driver.py:3270
#, python-format
msgid "Cannot update service status on host: %s,due to an unexpected exception."
msgstr ""
#: nova/virt/libvirt/driver.py:3298
#, python-format
msgid "URI %(uri)s does not support full set of host capabilities: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:3610
msgid "Too many id maps, only included first five."
msgstr ""
#: nova/virt/libvirt/driver.py:3620
#, python-format
msgid "Invalid value for id mapping %s"
msgstr ""
#: nova/virt/libvirt/driver.py:4079
msgid ""
"Old property name \"hw_watchdog_action\" is now deprecated and will be "
"removed in the next release. Use updated property name "
"\"hw:watchdog_action\" instead"
msgstr ""
#: nova/virt/libvirt/driver.py:4417
#, python-format
msgid "Timeout waiting for vif plugging callback for instance %(uuid)s"
msgstr ""
#: nova/virt/libvirt/driver.py:4438
#, python-format
msgid "couldn't obtain the XML from domain: %(uuid)s, exception: %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:4495
msgid ""
"Cannot get the number of cpu, because this function is not implemented "
"for this platform. "
msgstr ""
#: nova/virt/libvirt/driver.py:4557
#, python-format
msgid "couldn't obtain the vpu count from domain id: %(uuid)s, exception: %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:4588
#, python-format
msgid "couldn't obtain the memory from domain: %(uuid)s, exception: %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:4793
#, python-format
msgid "URI %(uri)s does not support listDevices: %(error)s"
msgstr ""
#: nova/virt/libvirt/driver.py:5370
#, python-format
msgid ""
"An error occurred trying to live migrate. Falling back to legacy live "
"migrate flow. Error: %s"
msgstr ""
#: nova/virt/libvirt/driver.py:5508
#, python-format
msgid "plug_vifs() failed %(cnt)d. Retry up to %(max_retry)d."
msgstr ""
#: nova/virt/libvirt/driver.py:5721
#, python-format
msgid ""
"Error from libvirt while getting description of %(instance_name)s: [Error"
" Code %(error_code)s] %(ex)s"
msgstr ""
#: nova/virt/libvirt/driver.py:5729
#, python-format
msgid ""
"Periodic task is updating the host stat, it is trying to get disk "
"%(i_name)s, but disk file was removed by concurrent operations such as "
"resize."
msgstr ""
#: nova/virt/libvirt/driver.py:5735
#, python-format
msgid ""
"Periodic task is updating the host stat, it is trying to get disk "
"%(i_name)s, but access is denied. It is most likely due to a VM that "
"exists on the compute node but is not managed by Nova."
msgstr ""
#: nova/virt/libvirt/driver.py:5744
#, python-format
msgid ""
"Periodic task is updating the host stats, it is trying to get disk info "
"for %(i_name)s, but the backing volume block device was removed by "
"concurrent operations such as resize. Error: %(error)s"
msgstr ""
#: nova/virt/libvirt/firewall.py:53
msgid ""
"Libvirt module could not be loaded. NWFilterFirewall will not work "
"correctly."
msgstr ""
#: nova/virt/libvirt/imagecache.py:317
#, python-format
msgid ""
"Instance %(instance)s is using a backing file %(backing)s which does not "
"appear in the image service"
msgstr ""
#: nova/virt/libvirt/imagecache.py:494
#, python-format
msgid ""
"image %(id)s at (%(base_file)s): warning -- an absent base file is in "
"use! instances: %(instance_list)s"
msgstr ""
#: nova/virt/libvirt/imagecache.py:544
#, python-format
msgid "Unknown base file: %s"
msgstr ""
#: nova/virt/libvirt/lvm.py:104
#, python-format
msgid ""
"Volume group %(vg)s will not be able to hold sparse volume %(lv)s. "
"Virtual volume size is %(size)db, but free space on volume group is only "
"%(free_space)db."
msgstr ""
#: nova/virt/libvirt/rbd_utils.py:269
#, python-format
msgid "rbd remove %(volume)s in pool %(pool)s failed"
msgstr ""
#: nova/virt/libvirt/utils.py:71 nova/virt/libvirt/utils.py:77
msgid "systool is not installed"
msgstr ""
#: nova/virt/libvirt/volume.py:132
#, python-format
msgid "Unknown content in connection_info/qos_specs: %s"
msgstr ""
#: nova/virt/libvirt/volume.py:312
#, python-format
msgid ""
"ISCSI volume not yet found at: %(disk_dev)s. Will rescan & retry. Try "
"number: %(tries)s"
msgstr ""
#: nova/virt/libvirt/volume.py:378
#, python-format
msgid "Unable to delete volume device %s"
msgstr ""
#: nova/virt/libvirt/volume.py:389
#, python-format
msgid ""
"Failed to remove multipath device descriptor %(dev_mapper)s. Exception "
"message: %(msg)s"
msgstr ""
#: nova/virt/libvirt/volume.py:719 nova/virt/libvirt/volume.py:887
#, python-format
msgid "%s is already mounted"
msgstr ""
#: nova/virt/libvirt/volume.py:778
#, python-format
msgid "AoE volume not yet found at: %(aoedevpath)s. Try number: %(tries)s"
msgstr ""
#: nova/virt/libvirt/volume.py:984
#, python-format
msgid ""
"Fibre volume not yet found at: %(mount_device)s. Will rescan & retry. "
"Try number: %(tries)s"
msgstr ""
#: nova/virt/libvirt/volume.py:1042
#, python-format
msgid "multipath-tools probably work improperly. devices to remove = %s."
msgstr ""
#: nova/virt/libvirt/volume.py:1092
msgid "Value required for 'scality_sofs_config'"
msgstr ""
#: nova/virt/libvirt/volume.py:1103
#, python-format
msgid "Cannot access 'scality_sofs_config': %s"
msgstr ""
#: nova/virt/libvirt/volume.py:1109
msgid "Cannot execute /sbin/mount.sofs"
msgstr ""
#: nova/virt/libvirt/volume.py:1124
msgid "Cannot mount Scality SOFS, check syslog for errors"
msgstr ""
#: nova/virt/vmwareapi/driver.py:96
msgid ""
"The VMware ESX driver is now deprecated and has been removed in the Juno "
"release. The VC driver will remain and continue to be supported."
msgstr ""
#: nova/virt/vmwareapi/driver.py:157
#, python-format
msgid "The following clusters could not be found in the vCenter %s"
msgstr ""
#: nova/virt/vmwareapi/driver.py:202
msgid "Instance cannot be found in host, or in an unknownstate."
msgstr ""
#: nova/virt/vmwareapi/vmops.py:337
#, python-format
msgid ""
"Destination %s already exists! Concurrent moves can lead to unexpected "
"results."
msgstr ""
#: nova/volume/cinder.py:266
msgid ""
"Cinder V1 API is deprecated as of the Juno release, and Nova is still "
"configured to use it. Enable the V2 API in Cinder and set "
"cinder_catalog_info in nova.conf to use it."
msgstr ""