# Translations template for manila. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the manila project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: manila 3.0.1.dev2\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-10-13 14:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: manila/context.py:76 #, python-format msgid "Arguments dropped when creating context: %s." msgstr "" #: manila/service.py:195 msgid "Service killed that has no database entry." msgstr "" #: manila/service.py:280 #, python-format msgid "" "Value of config option %(name)s_workers must be integer greater than 1. " "Input value ignored." msgstr "" #: manila/api/auth.py:27 msgid "" "manila.api.auth:ManilaKeystoneContext is deprecated. Please use " "manila.api.middleware.auth:ManilaKeystoneContext instead." msgstr "" #: manila/api/auth.py:35 msgid "" "manila.api.auth:pipeline_factory is deprecated. Please use " "manila.api.middleware.auth:pipeline_factory instead." msgstr "" #: manila/api/extensions.py:221 #, python-format msgid "osapi_share_extension is set to deprecated path: %s." msgstr "" #: manila/api/extensions.py:224 #, python-format msgid "" "Please set your flag or manila.conf settings for osapi_share_extension " "to: %s." msgstr "" #: manila/api/extensions.py:233 #, python-format msgid "Failed to load extension %(ext_factory)s: %(exc)s." msgstr "" #: manila/api/extensions.py:302 #, python-format msgid "Failed to load extension %(classpath)s: %(exc)s." msgstr "" #: manila/api/extensions.py:327 #, python-format msgid "Failed to load extension %(ext_name)s: %(exc)s." msgstr "" #: manila/api/openstack/__init__.py:105 #, python-format msgid "" "Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " "resource" msgstr "" #: manila/api/openstack/__init__.py:124 msgid "" "manila.api.openstack:FaultWrapper is deprecated. Please use " "manila.api.middleware.fault:FaultWrapper instead." msgstr "" #: manila/api/openstack/urlmap.py:26 msgid "" "manila.api.openstack.urlmap:urlmap_factory is deprecated. Please use " "manila.api.urlmap:urlmap_factory instead." msgstr "" #: manila/api/v1/share_networks.py:264 #, python-format msgid "" "Quota exceeded for %(s_pid)s, tried to create share-network " "(%(d_consumed)d of %(d_quota)d already consumed)." msgstr "" #: manila/common/client_auth.py:81 msgid "Not specifying auth options is deprecated" msgstr "" #: manila/data/helper.py:87 #, python-format msgid "Could not cleanup access rule of share %s." msgstr "" #: manila/data/helper.py:98 #, python-format msgid "" "Could not cleanup instance %(instance_id)s temporary folders for data " "copy of share %(share_id)s." msgstr "" #: manila/data/helper.py:111 #, python-format msgid "" "Could not unmount folder of instance %(instance_id)s for data copy of " "share %(share_id)s." msgstr "" #: manila/data/helper.py:261 #, python-format msgid "Folder %s could not be removed." msgstr "" #: manila/data/manager.py:272 #, python-format msgid "" "Copy of data from share instance %(src_instance)s to share instance " "%(dest_instance)s was cancelled." msgstr "" #: manila/db/sqlalchemy/api.py:964 #, python-format msgid "Change will make usage less than 0 for the following resources: %s" msgstr "" #: manila/network/linux/interface.py:157 manila/network/linux/interface.py:202 #, python-format msgid "Device %s already exists." msgstr "" #: manila/scheduler/host_manager.py:537 #, python-format msgid "Share service is down. (host: %s)." msgstr "" #: manila/scheduler/manager.py:74 #, python-format msgid "" "Scheduler driver path %(old)s is deprecated, update your configuration to" " the new path %(new)s" msgstr "" #: manila/scheduler/manager.py:215 #, python-format msgid "Failed to schedule_%(method)s: %(ex)s" msgstr "" #: manila/scheduler/manager.py:246 #, python-format msgid "Failed to schedule_%(method)s: %(exc)s" msgstr "" #: manila/scheduler/filters/capacity.py:63 #, python-format msgid "" "Insufficient free space for share creation. Total capacity is %(total).2f" " on host %(host)s." msgstr "" #: manila/scheduler/filters/capacity.py:97 #, python-format msgid "" "Insufficient free space for thin provisioning. The ratio of provisioned " "capacity over total capacity %(provisioned_ratio).2f would exceed the " "maximum over subscription ratio %(oversub_ratio).2f on host %(host)s." msgstr "" #: manila/scheduler/filters/capacity.py:121 #, python-format msgid "" "Insufficient free space for share creation on host %(host)s (requested / " "avail): %(requested)s/%(available)s" msgstr "" #: manila/scheduler/filters/driver.py:59 msgid "" "No 'share_backend_name' key in extra_specs. Skipping share backend name " "check." msgstr "" #: manila/scheduler/filters/driver.py:63 #, python-format msgid "" "Share backend names do not match: '%(target)s' vs '%(current)s' :: " "Skipping." msgstr "" #: manila/scheduler/filters/driver.py:70 msgid "Filter function not set :: passing host." msgstr "" #: manila/scheduler/filters/driver.py:79 #, python-format msgid "Error in filtering function '%(function)s' : '%(error)s' :: failing host." msgstr "" #: manila/scheduler/weighers/goodness.py:61 msgid "Goodness function not set :: defaulting to minimal goodness rating of 0." msgstr "" #: manila/scheduler/weighers/goodness.py:69 #, python-format msgid "" "Error in goodness_function function '%(function)s' : '%(error)s' :: " "Defaulting to a goodness of 0." msgstr "" #: manila/scheduler/weighers/goodness.py:80 #, python-format msgid "" "Invalid goodness result. Result must be between 0 and 100. Result " "generated: '%s' :: Defaulting to a goodness of 0." msgstr "" #: manila/share/api.py:149 #, python-format msgid "" "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG share " "(%(d_consumed)dG of %(d_quota)dG already consumed)." msgstr "" #: manila/share/api.py:159 #, python-format msgid "" "Quota exceeded for %(s_pid)s, tried to create share (%(d_consumed)d " "shares already consumed)." msgstr "" #: manila/share/api.py:819 #, python-format msgid "" "Quota exceeded for %(s_pid)s, tried to create %(s_size)sG snapshot " "(%(d_consumed)dG of %(d_quota)dG already consumed)." msgstr "" #: manila/share/api.py:828 #, python-format msgid "" "Quota exceeded for %(s_pid)s, tried to create snapshot (%(d_consumed)d " "snapshots already consumed)." msgstr "" #: manila/share/api.py:1427 #, python-format msgid "Access rule %(access_id)s not found for instance %(instance_id)s." msgstr "" #: manila/share/hook.py:113 #, python-format msgid "" "\n" "Suppressed exception in pre hook. %s\n" msgstr "" #: manila/share/hook.py:138 #, python-format msgid "" "\n" "Suppressed exception in post hook. %s\n" msgstr "" #: manila/share/manager.py:203 #, python-format msgid "" "Driver path %(old)s is deprecated, update your configuration to the new " "path %(new)s" msgstr "" #: manila/share/manager.py:837 #, python-format msgid "Share Migration for share %s was cancelled." msgstr "" #: manila/share/manager.py:1355 #, python-format msgid "" "Share instance information in exception can not be written to db because " "it contains %s and it is not a dictionary." msgstr "" #: manila/share/manager.py:1530 msgid "Invalid export locations passed to the share manager." msgstr "" #: manila/share/manager.py:1859 #, python-format msgid "Replica %(id)s cannot be set to %(state)s through update call." msgstr "" #: manila/share/manager.py:2064 manila/share/manager.py:2133 #, python-format msgid "Failed to update quota usages: %s." msgstr "" #: manila/share/manager.py:2154 manila/share/manager.py:2174 #, python-format msgid "Share instance %s does not exist in the backend." msgstr "" #: manila/share/migration.py:131 #, python-format msgid "Failed to cleanup new instance during generic migration for share %s." msgstr "" #: manila/share/migration.py:138 #, python-format msgid "Failed to cleanup access rules during generic migration for share %s." msgstr "" #: manila/share/drivers/generic.py:191 #, python-format msgid "" "Waiting for the common service VM to become available. Driver is " "currently uninitialized. Share server: %(share_server)s Retry interval: " "%(retry_interval)s" msgstr "" #: manila/share/drivers/generic.py:347 #, python-format msgid "Mount point '%(path)s' already exists on server '%(server)s'." msgstr "" #: manila/share/drivers/generic.py:374 #, python-format msgid "Mount point '%(path)s' does not exist on server '%(server)s'." msgstr "" #: manila/share/drivers/generic.py:502 #, python-format msgid "Volume not found for share %s. Possibly already deleted." msgstr "" #: manila/share/drivers/generic.py:1081 msgid "" "The Generic driver has no means to guarantee consistency group snapshots " "are actually consistent. This implementation is for reference and testing" " purposes only." msgstr "" #: manila/share/drivers/generic.py:1115 msgid "" "The Consistency Group Snapshot being created is not expected to be " "consistent. This implementation is for reference and testing purposes " "only." msgstr "" #: manila/share/drivers/generic.py:1122 msgid "No shares in Consistency Group to Create CG snapshot." msgstr "" #: manila/share/drivers/helpers.py:214 #: manila/share/drivers/windows/windows_smb_helper.py:210 #, python-format msgid "" "Unsupported access level %(level)s or access type %(type)s, skipping " "removal of access rule to %(to)s." msgstr "" #: manila/share/drivers/helpers.py:232 #, python-format msgid "Access rule %(type)s:%(to)s already exists for share %(name)s" msgstr "" #: manila/share/drivers/helpers.py:385 #, python-format msgid "Caught error trying delete share: %(error)s, trying delete it forcibly." msgstr "" #: manila/share/drivers/lvm.py:109 #, python-format msgid "Volume not found: %s" msgstr "" #: manila/share/drivers/lvm.py:315 #, python-format msgid "%s is already mounted" msgstr "" #: manila/share/drivers/service_instance.py:338 msgid "" "Name for service instance security group is not provided. Skipping " "security group step." msgstr "" #: manila/share/drivers/service_instance.py:370 msgid "" "Unable to check server existence since 'instance_id' key is not set in " "share server backend details." msgstr "" #: manila/share/drivers/service_instance.py:378 #, python-format msgid "Service instance %s does not exist." msgstr "" #: manila/share/drivers/service_instance.py:521 #, python-format msgid "" "No key path is available. May be non-existent key path is provided. Check" " path_to_private_key (current value %(private_path)s) and " "path_to_public_key (current value %(public_path)s) in manila " "configuration file." msgstr "" #: manila/share/drivers/service_instance.py:988 #, python-format msgid "Device %s does not exist anymore." msgstr "" #: manila/share/drivers/cephfs/cephfs_native.py:241 #, python-format msgid "Invalid access type '%(type)s', ignoring in deny." msgstr "" #: manila/share/drivers/container/driver.py:203 msgid "" "neutron_host_id is not specified. This driver might not work as expected " "without it." msgstr "" #: manila/share/drivers/container/protocol_helper.py:107 #, python-format msgid "Can't access smbd at share %s." msgstr "" #: manila/share/drivers/emc/plugins/isilon/isilon.py:142 #, python-format msgid "" "Attempted to delete NFS Share \"%s\", but the share does not appear to " "exist." msgstr "" #: manila/share/drivers/emc/plugins/isilon/isilon.py:157 #, python-format msgid "" "Attempted to delete CIFS Share \"%s\", but the share does not appear to " "exist." msgstr "" #: manila/share/drivers/emc/plugins/unity/connection.py:188 #, python-format msgid "Share %s is not found when deleting the share" msgstr "" #: manila/share/drivers/emc/plugins/unity/connection.py:581 msgid "Kerberos is not supported by EMC Unity manila driver plugin." msgstr "" #: manila/share/drivers/emc/plugins/unity/connection.py:584 msgid "LDAP is not supported by EMC Unity manila driver plugin." msgstr "" #: manila/share/drivers/emc/plugins/unity/connection.py:587 #, python-format msgid "Unknown security service type: %s." msgstr "" #: manila/share/drivers/emc/plugins/vnx/connection.py:231 msgid "" "Driver does not support share deletion without share network specified. " "Return directly because there is nothing to clean." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:92 #, python-format msgid "Translated status from %(old)s to %(new)s. Message: %(info)s." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:255 #, python-format msgid "File system %s already exists. Skip the creation." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:309 #, python-format msgid "File system %s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:580 #, python-format msgid "Mount Point %(mount)s already exists. Skip the creation." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:646 #, python-format msgid "Mount point %(mount)s on mover %(mover_name)s not found." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:878 #, python-format msgid "VDM %(name)s already exists. Skip the creation." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:922 #, python-format msgid "VDM %s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1057 #, python-format msgid "Snapshot %(name)s already exists. Skip the creation." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1102 #, python-format msgid "Snapshot %s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1186 #, python-format msgid "Mover interface name %s already exists. Skip the creation." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1191 #, python-format msgid "Mover interface IP %s already exists. Skip the creation." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1252 #, python-format msgid "Mover interface %s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1322 #, python-format msgid "Failed to delete DNS domain %(name)s. Reason: %(err)s." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1514 #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1519 #, python-format msgid "CIFS server %(name)s on mover %(mover_name)s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1612 #, python-format msgid "CIFS share %s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1690 msgid "Duplicate access control entry, skipping allow..." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1722 msgid "No access control entry found, skipping deny..." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1725 msgid "User not found on domain, skipping deny..." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1763 #, python-format msgid "NFS share %s not found. Skip the deletion." msgstr "" #: manila/share/drivers/emc/plugins/vnx/object_manager.py:1814 #, python-format msgid "NFS share %s not found." msgstr "" #: manila/share/drivers/glusterfs/common.py:396 #, python-format msgid "%s is already mounted." msgstr "" #: manila/share/drivers/glusterfs/layout_volume.py:254 msgid "" "No unused gluster volumes available for use as share! Create share won't " "be supported unless existing shares are deleted or some gluster volumes " "are created with names matching 'glusterfs_volume_pattern'." msgstr "" #: manila/share/drivers/hitachi/hnas/driver.py:251 #, python-format msgid "" "Only USER access type is allowed for CIFS shares. Share provided " "%(share)s with protocol %(proto)s." msgstr "" #: manila/share/drivers/hitachi/hnas/driver.py:761 msgid "Source directory is empty, creating an empty directory." msgstr "" #: manila/share/drivers/hitachi/hnas/driver.py:810 msgid "Source directory is empty, exporting directory." msgstr "" #: manila/share/drivers/hitachi/hnas/ssh.py:82 #, python-format msgid "Export %s does not exist on backend anymore." msgstr "" #: manila/share/drivers/hitachi/hnas/ssh.py:107 #, python-format msgid "CIFS share %s does not exist on backend anymore." msgstr "" #: manila/share/drivers/hitachi/hnas/ssh.py:157 #, python-format msgid "User %(user)s already not allowed to access share %(share)s." msgstr "" #: manila/share/drivers/hitachi/hnas/ssh.py:260 #: manila/share/drivers/hitachi/hnas/ssh.py:510 #, python-format msgid "Attempted to delete path %s but it does not exist." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:201 #, python-format msgid "Failed to Logout from 3PAR (%(url)s) because %(err)s" msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:347 msgid "hp3par:nfs_options is deprecated. Use hpe3par:nfs_options instead." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:392 msgid "hp3par_flash_cache is deprecated. Use hpe3par_flash_cache instead." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:426 msgid "hp3par:smb_* is deprecated. Use hpe3par:smb_* instead." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:654 msgid "" "hpe3par_cifs_admin_access_username and hpe3par_cifs_admin_access_password" " must be provided in order for CIFS shares created from snapshots to be " "writable." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:863 #, python-format msgid "" "Exception during cleanup of deleted share %(share)s in filestore " "%(fstore)s: %(e)s" msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:879 msgid "" "hpe3par_cifs_admin_access_username and hpe3par_cifs_admin_access_password" " must be provided in order for the file tree to be properly deleted." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:979 #, python-format msgid "" "There was an error creating mount directory: %s. The nested file tree " "will not be deleted." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:1005 #, python-format msgid "" "There was an error mounting the super share: %s. The nested file tree " "will not be deleted." msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:1014 #, python-format msgid "There was an error unmounting the share at %(mount_location)s: %(error)s" msgstr "" #: manila/share/drivers/hpe/hpe_3par_mediator.py:1026 #, python-format msgid "" "There was an error removing the share: %s. The nested file tree will not " "be deleted." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:289 #, python-format msgid "Delete snapshot share id %s fs has been deleted." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:300 #, python-format msgid "Can not find snapshot %s on array." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:361 #, python-format msgid "The share was not found. Share name:%s" msgstr "" #: manila/share/drivers/huawei/v3/connection.py:367 msgid "The filesystem was not found." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:504 #, python-format msgid "Failed to unmount share %(name)s. Reason: %(err)s." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:701 #: manila/share/drivers/tegile/tegile.py:391 msgid "Only IP or USER access types are allowed for NFS shares." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:705 #: manila/share/drivers/tegile/tegile.py:386 msgid "Only USER access type is allowed for CIFS shares." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:716 #, python-format msgid "Can not get share %s." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:722 #, python-format msgid "Can not get access id from share. share_name: %s" msgstr "" #: manila/share/drivers/huawei/v3/connection.py:804 #, python-format msgid "Cannot get share %s." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:1796 #, python-format msgid "Failed to set access rules to new active replica %s." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:1806 #, python-format msgid "Failed to clear access rules from old active replica %s." msgstr "" #: manila/share/drivers/huawei/v3/connection.py:1837 #, python-format msgid "" "No replication pair ID recorded for share %(share)s. Continue to delete " "replica %(replica)s." msgstr "" #: manila/share/drivers/huawei/v3/helper.py:1153 msgid "Cannot delete vlan because there is a logical port on vlan." msgstr "" #: manila/share/drivers/huawei/v3/helper.py:1404 #, python-format msgid "Replication pair %s was not found." msgstr "" #: manila/share/drivers/huawei/v3/replication.py:127 #, python-format msgid "Failed to sync replication pair %(id)s. Reason: %(err)s" msgstr "" #: manila/share/drivers/huawei/v3/replication.py:136 #, python-format msgid "Cannot update the replication %s because it's not in normal status." msgstr "" #: manila/share/drivers/huawei/v3/replication.py:176 msgid "The replica to promote is already primary, no need to switch over." msgstr "" #: manila/share/drivers/huawei/v3/replication.py:225 #, python-format msgid "" "Failed to split replication pair %s before deleting it. Ignore this " "exception, and try to delete anyway." msgstr "" #: manila/share/drivers/netapp/utils.py:46 msgid "" "Please use NetAppDriver in the configuration file to load the driver " "instead of directly specifying the driver module name." msgstr "" #: manila/share/drivers/netapp/utils.py:77 #, python-format msgid "Invalid trace flag: %s" msgstr "" #: manila/share/drivers/netapp/dataontap/client/client_cmode.py:1014 #, python-format msgid "No aggregates assigned to Vserver %s." msgstr "" #: manila/share/drivers/netapp/dataontap/client/client_cmode.py:1873 #, python-format msgid "" "Could not unmount volume %(volume)s due to ongoing volume operation: " "%(exception)s" msgstr "" #: manila/share/drivers/netapp/dataontap/client/client_cmode.py:2469 #, python-format msgid "Failed to invoke EMS. %s" msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py:604 #, python-format msgid "" "Could not determine share server for share being deleted: %(share)s. " "Deletion of share record will proceed anyway. Error: %(error)s" msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py:748 #, python-format msgid "" "Could not determine share server for snapshot being deleted: %(snap)s. " "Deletion of snapshot record will proceed anyway. Error: %(error)s" msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py:1035 #, python-format msgid "" "Could not determine share server for consistency group being deleted: " "%(cg)s. Deletion of CG record will proceed anyway. Error: %(error)s" msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py:1064 #, python-format msgid "" "Could not determine share server for CG snapshot being deleted: %(snap)s." " Deletion of CG snapshot record will proceed anyway. Error: %(error)s" msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_base.py:1121 #, python-format msgid "" "Could not determine share server for share %(share)s during access rules " "update. Error: %(error)s" msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:50 msgid "" "Vserver is specified in the configuration. This is ignored when the " "driver is managing share servers." msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:305 msgid "" "Vserver not specified for share server being deleted. Deletion of share " "server record will proceed anyway." msgstr "" #: manila/share/drivers/netapp/dataontap/cluster_mode/lib_multi_svm.py:311 #, python-format msgid "" "Could not find Vserver for share server being deleted: %s. Deletion of " "share server record will proceed anyway." msgstr "" #: manila/share/drivers/nexenta/ns5/nexenta_nas.py:159 #, python-format msgid "Cannot destroy created filesystem: %(vol)s/%(folder)s, exception: %(exc)s" msgstr "" #: manila/share/drivers/nexenta/ns5/nexenta_nas.py:201 #, python-format msgid "Cannot destroy cloned filesystem: %(vol)s/%(filesystem)s" msgstr "" #: manila/share/drivers/nexenta/ns5/nexenta_nas.py:272 #, python-format msgid "snapshot %(name)s not found, response: %(msg)s" msgstr "" #: manila/share/drivers/quobyte/jsonrpc.py:51 msgid "" "Will not verify the server certificate of the API service because the CA " "certificate is not available." msgstr "" #: manila/share/drivers/quobyte/quobyte.py:244 #, python-format msgid "No volume found for share %(project_id)s/%(name)s" msgstr "" #: manila/share/drivers/quobyte/quobyte.py:374 msgid "No access rules provided in update_access." msgstr "" #: manila/share/drivers/tegile/tegile.py:396 #, python-format msgid "Unsupported protocol \"%s\" specified for access rule." msgstr "" #: manila/share/drivers/windows/service_instance.py:237 msgid "" "Multiple security services provided. Only one security service of type " "'active_directory' is supported." msgstr "" #: manila/share/drivers/windows/service_instance.py:246 #, python-format msgid "" "Only security services of type 'active_directory' are supported. " "Retrieved security service type: %(sec_type)s." msgstr "" #: manila/share/drivers/windows/windows_smb_driver.py:70 #, python-format msgid "" "Failed to remove service instance %(instance_id)s from domain %(domain)s." " Exception: %(exc)s." msgstr "" #: manila/share/drivers/windows/windows_smb_helper.py:130 #, python-format msgid "" "Found explicit deny ACE rule that was not created by Manila and will be " "ignored: %s" msgstr "" #: manila/share/drivers/windows/windows_smb_helper.py:136 #, python-format msgid "Found 'custom' ACE rule that will be ignored: %s" msgstr "" #: manila/share/drivers/windows/windows_smb_helper.py:141 #, python-format msgid "" "Account '%(access_to)s' was given full access right on share " "%(share_name)s. Manila only grants 'change' access." msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:532 #, python-format msgid "" "Share with '%(id)s' ID and '%(name)s' NAME is absent on backend. Nothing " "has been deleted." msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:577 #, python-format msgid "" "Snapshot with '%(id)s' ID and '%(name)s' NAME is absent on backend. " "Nothing has been deleted." msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:969 #, python-format msgid "" "Share replica with '%(id)s' ID and '%(name)s' NAME is absent on backend. " "Nothing has been deleted." msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:1128 #: manila/share/drivers/zfsonlinux/driver.py:1182 #, python-format msgid "Failed to sync replica %(id)s. %(e)s" msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:1150 #, python-format msgid "" "Failed to update currently active replica. \n" "%s" msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:1271 #, python-format msgid "Failed to sync snapshot instance %(id)s. %(e)s" msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:1519 #, python-format msgid "Caught following error trying to kill migration process: %s" msgstr "" #: manila/share/drivers/zfsonlinux/driver.py:1537 #, python-format msgid "Failed to destroy destination dataset with following error: %s" msgstr "" #: manila/share/drivers/zfsonlinux/utils.py:106 #, python-format msgid "Failed to run command, got error: %s" msgstr "" #: manila/share/drivers/zfsonlinux/utils.py:304 #, python-format msgid "" "Dataset with '%(name)s' NAME is absent on backend. Access rules were not " "applied." msgstr "" #: manila/share/drivers/zfssa/zfssarest.py:394 #, python-format msgid "Property %s already exists." msgstr ""