mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
osd: Remove double space
Should not break anything but just strange... Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
This commit is contained in:
parent
dfe1b7948d
commit
0fb7f9754d
@ -951,7 +951,7 @@ void PGBackend::be_compare_scrubmaps(
|
||||
set<pg_shard_t> cur_missing;
|
||||
set<pg_shard_t> cur_inconsistent;
|
||||
|
||||
for (auto j = maps.cbegin(); j != maps.cend(); ++j) {
|
||||
for (auto j = maps.cbegin(); j != maps.cend(); ++j) {
|
||||
if (j == auth)
|
||||
shard_map[auth->first].selected_oi = true;
|
||||
if (j->second->objects.count(*k)) {
|
||||
|
Loading…
Reference in New Issue
Block a user