mirror of
https://github.com/ceph/ceph
synced 2025-01-15 23:43:06 +00:00
mon/OSDMonitor: missing space in string
Minor glitch. Was printing ..."exceeds per-OSD max of32)" Signed-off-by: John Spray <john.spray@inktank.com>
This commit is contained in:
parent
799cde0a7b
commit
448fc0e91a
@ -3153,7 +3153,7 @@ int OSDMonitor::prepare_command_pool_set(map<string,cmd_vartype> &cmdmap,
|
||||
if (pgs_per_osd > g_conf->mon_osd_max_split_count) {
|
||||
ss << "specified pg_num " << n << " is too large (creating "
|
||||
<< new_pgs << " new PGs on ~" << expected_osds
|
||||
<< " OSDs exceeds per-OSD max of" << g_conf->mon_osd_max_split_count
|
||||
<< " OSDs exceeds per-OSD max of " << g_conf->mon_osd_max_split_count
|
||||
<< ')';
|
||||
return -E2BIG;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user