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

Method get_erasure_code_profile_default

src/osd/OSDMap.cc:4913–4921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4911}
4912
4913int OSDMap::get_erasure_code_profile_default(CephContext *cct,
4914 map<string,string> &profile_map,
4915 ostream *ss)
4916{
4917 int r = get_json_str_map(cct->_conf.get_val<string>("osd_pool_default_erasure_code_profile"),
4918 *ss,
4919 &profile_map);
4920 return r;
4921}
4922
4923int OSDMap::_build_crush_types(CrushWrapper& crush)
4924{

Callers 1

prepare_command_implMethod · 0.80

Calls 1

get_json_str_mapFunction · 0.85

Tested by

no test coverage detected