File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -1168,26 +1168,6 @@ class OSD : public Dispatcher,
11681168 0 )));
11691169 }
11701170
1171- static ghobject_t make_pg_log_oid (spg_t pg) {
1172- std::stringstream ss;
1173- ss << " pglog_" << pg;
1174- std::string s;
1175- getline (ss, s);
1176- return ghobject_t (hobject_t (sobject_t (object_t (s.c_str ()), 0 )));
1177- }
1178-
1179- static ghobject_t make_pg_biginfo_oid (spg_t pg) {
1180- std::stringstream ss;
1181- ss << " pginfo_" << pg;
1182- std::string s;
1183- getline (ss, s);
1184- return ghobject_t (hobject_t (sobject_t (object_t (s.c_str ()), 0 )));
1185- }
1186- static ghobject_t make_infos_oid () {
1187- hobject_t oid (sobject_t (" infos" , CEPH_NOSNAP));
1188- return ghobject_t (oid);
1189- }
1190-
11911171 static ghobject_t make_final_pool_info_oid (int64_t pool) {
11921172 return ghobject_t (
11931173 hobject_t (
You can’t perform that action at this time.
0 commit comments