Commit acca514
osd: Optimized EC backfill interval has wrong versions
Bug in the optimized EC code creating the backfill
interval on the primary. It is creating a map with
the object version for each backfilling shard. When
there are multiple backfill targets the code was
overwriting oi.version with the version
for a shard that has had partial writes which
can result in the object not being backfilled.
Can manifest as a data integirty issue, scrub
error or snapshot corruption.
Signed-off-by: Bill Scales <[email protected]>1 parent f3f45c2 commit acca514
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14491 | 14491 | | |
14492 | 14492 | | |
14493 | 14493 | | |
14494 | | - | |
| 14494 | + | |
14495 | 14495 | | |
14496 | | - | |
| 14496 | + | |
14497 | 14497 | | |
14498 | 14498 | | |
14499 | 14499 | | |
| |||
0 commit comments