Skip to content

Commit

Permalink
Merge pull request #52848 from lxbsz/wip-62193
Browse files Browse the repository at this point in the history
pacific: mds: do not send split_realms for CEPH_SNAP_OP_UPDATE msg

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
  • Loading branch information
yuriw committed Aug 17, 2023
2 parents f0e567f + 67d095e commit 910cf79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mds/MDCache.cc
Expand Up @@ -6025,8 +6025,6 @@ void MDCache::finish_snaprealm_reconnect(client_t client, SnapRealm *realm, snap
<< realm->get_newest_seq() << " on " << *realm << dendl;
auto snap = make_message<MClientSnap>(CEPH_SNAP_OP_UPDATE);
snap->bl = realm->get_snap_trace();
for (const auto& child : realm->open_children)
snap->split_realms.push_back(child->inode->ino());
updates.emplace(std::piecewise_construct, std::forward_as_tuple(client), std::forward_as_tuple(snap));
} else {
dout(10) << "finish_snaprealm_reconnect client." << client << " up to date"
Expand Down

0 comments on commit 910cf79

Please sign in to comment.