commit 488d3e2fe31e4fc7a461e9de8b20df481d78daa2 Author: OpenStack Proposal Bot Date: Sun Oct 4 06:24:39 2020 +0000 Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Icd238d1acd2e9e5968399743225525faed2c28d3 diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 0fdcf14..8229d7e 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -5,13 +5,13 @@ # Andi Chandler , 2020. #zanata msgid "" msgstr "" -"Project-Id-Version: glance_store\n" +"Project-Id-Version: Glance_store Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-13 08:23+0000\n" +"POT-Creation-Date: 2020-09-16 18:23+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2020-04-07 08:13+0000\n" +"PO-Revision-Date: 2020-10-03 10:13+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -83,6 +83,15 @@ msgstr "1.1.0" msgid "2.0.0" msgstr "2.0.0" +msgid "2.1.0" +msgstr "2.1.0" + +msgid "2.2.0" +msgstr "2.2.0" + +msgid "2.3.0" +msgstr "2.3.0" + 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. " @@ -123,6 +132,26 @@ msgstr "" "the stored data computed using the specified hashing algorithm." msgid "" +"A sparse file means that we do not actually write null byte sequences but " +"only the data itself at a given offset, the \"holes\" which can appear will " +"automatically be interpreted by the storage backend as null bytes, and do " +"not really consume your storage." +msgstr "" +"A sparse file means that we do not actually write null byte sequences but " +"only the data itself at a given offset, the \"holes\" which can appear will " +"automatically be interpreted by the storage backend as null bytes, and do " +"not really consume your storage." + +msgid "" +"Add new configuration option ``rbd_thin_provisioning`` and " +"``filesystem_thin_provisioning`` to rbd and filesystem store to enable or " +"not sparse upload, default are False." +msgstr "" +"Add new configuration option ``rbd_thin_provisioning`` and " +"``filesystem_thin_provisioning`` to rbd and filesystem store to enable or " +"not sparse upload, default are False." + +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 " @@ -138,6 +167,15 @@ msgstr "" "use by the consuming service." msgid "" +"Added support for cinder multiple stores. Operators can now configure " +"multiple cinder stores by configuring a unique cinder_volume_type for each " +"cinder store." +msgstr "" +"Added support for cinder multiple stores. Operators can now configure " +"multiple cinder stores by configuring a unique cinder_volume_type for each " +"Cinder store." + +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 " @@ -273,6 +311,12 @@ msgid "" msgstr "" "Bug 1866966_: define mount_point for ``*fs`` drivers in glance cinder store" +msgid "Bug 1870289_: Add lock per share for cinder nfs mount/umount" +msgstr "Bug 1870289_: Add lock per share for cinder nfs mount/umount" + +msgid "Bug 1875281_: API returns 503 if one of the store is mis-configured" +msgstr "Bug 1875281_: API returns 503 if one of the store is mis-configured" + msgid "Bug Fixes" msgstr "Bug Fixes" @@ -324,6 +368,15 @@ msgid "EXPERIMENTAL: Multiple back-end stores" msgstr "EXPERIMENTAL: Multiple back-end stores" msgid "" +"Enabling this feature will also speed up image upload and save network " +"traffic in addition to save space in the backend, as null bytes sequences " +"are not sent over the network." +msgstr "" +"Enabling this feature will also speed up image upload and save network " +"traffic in addition to save space in the backend, as null bytes sequences " +"are not sent over the network." + +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 " @@ -423,6 +476,13 @@ msgstr "" msgid "Known Issues" msgstr "Known Issues" +msgid "" +"Legacy images will be moved to specific stores as per their current volume's " +"type and the location URL will be updated respectively." +msgstr "" +"Legacy images will be moved to specific stores as per their current volume's " +"type and the location URL will be updated respectively." + msgid "Liberty Series Release Notes" msgstr "Liberty Series Release Notes" @@ -904,6 +964,9 @@ msgstr "Upgrade Notes" msgid "Ussuri Series Release Notes" msgstr "Ussuri Series Release Notes" +msgid "Victoria Series Release Notes" +msgstr "Victoria Series Release Notes" + msgid "" "`Add python 3.5 in classifier and envlist `_" @@ -912,6 +975,13 @@ msgstr "" "openstack/glance_store/commit/?id=963e2a0fd1c173556a2c40915ad26db28d8375a6>`_" msgid "" +"`Bug #1884482 `_: Blocked " +"creation of images on encrypted nfs volumes when glance store is cinder." +msgstr "" +"`Bug #1884482 `_: Blocked " +"creation of images on encrypted NFS volumes when Glance store is Cinder." + +msgid "" "`Correct error msg variable that could be unassigned `_"