MCPcopy Create free account
hub / github.com/ceph/ceph / handle_fs_map

Method handle_fs_map

src/client/Client.cc:3282–3290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3280}
3281
3282void Client::handle_fs_map(const MConstRef<MFSMap>& m)
3283{
3284 std::scoped_lock cl(client_lock);
3285 fsmap.reset(new FSMap(m->get_fsmap()));
3286
3287 signal_cond_list(waiting_for_fsmap);
3288
3289 monclient->sub_got("fsmap", fsmap->get_epoch());
3290}
3291
3292void Client::handle_fs_map_user(const MConstRef<MFSMapUser>& m)
3293{

Callers

nothing calls this directly

Calls 4

get_fsmapMethod · 0.80
resetMethod · 0.45
sub_gotMethod · 0.45
get_epochMethod · 0.45

Tested by

no test coverage detected