summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-08-03 03:55:55 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2022-08-03 03:55:55 +0000
commit3a7b89506d4b1d5ec28c28c4edf0cfeaccf19dc6 (patch)
tree188c8747b9754334a2403d7294aae0c53e599f8d /releasenotes
parent08eece50d4ec10e4cc7e72b86fee19620cbf798c (diff)
downloadswift-3a7b89506d4b1d5ec28c28c4edf0cfeaccf19dc6.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib58673dc6aa80cbd107c9bed087f346591645c1f
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po116
1 files changed, 114 insertions, 2 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 3b0fed311..d9508fad3 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Swift Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-08-01 17:40+0000\n"
+"POT-Creation-Date: 2022-08-03 02:02+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2022-08-01 10:31+0000\n"
+"PO-Revision-Date: 2022-08-02 11:28+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -710,9 +710,18 @@ msgstr ""
msgid "Added container/object listing with prefix to InternalClient."
msgstr "Added container/object listing with prefix to InternalClient."
+msgid "Added object-reconstructor stats to recon."
+msgstr "Added object-reconstructor stats to recon."
+
+msgid "Added stats for shard range cache hits, misses, and skips."
+msgstr "Added stats for shard range cache hits, misses, and skips."
+
msgid "Added support for Python 3.8."
msgstr "Added support for Python 3.8."
+msgid "Added support for Python 3.9."
+msgstr "Added support for Python 3.9."
+
msgid "Added support for S3 versioning using the above new mode."
msgstr "Added support for S3 versioning using the above new mode."
@@ -2447,6 +2456,9 @@ msgstr ""
msgid "Several utility scripts now work better on Python 3:"
msgstr "Several utility scripts now work better on Python 3:"
+msgid "Sharding fixes:"
+msgstr "Sharding fixes:"
+
msgid "Sharding improvements"
msgstr "Sharding improvements"
@@ -2468,6 +2480,22 @@ msgstr ""
"openstack.org/api-ref/object-storage/."
msgid ""
+"Similar to above, ``expansion_limit`` was added as an absolute-size "
+"replacement for the now-deprecated ``shard_shrink_merge_point`` "
+"configuration option."
+msgstr ""
+"Similar to above, ``expansion_limit`` was added as an absolute-size "
+"replacement for the now-deprecated ``shard_shrink_merge_point`` "
+"configuration option."
+
+msgid ""
+"Some client behaviors that the proxy previously logged at warning have been "
+"lowered to info."
+msgstr ""
+"Some client behaviours that the proxy previously logged at warning have been "
+"lowered to info."
+
+msgid ""
"Static Large Object (SLO) manifest may now (again) have zero-byte last "
"segments."
msgstr ""
@@ -2481,6 +2509,11 @@ msgstr ""
"Static Large Object sizes in listings for versioned containers are now more "
"accurate."
+msgid ""
+"Staticweb correctly handles listings when paths include non-ASCII characters."
+msgstr ""
+"Staticweb correctly handles listings when paths include non-ASCII characters."
+
msgid "Stein Series Release Notes"
msgstr "Stein Series Release Notes"
@@ -2603,6 +2636,11 @@ msgstr ""
"produce and consume."
msgid ""
+"The 'compact' command now outputs the total number of compactible sequences."
+msgstr ""
+"The 'compact' command now outputs the total number of compactible sequences."
+
+msgid ""
"The EC reconstructor process has been dramatically improved by adding "
"support for multiple concurrent workers. Multiple processes are required to "
"get high concurrency, and this change results in much faster rebalance times "
@@ -2626,6 +2664,21 @@ msgid "The ETag-quoting middleware no longer raises TypeErrors."
msgstr "The ETag-quoting middleware no longer raises TypeErrors."
msgid ""
+"The ``StatsdClient.set_prefix`` method is now deprecated and may be removed "
+"in a future release; by extension, so is the ``LogAdapter."
+"set_statsd_prefix`` method. Middleware developers should use the "
+"``statsd_tail_prefix`` argument to ``get_logger`` instead."
+msgstr ""
+"The ``StatsdClient.set_prefix`` method is now deprecated and may be removed "
+"in a future release; by extension, so is the ``LogAdapter."
+"set_statsd_prefix`` method. Middleware developers should use the "
+"``statsd_tail_prefix`` argument to ``get_logger`` instead."
+
+msgid "The ``cname_lookup`` middleware now works with dnspython 2.0 and later."
+msgstr ""
+"The ``cname_lookup`` middleware now works with dnspython 2.0 and later."
+
+msgid ""
"The ``container-replicator`` now correctly enqueues ``container-reconciler`` "
"work for sharded containers."
msgstr ""
@@ -2702,6 +2755,26 @@ msgstr ""
"requests."
msgid ""
+"The ``storage_domain`` option now accepts a comma-separated list of storage "
+"domains. This allows multiple storage domains to configured for use with "
+"virtual-host style addressing."
+msgstr ""
+"The ``storage_domain`` option now accepts a comma-separated list of storage "
+"domains. This allows multiple storage domains to be configured for use with "
+"virtual-host style addressing."
+
+msgid ""
+"The ``swift-recon`` tool now queries each object-server IP only once when "
+"reporting disk usage. Previously, each port in the ring would be queried; "
+"when using servers-per-port, this could dramatically overstate the disk "
+"capacity in the cluster."
+msgstr ""
+"The ``swift-recon`` tool now queries each object-server IP only once when "
+"reporting disk usage. Previously, each port in the ring would be queried; "
+"when using servers-per-port, this could dramatically overstate the disk "
+"capacity in the cluster."
+
+msgid ""
"The above bug was caused by a difference in string types that resulted in "
"ambiguity when decrypting. To prevent the ambiguity for new data, set "
"``meta_version_to_write = 3`` in your keymaster configuration *after* "
@@ -2713,6 +2786,13 @@ msgstr ""
"upgrading all proxy servers."
msgid ""
+"The account and container auditors now log and update recon before going to "
+"sleep."
+msgstr ""
+"The account and container auditors now log and update recon before going to "
+"sleep."
+
+msgid ""
"The bulk extract middleware once again allows clients to specify metadata "
"(including expiration timestamps) for all objects in the archive."
msgstr ""
@@ -2736,12 +2816,26 @@ msgstr ""
"their names."
msgid ""
+"The container-reconciler now scales out better with new ``processes``, "
+"``process``, and ``concurrency`` options, similar to the object-expirer."
+msgstr ""
+"The container-reconciler now scales out better with new ``processes``, "
+"``process``, and ``concurrency`` options, similar to the object-expirer."
+
+msgid ""
"The container-updater now reports zero objects and bytes used for child DBs "
"in sharded containers. This prevents double-counting in utilization reports."
msgstr ""
"The container-updater now reports zero objects and bytes used for child DBs "
"in sharded containers. This prevents double-counting in utilisation reports."
+msgid ""
+"The container-updater will quarantine container databases if all replicas "
+"for the account respond 404."
+msgstr ""
+"The container-updater will quarantine container databases if all replicas "
+"for the account respond 404."
+
msgid "The correct storage policy is now logged for S3 requests."
msgstr "The correct storage policy is now logged for S3 requests."
@@ -3037,6 +3131,24 @@ msgstr ""
"container itself."
msgid ""
+"The sharder now correctly identifies and fails audits for shard ranges that "
+"overlap exactly."
+msgstr ""
+"The sharder now correctly identifies and fails audits for shard ranges that "
+"overlap exactly."
+
+msgid ""
+"The sharding progress reports in recon cache now continue to be included for "
+"a period of time after sharding has completed. The time period may be "
+"configured using the ``recon_sharded_timeout`` option in the ``[container-"
+"sharder]`` section of container-server.conf, and defaults to 12 hours."
+msgstr ""
+"The sharding progress reports in recon cache now continue to be included for "
+"a period of time after sharding has completed. The time period may be "
+"configured using the ``recon_sharded_timeout`` option in the ``[container-"
+"sharder]`` section of container-server.conf, and defaults to 12 hours."
+
+msgid ""
"The tempurl digest algorithm is now configurable, and Swift added support "
"for both SHA-256 and SHA-512. Supported tempurl digests are exposed to "
"clients in ``/info``. Additionally, tempurl signatures can now be base64 "