We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a24afd commit ee651d1Copy full SHA for ee651d1
src/osdc/Objecter.cc
@@ -3114,7 +3114,7 @@ int Objecter::_calc_target(op_target_t *t, bool any_change)
3114
// Optimized EC pools need to be careful when calculating the shard
3115
// because an OSD may have multiple shards and the primary shard
3116
// might not be the first one in the acting set. The lookup
3117
- // therefoere has to be done in primaryfirst order.
+ // therefore has to be done in primaryfirst order.
3118
std::vector<int> pg_temp = t->acting;
3119
if (osdmap->has_pgtemp(actual_pgid)) {
3120
pg_temp = osdmap->pgtemp_primaryfirst(*pi, t->acting);
0 commit comments