|
2 | 2 | Locally repairable erasure code plugin |
3 | 3 | ====================================== |
4 | 4 |
|
5 | | -With the *jerasure* plugin, when an erasure coded object is stored on |
| 5 | +With the *isa* plugin, when an erasure coded object is stored on |
6 | 6 | multiple OSDs, recovering from the loss of one OSD requires reading |
7 | | -from *k* others. For instance if *jerasure* is configured with |
| 7 | +from *k* others. For instance if *isa* is configured with |
8 | 8 | *k=8* and *m=4*, recovering from the loss of one OSD requires reading |
9 | 9 | from eight others. |
10 | 10 |
|
@@ -195,7 +195,7 @@ Minimal testing |
195 | 195 | --------------- |
196 | 196 |
|
197 | 197 | It is strictly equivalent to using a *K=2* *M=1* erasure code profile. The *DD* |
198 | | -implies *K=2*, the *c* implies *M=1* and the *jerasure* plugin is used |
| 198 | +implies *K=2*, the *c* implies *M=1* and the *isa* plugin is used |
199 | 199 | by default.: |
200 | 200 |
|
201 | 201 | .. prompt:: bash $ |
@@ -253,19 +253,19 @@ the same rack as the lost chunk. **WARNING: PROMPTS ARE SELECTABLE** |
253 | 253 | Testing with different Erasure Code backends |
254 | 254 | -------------------------------------------- |
255 | 255 |
|
256 | | -LRC now uses jerasure as the default EC backend. It is possible to |
| 256 | +LRC now uses ISA as the default EC backend. It is possible to |
257 | 257 | specify the EC backend/algorithm on a per layer basis using the low |
258 | 258 | level configuration. The second argument in layers='[ [ "DDc", "" ] ]' |
259 | 259 | is actually an erasure code profile to be used for this level. The |
260 | | -example below specifies the ISA backend with the cauchy technique to |
| 260 | +example below specifies the Jerasure backend with the cauchy technique to |
261 | 261 | be used in the lrcpool.: |
262 | 262 |
|
263 | 263 | .. prompt:: bash $ |
264 | 264 |
|
265 | 265 | ceph osd erasure-code-profile set LRCprofile \ |
266 | 266 | plugin=lrc \ |
267 | 267 | mapping=DD_ \ |
268 | | - layers='[ [ "DDc", "plugin=isa technique=cauchy" ] ]' |
| 268 | + layers='[ [ "DDc", "plugin=jerasure technique=cauchy" ] ]' |
269 | 269 | ceph osd pool create lrcpool erasure LRCprofile |
270 | 270 |
|
271 | 271 | You could also use a different erasure code profile for each |
|
0 commit comments