mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
mon: cleanups
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
This commit is contained in:
parent
9f6806559d
commit
f61516014c
@ -7310,7 +7310,7 @@ bool OSDMonitor::prepare_command_impl(MonOpRequestRef op,
|
||||
|
||||
if (!osdmap.exists(osdid)) {
|
||||
err = -ENOENT;
|
||||
ss << name << " does not exist. create it before updating the crush map";
|
||||
ss << name << " does not exist. Create it before updating the crush map";
|
||||
goto reply;
|
||||
}
|
||||
|
||||
|
@ -197,7 +197,7 @@ void PaxosService::propose_pending()
|
||||
}
|
||||
|
||||
/**
|
||||
* @note What we contirbute to the pending Paxos transaction is
|
||||
* @note What we contribute to the pending Paxos transaction is
|
||||
* obtained by calling a function that must be implemented by
|
||||
* the class implementing us. I.e., the function
|
||||
* encode_pending will be the one responsible to encode
|
||||
|
Loading…
Reference in New Issue
Block a user