diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 33dde632..11ddbd87 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -1,14 +1,15 @@ # Andi Chandler , 2016. #zanata # Andi Chandler , 2017. #zanata +# Andi Chandler , 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: Glance_store Release Notes 0.21.1\n" +"Project-Id-Version: Glance_store Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-22 13:53+0000\n" +"POT-Creation-Date: 2018-01-18 23:03+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-10-05 01:04+0000\n" +"PO-Revision-Date: 2018-01-22 12:19+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" @@ -21,9 +22,6 @@ msgstr "0.11.0" msgid "0.12.0" msgstr "0.12.0" -msgid "0.14.0" -msgstr "0.14.0" - msgid "0.16.0" msgstr "0.16.0" @@ -39,6 +37,22 @@ msgstr "0.19.0" msgid "0.21.0" msgstr "0.21.0" +msgid "0.21.0-31" +msgstr "0.21.0-31" + +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. " +"Because this reader buffers image data, it could cause Glance to use a much " +"larger amount of disk space, and so the Buffered Reader is *not* enabled by " +"default." +msgstr "" +"A `BufferedReader`_ has been added to the Swift store driver in order to " +"enable better recovery from errors during uploads of large image files. " +"Because this reader buffers image data, it could cause Glance to use a much " +"larger amount of disk space, and so the Buffered Reader is *not* enabled by " +"default." + 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 " @@ -54,6 +68,15 @@ msgstr "" "uses credentials from swift store configurations. Please also note that this " "feature is enabled if and only if Keystone V3 API is available and enabled." +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." +msgstr "" +"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." + msgid "Bug 1618666_: Fix SafeConfigParser DeprecationWarning in Python 3.2+" msgstr "Bug 1618666_: Fix SafeConfigParser DeprecationWarning in Python 3.2+" @@ -87,6 +110,14 @@ msgstr "Bug 1691132_: Fixed tests failing due to updated oslo.config" msgid "Bug 1693670_: Fix doc generation for Python3" msgstr "Bug 1693670_: Fix doc generation for Python3" +msgid "" +"Bug 1733502_: Use cached auth_ref instead of getting a new one each time" +msgstr "" +"Bug 1733502_: Use cached auth_ref instead of getting a new one each time" + +msgid "Bug 1738331_: Fix BufferedReader writing zero size chunks" +msgstr "Bug 1738331_: Fix BufferedReader writing zero size chunks" + msgid "Bug Fixes" msgstr "Bug Fixes" @@ -96,6 +127,10 @@ msgstr "Current Series Release Notes" msgid "Deprecation Notes" msgstr "Deprecation Notes" +msgid "For more information, see the `Buffered Reader for Swift Driver`_ spec." +msgstr "" +"For more information, see the `Buffered Reader for Swift Driver`_ spec." + msgid "" "For years, `/var/lib/glance/images` has been presented as the default dir " "for the filesystem store. It was not part of the default value until now. " @@ -202,6 +237,22 @@ msgstr "" msgid "Security Issues" msgstr "Security Issues" +msgid "" +"Set the ``glance_store`` configuration option ``swift_buffer_on_upload`` to " +"``True``" +msgstr "" +"Set the ``glance_store`` configuration option ``swift_buffer_on_upload`` to " +"``True``" + +msgid "" +"Set the ``glance_store`` configuration option ``swift_upload_buffer_dir`` to " +"a string value representing an absolute directory path. This directory will " +"be used to hold the buffered data." +msgstr "" +"Set the ``glance_store`` configuration option ``swift_upload_buffer_dir`` to " +"a string value representing an absolute directory path. This directory will " +"be used to hold the buffered data." + msgid "" "Some deprecated exceptions have been removed. See upgrade section for more " "details." @@ -212,6 +263,21 @@ msgstr "" msgid "Start using reno to manage release notes." msgstr "Start using reno to manage release notes." +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 " +"space a Glance API node will require for buffering is a function of the " +"``swift_store_large_object_chunk_size`` setting and the number of worker " +"threads (configured in **glance-api.conf** as the value of ``workers``). " +"Disk utilization will cap at the following value" +msgstr "" +"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 " +"space a Glance API node will require for buffering is a function of the " +"``swift_store_large_object_chunk_size`` setting and the number of worker " +"threads (configured in **glance-api.conf** as the value of ``workers``). " +"Disk utilisation will cap at the following value" + msgid "" "The S3 driver has been removed completely from the glance_store source tree. " "All environments running and (or) using this s3-driver piece of code and " @@ -314,6 +380,29 @@ msgstr "" "features were added. 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 "" +"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." + +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 "" +"Two new configuration options, ``swift_buffer_on_upload`` and " +"``swift_upload_buffer_dir`` have been introduced. These apply only to users " +"of the Swift store and their use is optional. See the New Features section " +"for more information." +msgstr "" +"Two new configuration options, ``swift_buffer_on_upload`` and " +"``swift_upload_buffer_dir`` have been introduced. These apply only to users " +"of the Swift store and their use is optional. See the New Features section " +"for more information." + msgid "Upgrade Notes" msgstr "Upgrade Notes" @@ -377,3 +466,6 @@ msgstr "glance_store._drivers.gridfs" msgid "glance_store._drivers.s3 removed from tree." msgstr "glance_store._drivers.s3 removed from tree." + +msgid "swift_store_large_object_chunk_size * workers * 1000" +msgstr "swift_store_large_object_chunk_size * workers * 1000"