Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
// (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