このコンテンツは選択した言語では利用できません。

Chapter 36. ISA erasure code plugin


The isa plugin is encapsulates the ISA library. It only runs on Intel processors.

To create a new jerasure erasure code profile:

ceph osd erasure-code-profile set <name> \
     plugin=isa \
     technique=<reed_sol_van|cauchy> \
     [k=<data-chunks>] \
     [m=<coding-chunks>] \
     [ruleset-root=<root>] \
     [ruleset-failure-domain=<bucket-type>] \
     [directory=<directory>] \
     [--force]
Copy to Clipboard Toggle word wrap

Where:

k=<data chunks>

Description
Each object is split in data-chunks parts, each stored on a different OSD.
Type
Integer
Required
No.
Default
7

m=<coding-chunks>

Description
Compute coding chunks for each object and store them on different OSDs. The number of coding chunks is also the number of OSDs that can be down without losing data.
Type
Integer
Required
No.
Default
3

technique=<reed_sol_van or cauchy>

Description
The ISA plugin comes in two Reed Solomon forms. If reed_sol_van is set, it is Vandermonde, if cauchy is set, it is Cauchy.
Type
String
Required
No.
Default
reed_sol_van

ruleset-root=<root>

Description
The name of the crush bucket used for the first step of the ruleset. For intance step take default.
Type
String
Required
No.
Default
default

ruleset-failure-domain=<bucket-type>

Description
Ensure that no two chunks are in a bucket with the same failure domain. For instance, if the failure domain is host no two chunks will be stored on the same host. It is used to create a ruleset step such as step chooseleaf host.
Type
String
Required
No.
Default
host

directory=<directory>

Description
Set the directory name from which the erasure code plugin is loaded.
Type
String
Required
No.
Default
/usr/lib/ceph/erasure-code

--force

Description
Override an existing profile by the same name.
Type
String
Required
No.
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat