We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791614e commit ddd741bCopy full SHA for ddd741b
src/osd/OSD.h
@@ -1666,6 +1666,12 @@ class OSD : public Dispatcher,
1666
return osdmap ? osdmap->get_epoch() : 0;
1667
}
1668
1669
+ /* When handling OSDMaps pg_num_history is used to
1670
+ * track any changes to number of PGs of each pool
1671
+ * to be used later in order to identify PG splits and merges.
1672
+ * See: OSD::track_pools_and_pg_num_changes
1673
+ * and OSDService::identify_splits_and_merges.
1674
+ */
1675
pool_pg_num_history_t pg_num_history;
1676
1677
ceph::shared_mutex map_lock = ceph::make_shared_mutex("OSD::map_lock");
0 commit comments