| 4911 | } |
| 4912 | |
| 4913 | int 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 | |
| 4923 | int OSDMap::_build_crush_types(CrushWrapper& crush) |
| 4924 | { |
no test coverage detected