Skip to content

Commit

Permalink
Merge pull request #40359 from tchaikov/nautilus-pr-39937
Browse files Browse the repository at this point in the history
nautilus: mgr: add mon metada using type of "mon"

Reviewed-by: Deepika Upadhyay <dupadhya@redhat.com>
  • Loading branch information
yuriw committed Apr 12, 2021
2 parents 21b8fb7 + 27177c9 commit 533a855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mgr/Mgr.cc
Expand Up @@ -504,7 +504,7 @@ void Mgr::handle_mon_map()
}
});
for (const auto& name : names_exist) {
const auto k = DaemonKey{"osd", name};
const auto k = DaemonKey{"mon", name};
if (daemon_state.is_updating(k)) {
continue;
}
Expand Down

0 comments on commit 533a855

Please sign in to comment.