Jump to: navigation, search

Difference between revisions of "Translations:ReleaseNotes/Liberty/15/zh-tw"

(Created page with "* 相依性改變 ** 新增 six 相依。這部分作為支援 Python 3 的一部分。 ** 捨棄對 Python 2.6 的支援。 * 配置改變 ** 最近 Python 版本將請求 He...")
 
 
Line 5: Line 5:
 
** 最近 Python 版本將請求 Headers 的數量限制為 100。對於客制化的中介軟體來說大低了。swift.conf 新的 "extra_header_count" 配置值能夠用來增加 Headers 的數量。
 
** 最近 Python 版本將請求 Headers 的數量限制為 100。對於客制化的中介軟體來說大低了。swift.conf 新的 "extra_header_count" 配置值能夠用來增加 Headers 的數量。
 
** 將 "run_pause" 設定為 "interval" (目前配置採用 run_pause 仍可以運作)。未來的版本將移除 run_pause。
 
** 將 "run_pause" 設定為 "interval" (目前配置採用 run_pause 仍可以運作)。未來的版本將移除 run_pause。
* 版本化的寫入功能已被重構,並且在中介軟體重新實現。需要明確的在 versioned_writes 中介軟體新增你的 proxy pipeline,但是不要去掉或者停用已經存在的Container 服務配置("allow_versions")。這個已經存在的 Container 服務配置開啟保證已經存在的 Container 繼續被版本化。更多詳細的升級資訊請參考:http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster for further upgrade notes.
+
* 版本化的寫入功能已被重構,並且在中介軟體重新實現。需要明確的在 versioned_writes 中介軟體新增你的 proxy pipeline,但是不要去掉或者停用已經存在的Container 服務配置("allow_versions")。這個已經存在的 Container 服務配置開啟保證已經存在的 Container 繼續被版本化。更多詳細的升級資訊請參考:http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster

Latest revision as of 07:07, 29 October 2015

Information about message (contribute)
  • 依存パッケージの変更
    • sixパッケージが必要になりました。これはPython3サポートに向けた変更です。
    • Python2.6のサポートを終了しました。
  • コンフィグの変更
    • 直近のバージョンのPythonでは1リクエストあたりのHTTPヘッダー数を100に制限しています。この数値はカスタムミドルウェアに対して小さすぎる場合があります。swift.conf中の"extra_header_count"という新しいコンフィグ値はこの許容できるヘッダー数を増やすために使うことができます。
    • "run_pause"の設定が"interval"という名前に変更されました。(現在はrun_pauseのままでも動作します)将来的にはrun_pauseの設定は削除される可能性があります。
  • Versioned Writes (Object Versioning) 昨日がリファクタされ、Middlewareとして再実装されました。Proxyのpipelineに明示的にversioned_writes middlewareを挿入すべきですが、もし現在container serverのコンフィグで”allow_versions”を有効にしているならば設定を削除したり無効にしてはいけません。既存のcontainer serverコンフィグの設定は既存のversioningを有効にするのに必要です。さらなるアップグレードに関する注意についてはhttp://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-clusterを参照してください。
  • Message definition (ReleaseNotes/Liberty)
    * Dependency changes
    ** Added six requirement. This is part of an ongoing effort to add support for Python 3.
    ** Dropped support for Python 2.6.
    * Config changes
    ** Recent versions of Python restrict the number of headers allowed in a request to 100. This number may be too low for custom middleware. The new "extra_header_count" config value in swift.conf can be used to increase the number of headers allowed.
    ** Renamed "run_pause" setting to "interval" (current configs with run_pause still work). Future versions of Swift may remove the run_pause setting.
    * The versioned writes feature has been refactored and reimplemented as middleware. You should explicitly add the versioned_writes middleware to your proxy pipeline, but do not remove or disable the existing container server config setting ("allow_versions"), if it is currently enabled. The existing container server config setting enables existing containers to continue being versioned. Please see http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster for further upgrade notes.
    Translation* 相依性改變
    ** 新增 six 相依。這部分作為支援 Python 3 的一部分。
    ** 捨棄對 Python 2.6 的支援。
    * 配置改變
    ** 最近 Python 版本將請求 Headers 的數量限制為 100。對於客制化的中介軟體來說大低了。swift.conf 新的 "extra_header_count" 配置值能夠用來增加 Headers 的數量。
    ** 將 "run_pause" 設定為 "interval" (目前配置採用 run_pause 仍可以運作)。未來的版本將移除 run_pause。
    * 版本化的寫入功能已被重構,並且在中介軟體重新實現。需要明確的在 versioned_writes 中介軟體新增你的 proxy pipeline,但是不要去掉或者停用已經存在的Container 服務配置("allow_versions")。這個已經存在的 Container 服務配置開啟保證已經存在的 Container 繼續被版本化。更多詳細的升級資訊請參考:http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster
    • 相依性改變
      • 新增 six 相依。這部分作為支援 Python 3 的一部分。
      • 捨棄對 Python 2.6 的支援。
    • 配置改變
      • 最近 Python 版本將請求 Headers 的數量限制為 100。對於客制化的中介軟體來說大低了。swift.conf 新的 "extra_header_count" 配置值能夠用來增加 Headers 的數量。
      • 將 "run_pause" 設定為 "interval" (目前配置採用 run_pause 仍可以運作)。未來的版本將移除 run_pause。
    • 版本化的寫入功能已被重構,並且在中介軟體重新實現。需要明確的在 versioned_writes 中介軟體新增你的 proxy pipeline,但是不要去掉或者停用已經存在的Container 服務配置("allow_versions")。這個已經存在的 Container 服務配置開啟保證已經存在的 Container 繼續被版本化。更多詳細的升級資訊請參考:http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster