mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
Merge pull request #34284 from liewegas/followon-34266-cleanup
mgr/DaemonServer: add missing ceph_abort Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
3f253a9a83
@ -406,6 +406,8 @@ void DaemonServer::fetch_missing_metadata(const DaemonKey& key,
|
||||
} else if (key.type == "mon") {
|
||||
oss << "{\"prefix\": \"mon metadata\", \"id\": \""
|
||||
<< key.name << "\"}";
|
||||
} else {
|
||||
ceph_abort();
|
||||
}
|
||||
monc->start_mon_command({oss.str()}, {}, &c->outbl, &c->outs, c);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user