Signed-off-by: Sage Weil <sage@redhat.com>
ghobject_t infos_oid = OSD::make_infos_oid();
ghobject_t log_oid;
-ghobject_t biginfo_oid;
int file_fd = fd_none;
bool debug;
ghobject_t pgmeta_oid = pgid.make_pgmeta_oid();
log_oid = OSD::make_pg_log_oid(pgid);
- biginfo_oid = OSD::make_pg_biginfo_oid(pgid);
//Check for PG already present.
coll_t coll(pgid);
}
log_oid = OSD::make_pg_log_oid(pgid);
- biginfo_oid = OSD::make_pg_biginfo_oid(pgid);
if (op == "remove") {
if (!force && !dry_run) {