Make rm_inode work with incomplete and degraded objects, allow to wait before deleting objects
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ struct pg_t
|
||||
std::vector<osd_num_t> cur_set;
|
||||
// same thing in state_dict-like format
|
||||
pg_osd_set_t cur_loc_set;
|
||||
// moved object map. by default, each object is considered to reside on the cur_set.
|
||||
// moved object map. by default, each object is considered to reside on cur_set.
|
||||
// this map stores all objects that differ.
|
||||
// it may consume up to ~ (raw storage / object size) * 24 bytes in the worst case scenario
|
||||
// which is up to ~192 MB per 1 TB in the worst case scenario
|
||||
|
||||
Reference in New Issue
Block a user