]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd: link up the documentation for last_epoch_started.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 19 May 2020 13:50:40 +0000 (15:50 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 13 Jul 2020 14:23:54 +0000 (16:23 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/osd_types.h

index e21cc8c9a7097e23622ffbef7ce58840b38c680b..48b52c34740f07ac64214f26da91909a23f4be18 100644 (file)
@@ -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