Jump to: navigation, search

Difference between revisions of "Translations:ReleaseNotes/Kilo/81/ja"

Line 8: Line 8:
 
* ボリュームタイプの説明を追加できるようになりました。「cinder type-create <name> <description>」を使用して設定できます。
 
* ボリュームタイプの説明を追加できるようになりました。「cinder type-create <name> <description>」を使用して設定できます。
 
* Cinder は複数の iSCSI パス情報を返すことができるようになりました。これにより、iSCSI コネクタ(クライアント側)は1番目のパスがダウンしている場合でもボリュームにアタッチできます。([https://review.openstack.org/#/c/134681/ コネクタのマルチパス機能が有効な場合]、[https://review.openstack.org/#/c/140877/ 無効の場合])
 
* Cinder は複数の iSCSI パス情報を返すことができるようになりました。これにより、iSCSI コネクタ(クライアント側)は1番目のパスがダウンしている場合でもボリュームにアタッチできます。([https://review.openstack.org/#/c/134681/ コネクタのマルチパス機能が有効な場合]、[https://review.openstack.org/#/c/140877/ 無効の場合])
 +
* Add ability to specify a local lvm.conf file.  When using the LVM driver this option allows you to set a Cinder specific lvm.conf file in /etc/cinder/lvm.conf.  This enables specific LVM settings and filters that are only picked up and used by Cinder.
 +
* The Cinder backup service can now backup to an NFS exported filesystem. [http://docs.openstack.org/admin-guide-cloud/content/volume-backup-restore.html Read the docs for more info].

Revision as of 06:54, 6 May 2015

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (ReleaseNotes/Kilo)
* From this point forward any new database schema upgrades will not require restarting Cinder services right away. The services are now independent of schema upgrades. This is part one to Cinder supporting rolling upgrades!
* Ability to add/remove volumes from an existing consistency group. [http://docs.openstack.org/admin-guide-cloud/content/consistency-groups.html Read docs for more info].
* Ability to create a consistency group from an existing consistency group snapshot. [http://docs.openstack.org/admin-guide-cloud/content/consistency-groups.html Read docs for more info].
* Create more fine tuned filters/weighers to set how the scheduler will choose a volume backend. [http://docs.openstack.org/admin-guide-cloud/content/driver_filter_weighing.html Read the docs for more info].
* Encrypted volumes can now be backed up using the Cinder backup service. [http://docs.openstack.org/admin-guide-cloud/content/volume-backup-restore.html Read the docs for more info].
* Ability to create private volume types. This is perfect when you want to make volume types available to only a specific tenant or to test it before making available to your cloud. To do so use the ''cinder type-create <name> --is-public''.
* Oversubscription with thin provision is configurable. [http://docs.openstack.org/admin-guide-cloud/content/over_subscription.html Read docs for more info].
* Ability to add descriptions to volume types. To do so use ''cinder type-create <name> <description>
* Cinder now can return multiple iSCSI paths information so that the connector can attach volumes even when the primary path is down ([https://review.openstack.org/#/c/134681/ when connector's multipath feature is enabled] or [https://review.openstack.org/#/c/140877/ not enabled]).
* Add ability to specify a local lvm.conf file.  When using the LVM driver this option allows you to set a Cinder specific lvm.conf file in /etc/cinder/lvm.conf.  This enables specific LVM settings and filters that are only picked up and used by Cinder.
* The Cinder backup service can now backup to an NFS exported filesystem. [http://docs.openstack.org/admin-guide-cloud/content/volume-backup-restore.html Read the docs for more info].
Translation* 今回から、新規のデータベーススキーマのアップグレード時に、すぐに Cinder サービスを再起動する必要がなくなりました。サービスはスキーマのアップグレードと独立するようになりました。これは、Cinder のローリングアップグレード対応の一環です!
* 既存の一貫性グループへのボリューム追加/削除が可能になりました。[http://docs.openstack.org/admin-guide-cloud/content/consistency-groups.html 詳細はこちら]
* 既存の一貫性グループのスナップショットから新しい一貫性グループを作成できるようになりました。[http://docs.openstack.org/admin-guide-cloud/content/consistency-groups.html 詳細はこちら]
* スケジューラーがボリュームバックエンドをどのように選択するかを、より極め細かく調整できるフィルタ/ウェイトを作成できるようになりました。[http://docs.openstack.org/admin-guide-cloud/content/driver_filter_weighing.html 詳細はこちら]
* Cinder バックアップサービスを使用した、暗号化ボリュームのバックアップができるようになりました。[http://docs.openstack.org/admin-guide-cloud/content/volume-backup-restore.html 詳細はこちら]
* プライベートのボリュームタイプを作成できるようになりました。これは、特定テナントのみで使用可能なボリュームタイプを作る場合や、新しいボリュームタイプをクラウドで利用可能にする前のテスト用途に最適です。「cinder type-create <name> --is-public」を使用して作成します。
* シンプロビジョニングによるオーバーコミットが設定可能になりました。[http://docs.openstack.org/admin-guide-cloud/content/over_subscription.html 詳細はこちら]
* ボリュームタイプの説明を追加できるようになりました。「cinder type-create <name> <description>」を使用して設定できます。
* Cinder は複数の iSCSI パス情報を返すことができるようになりました。これにより、iSCSI コネクタ(クライアント側)は1番目のパスがダウンしている場合でもボリュームにアタッチできます。([https://review.openstack.org/#/c/134681/ コネクタのマルチパス機能が有効な場合]、[https://review.openstack.org/#/c/140877/ 無効の場合])
* Add ability to specify a local lvm.conf file.  When using the LVM driver this option allows you to set a Cinder specific lvm.conf file in /etc/cinder/lvm.conf.  This enables specific LVM settings and filters that are only picked up and used by Cinder.
* The Cinder backup service can now backup to an NFS exported filesystem. [http://docs.openstack.org/admin-guide-cloud/content/volume-backup-restore.html Read the docs for more info].
  • 今回から、新規のデータベーススキーマのアップグレード時に、すぐに Cinder サービスを再起動する必要がなくなりました。サービスはスキーマのアップグレードと独立するようになりました。これは、Cinder のローリングアップグレード対応の一環です!
  • 既存の一貫性グループへのボリューム追加/削除が可能になりました。詳細はこちら
  • 既存の一貫性グループのスナップショットから新しい一貫性グループを作成できるようになりました。詳細はこちら
  • スケジューラーがボリュームバックエンドをどのように選択するかを、より極め細かく調整できるフィルタ/ウェイトを作成できるようになりました。詳細はこちら
  • Cinder バックアップサービスを使用した、暗号化ボリュームのバックアップができるようになりました。詳細はこちら
  • プライベートのボリュームタイプを作成できるようになりました。これは、特定テナントのみで使用可能なボリュームタイプを作る場合や、新しいボリュームタイプをクラウドで利用可能にする前のテスト用途に最適です。「cinder type-create <name> --is-public」を使用して作成します。
  • シンプロビジョニングによるオーバーコミットが設定可能になりました。詳細はこちら
  • ボリュームタイプの説明を追加できるようになりました。「cinder type-create <name> <description>」を使用して設定できます。
  • Cinder は複数の iSCSI パス情報を返すことができるようになりました。これにより、iSCSI コネクタ(クライアント側)は1番目のパスがダウンしている場合でもボリュームにアタッチできます。(コネクタのマルチパス機能が有効な場合無効の場合)
  • Add ability to specify a local lvm.conf file. When using the LVM driver this option allows you to set a Cinder specific lvm.conf file in /etc/cinder/lvm.conf. This enables specific LVM settings and filters that are only picked up and used by Cinder.
  • The Cinder backup service can now backup to an NFS exported filesystem. Read the docs for more info.