summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2019-12-23 08:47:11 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2019-12-23 08:47:11 +0000
commit31dcb19b0bd9c10f4c99035c1c22213620664e82 (patch)
tree9e3f4f9ddd7cc1cb8778ea21cff60e77205b9028 /releasenotes
parentb242a2fabf89dbefc9b52a578a2282f5b7615b52 (diff)
downloadglance_store-31dcb19b0bd9c10f4c99035c1c22213620664e82.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: I0860a74f92ed97c2860c74f03cbc53ee4c34b90c
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po5
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po251
2 files changed, 250 insertions, 6 deletions
diff --git a/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po
index a793f3d..2358b71 100644
--- a/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glance_store\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-30 16:36+0000\n"
+"POT-Creation-Date: 2019-12-19 00:11+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -59,9 +59,6 @@ msgstr "0.29.1"
msgid "1.0.0"
msgstr "1.0.0"
-msgid "1.0.0-4"
-msgstr "1.0.0-4"
-
msgid "1.0.1"
msgstr "1.0.1"
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index cd1a232..eccb9bf 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: glance_store\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-30 16:36+0000\n"
+"POT-Creation-Date: 2019-12-19 00:11+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2019-01-12 01:15+0000\n"
+"PO-Revision-Date: 2019-12-22 08:16+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -61,6 +61,24 @@ msgstr "0.26.0"
msgid "0.26.1"
msgstr "0.26.1"
+msgid "0.28.0"
+msgstr "0.28.0"
+
+msgid "0.29.0"
+msgstr "0.29.0"
+
+msgid "0.29.1"
+msgstr "0.29.1"
+
+msgid "1.0.0"
+msgstr "1.0.0"
+
+msgid "1.0.0-8"
+msgstr "1.0.0-8"
+
+msgid "1.0.1"
+msgstr "1.0.1"
+
msgid ""
"A `BufferedReader`_ has been added to the Swift store driver in order to "
"enable better recovery from errors during uploads of large image files. "
@@ -75,6 +93,15 @@ msgstr ""
"default."
msgid ""
+"A chunk size config option was added to the filesystem driver to allow some "
+"performance tweaking. The former hardcoded 64 KB is the current default "
+"value."
+msgstr ""
+"A chunk size config option was added to the filesystem driver to allow some "
+"performance tweaking. The former hardcoded 64 KB is the current default "
+"value."
+
+msgid ""
"A new function, ``store_add_to_backend_with_multihash``, has been added. "
"This function wraps each store's ``add`` method to provide consumers with a "
"constant interface. It is similar to the existing ``store_add_to_backend`` "
@@ -92,6 +119,21 @@ msgstr ""
"the stored data computed using the specified hashing algorithm."
msgid ""
+"Added keyword argument to ``register_store_opts`` and "
+"``create_multi_stores`` calls to configure reserved stores by the consuming "
+"service. This feature will allow a mix of operator-configured stores via "
+"enabled_backends configuration option set in the [glance_store] section of "
+"the consuming service's configuration file, and stores that are reserved for "
+"use by the consuming service."
+msgstr ""
+"Added keyword argument to ``register_store_opts`` and "
+"``create_multi_stores`` calls to configure reserved stores by the consuming "
+"service. This feature will allow a mix of operator-configured stores via "
+"enabled_backends configuration option set in the [glance_store] section of "
+"the consuming service's configuration file, and stores that are reserved for "
+"use by the consuming service."
+
+msgid ""
"Allow glance_store to refresh token when upload or download data to Swift "
"store. glance_store identifies if token is going to expire soon when "
"executing request to Swift and refresh the token. For multi-tenant swift "
@@ -107,6 +149,19 @@ msgstr ""
"feature is enabled if and only if Keystone V3 API is available and enabled."
msgid ""
+"At the moment use of reserved stores is only limited to filesystem store "
+"driver. Also default ``filesystem_store_datadir`` path for these stores is "
+"set to ``/var/lib/glance/<store_name>``, so with if you are using devstack "
+"for the deployment, you need to make sure you have appropriate permissions "
+"to create these reserved stores directories."
+msgstr ""
+"At the moment use of reserved stores is only limited to filesystem store "
+"driver. Also default ``filesystem_store_datadir`` path for these stores is "
+"set to ``/var/lib/glance/<store_name>``, so with if you are using devstack "
+"for the deployment, you need to make sure you have appropriate permissions "
+"to create these reserved stores directories."
+
+msgid ""
"Be aware that depending upon how the file system is configured, the disk "
"space used for buffering may decrease the actual disk space available for "
"the Glance image cache, which may affect overall performance."
@@ -170,9 +225,47 @@ msgstr "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint"
msgid "Bug 1784420_: Interface function for multihash not wrapped correctly"
msgstr "Bug 1784420_: Interface function for multihash not wrapped correctly"
+msgid "Bug 1785641_: Fix Defaults for ConfigParser"
+msgstr "Bug 1785641_: Fix Defaults for ConfigParser"
+
+msgid "Bug 1808456_: Catch rdb NoSpace Exception"
+msgstr "Bug 1808456_: Catch rdb NoSpace Exception"
+
+msgid "Bug 1813092_: Fix some types in the FS and VMware drivers"
+msgstr "Bug 1813092_: Fix some types in the FS and VMware drivers"
+
+msgid "Bug 1815335_: Do not raise StopIteration"
+msgstr "Bug 1815335_: Do not raise StopIteration"
+
+msgid "Bug 1816721_: Fix python3 compatibility of rbd get_fsid"
+msgstr "Bug 1816721_: Fix python3 compatibility of rbd get_fsid"
+
msgid "Bug Fixes"
msgstr "Bug Fixes"
+msgid ""
+"Consumers relying upon the EXPERIMENTAL behavior should not upgrade past "
+"version 0.29.1. Now that the ``multi_backend`` module is fully supported in "
+"release 1.0.0, it will not undergo any more backward-incompatible changes."
+msgstr ""
+"Consumers relying upon the EXPERIMENTAL behavior should not upgrade past "
+"version 0.29.1. Now that the ``multi_backend`` module is fully supported in "
+"release 1.0.0, it will not undergo any more backward-incompatible changes."
+
+msgid ""
+"Consuming services should begin the transition away from the ``glance_store."
+"backend`` module and instead use the ``glance_store.multi_backend`` module. "
+"The ``backend`` module is expected to be removed during the 'U' development "
+"cycle."
+msgstr ""
+"Consuming services should begin the transition away from the ``glance_store."
+"backend`` module and instead use the ``glance_store.multi_backend`` module. "
+"The ``backend`` module is expected to be removed during the 'U' development "
+"cycle."
+
+msgid "Critical Issues"
+msgstr "Critical Issues"
+
msgid "Current Series Release Notes"
msgstr "Current Series Release Notes"
@@ -191,6 +284,17 @@ msgstr ""
msgid "EXPERIMENTAL: Multiple back-end stores"
msgstr "EXPERIMENTAL: Multiple back-end stores"
+msgid ""
+"Following bugs were fixed and included after 0.28.0 release: * Bug 1824533_: "
+"Do not include ETag when puting manifest in chunked uploads * Bug 1818915_: "
+"Python3: Fix return type on CooperativeReader.read * Bug 1805332_: Prevent "
+"unicode object error from zero-byte read"
+msgstr ""
+"Following bugs were fixed and included after 0.28.0 release: * Bug 1824533_: "
+"Do not include ETag when puting manifest in chunked uploads * Bug 1818915_: "
+"Python3: Fix return type on CooperativeReader.read * Bug 1805332_: Prevent "
+"unicode object error from zero-byte read"
+
msgid "For more information, see the `Buffered Reader for Swift Driver`_ spec."
msgstr ""
"For more information, see the `Buffered Reader for Swift Driver`_ spec."
@@ -247,12 +351,39 @@ msgstr ""
"Improved configuration options for glance_store. Please refer to the "
"``other`` section for more information."
+msgid ""
+"In this version, refactor was made how registering of filesystem "
+"configuration options for reserved stores works. Consumer just need to pass "
+"the key:value pair where key represents the name of the reserved store and "
+"value represents the actual store driver, to the glance_store."
+msgstr ""
+"In this version, refactor was made how registering of filesystem "
+"configuration options for reserved stores works. Consumer just need to pass "
+"the key:value pair where key represents the name of the reserved store and "
+"value represents the actual store driver, to the glance_store."
+
+msgid "Known Issues"
+msgstr "Known Issues"
+
msgid "Liberty Series Release Notes"
msgstr "Liberty Series Release Notes"
msgid "Mitaka Series Release Notes"
msgstr "Mitaka Series Release Notes"
+msgid ""
+"Multiple backend stores may be configured using the ``glance_store."
+"multi_backend`` module. See the documentation of the "
+"``create_multi_stores`` function in the `glance_store Reference Guide "
+"<https://docs.openstack.org/glance_store/latest/reference/api/modules."
+"html>`_ for details."
+msgstr ""
+"Multiple backend stores may be configured using the ``glance_store."
+"multi_backend`` module. See the documentation of the "
+"``create_multi_stores`` function in the `glance_store Reference Guide "
+"<https://docs.openstack.org/glance_store/latest/reference/api/modules."
+"html>`_ for details."
+
msgid "New Features"
msgstr "New Features"
@@ -302,6 +433,15 @@ msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
msgid ""
+"Removal of ``stores`` and ``default_store`` has been postponed until Train "
+"cycle to allow time to move multiple backends stores from being EXPERIMENTAL "
+"due to some unresolved issues with the feature."
+msgstr ""
+"Removal of ``stores`` and ``default_store`` has been postponed until Train "
+"cycle to allow time to move multiple backends stores from being EXPERIMENTAL "
+"due to some unresolved issues with the feature."
+
+msgid ""
"Removal of the ``stores`` and ``default_store`` configuration options, which "
"were deprecated in Rocky, has been postponed until during the Train "
"development cycle."
@@ -349,6 +489,22 @@ msgstr ""
msgid "Start using reno to manage release notes."
msgstr "Start using reno to manage release notes."
+msgid "Stein Series Release Notes"
+msgstr "Stein Series Release Notes"
+
+msgid ""
+"The 'stores' and 'default_store' configuration options have been deprecated "
+"for removal since the OpenStack Rocky release. They are subject to removal "
+"early in the 'U' development cycle. When these options are removed, the "
+"``glance_store.backend`` module, that depends on them, will be removed as "
+"well."
+msgstr ""
+"The 'stores' and 'default_store' configuration options have been deprecated "
+"for removal since the OpenStack Rocky release. They are subject to removal "
+"early in the 'U' development cycle. When these options are removed, the "
+"``glance_store.backend`` module, that depends on them, will be removed as "
+"well."
+
msgid ""
"The Buffered Reader works by taking advantage of the way Swift stores large "
"objects by segmenting them into discrete chunks. Thus, the amount of disk "
@@ -365,6 +521,21 @@ msgstr ""
"Disk utilisation will cap at the following value"
msgid ""
+"The Glance Project Team is excited to announce the version 1.0.0 release of "
+"the glance_store library. This release marks the finalization of changes "
+"introduced on an experimental basis in previous releases beginning with "
+"0.25.0 to support the Glance `Multi-store backend support <http://specs."
+"openstack.org/openstack/glance-specs/specs/rocky/implemented/glance/multi-"
+"store.html>`_ feature."
+msgstr ""
+"The Glance Project Team is excited to announce the version 1.0.0 release of "
+"the glance_store library. This release marks the finalisation of changes "
+"introduced on an experimental basis in previous releases beginning with "
+"0.25.0 to support the Glance `Multi-store backend support <http://specs."
+"openstack.org/openstack/glance-specs/specs/rocky/implemented/glance/multi-"
+"store.html>`_ feature."
+
+msgid ""
"The Rocky release of glance_store contains support for computing secure hash "
"values of stored data, but the function called by Glance to store data was "
"not wrapped correctly, thereby making the computed secure hash value "
@@ -394,6 +565,44 @@ msgstr ""
"org/pipermail/openstack-dev/2015-December/081966.html . Since, S3 driver did "
"not get any maintainer, it was decided to remove it."
+msgid ""
+"The Sheepdog driver is deprecated in this release and is subject to removal "
+"at the beginning of the 'U' development cycle, following the `OpenStack "
+"standard deprecation policy <https://governance.openstack.org/reference/tags/"
+"assert_follows-standard-deprecation.html>`_."
+msgstr ""
+"The Sheepdog driver is deprecated in this release and is subject to removal "
+"at the beginning of the 'U' development cycle, following the `OpenStack "
+"standard deprecation policy <https://governance.openstack.org/reference/tags/"
+"assert_follows-standard-deprecation.html>`_."
+
+msgid ""
+"The ``store_capabilities_update_min_interval`` configuration option, "
+"deprecated since the Rocky release, has been removed. The option configured "
+"a capability that was not implemented by any glance_store drivers. Thus its "
+"removal will have no impact on any deployments."
+msgstr ""
+"The ``store_capabilities_update_min_interval`` configuration option, "
+"deprecated since the Rocky release, has been removed. The option configured "
+"a capability that was not implemented by any glance_store drivers. Thus its "
+"removal will have no impact on any deployments."
+
+msgid ""
+"The driver is being removed because `Sheepdog is not maintained upstream "
+"<http://lists.wpkg.org/pipermail/sheepdog/2019-March/068451.html>`_. "
+"Additionally, the Sheepdog driver is no longer tested in the OpenStack gate."
+msgstr ""
+"The driver is being removed because `Sheepdog is not maintained upstream "
+"<http://lists.wpkg.org/pipermail/sheepdog/2019-March/068451.html>`_. "
+"Additionally, the Sheepdog driver is no longer tested in the OpenStack gate."
+
+msgid ""
+"The filesystem driver is now using a configurable chunk size. Increasing it "
+"may avoid bottlenecks."
+msgstr ""
+"The filesystem driver is now using a configurable chunk size. Increasing it "
+"may avoid bottlenecks."
+
msgid "The following bugs were fixed during the Pike release cycle."
msgstr "The following bugs were fixed during the Pike release cycle."
@@ -509,6 +718,23 @@ msgstr ""
"*never* been operational, it will not be missed. Its presence is confusing "
"to operators and thus it is hereby deprecated for removal."
+msgid ""
+"The responses from some functions in the ``glance_store.multi_backend`` "
+"module, which was EXPERIMENTAL until this release, have changed. In "
+"particular, the ``glance_store.driver.Store.add`` function which returns a "
+"tuple whose last element is a dictionary of storage system specific "
+"information, no longer contains a 'backend' key. Instead, this key is named "
+"'store'. This change extends to any convenience functions that wrap ``Store."
+"add``."
+msgstr ""
+"The responses from some functions in the ``glance_store.multi_backend`` "
+"module, which was EXPERIMENTAL until this release, have changed. In "
+"particular, the ``glance_store.driver.Store.add`` function which returns a "
+"tuple whose last element is a dictionary of storage system specific "
+"information, no longer contains a 'backend' key. Instead, this key is named "
+"'store'. This change extends to any convenience functions that wrap ``Store."
+"add``."
+
msgid "This release adds support for Glance multihash computation."
msgstr "This release adds support for Glance multihash computation."
@@ -547,6 +773,15 @@ msgstr ""
msgid ""
"This was a quiet development cycle for the ``glance_store`` library. One new "
+"feature was added to the Filesystem store driver. Several bugs were fixed "
+"and some code changes were committed to increase stability."
+msgstr ""
+"This was a quiet development cycle for the ``glance_store`` library. One new "
+"feature was added to the Filesystem store driver. Several bugs were fixed "
+"and some code changes were committed to increase stability."
+
+msgid ""
+"This was a quiet development cycle for the ``glance_store`` library. One new "
"feature was added to the Swift store driver. Several bugs were fixed and "
"some code changes were committed to increase stability."
msgstr ""
@@ -557,6 +792,9 @@ msgstr ""
msgid "To use the new reader with the Swift store, you must do the following:"
msgstr "To use the new reader with the Swift store, you must do the following:"
+msgid "Train Series Release Notes"
+msgstr "Train Series Release Notes"
+
msgid ""
"Two new configuration options, ``swift_buffer_on_upload`` and "
"``swift_upload_buffer_dir`` have been introduced. These apply only to users "
@@ -626,6 +864,15 @@ msgstr ""
"openstack.org/cgit/openstack/glance_store/commit/?"
"id=d6f3c4e2d921d8a6db8be79e4a81e393334cfa4c>`_"
+msgid ""
+"glance_store 0.29.0 was released with backwards incompatible changes. There "
+"was no corresponding releasenote to mention this. 0.29.1 has reverted said "
+"change which will be included to 1.0.0 release later on the cycle."
+msgstr ""
+"glance_store 0.29.0 was released with backwards incompatible changes. There "
+"was no corresponding releasenote to mention this. 0.29.1 has reverted said "
+"change which will be included to 1.0.0 release later on the cycle."
+
msgid "glance_store._drivers.gridfs"
msgstr "glance_store._drivers.gridfs"