Fix "opcode=5 retval=-2" errors sometimes possible with EC

epoch-deletions
Vitaliy Filippov 2023-04-07 02:18:37 +03:00
parent 0fbf4c6a08
commit cd1e890bd4
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ resume_6:
for (int i = 0; i < unstable_osd.len; i++)
{
// Except those from peered PGs
auto & w = op_data->unstable_writes[i];
auto & w = op_data->unstable_writes[unstable_osd.start + i];
pool_pg_num_t wpg = {
.pool_id = INODE_POOL(w.oid.inode),
.pg_num = map_to_pg(w.oid, st_cli.pool_config.at(INODE_POOL(w.oid.inode)).pg_stripe_size),