From: Radoslaw Zarzynski Date: Tue, 19 May 2020 13:50:40 +0000 (+0200) Subject: osd: link up the documentation for last_epoch_started. X-Git-Tag: wip-pdonnell-testing-20200918.022351~657^2~23 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e9f9e7e794e4fa3011b3b736e2d7d2003530d53;p=ceph-ci.git osd: link up the documentation for last_epoch_started. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index e21cc8c9a70..48b52c34740 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -2639,6 +2639,7 @@ struct pg_history_t { // (note: may be pg creation epoch for // pre-luminous clusters) epoch_t last_epoch_started = 0;; // lower bound on last epoch started (anywhere, not necessarily locally) + // https://docs.ceph.com/docs/master/dev/osd_internals/last_epoch_started/ epoch_t last_interval_started = 0;; // first epoch of last_epoch_started interval epoch_t last_epoch_clean = 0;; // lower bound on last epoch the PG was completely clean. epoch_t last_interval_clean = 0;; // first epoch of last_epoch_clean interval