mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
osd: s/log.bottom/log.tail/ in osd_types.h.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
parent
9fb937c4d4
commit
7816776e9d
@ -2812,7 +2812,7 @@ inline std::ostream& operator<<(std::ostream& out, const pg_history_t& h) {
|
||||
* some notes:
|
||||
* - last_complete implies we have all objects that existed as of that
|
||||
* stamp, OR a newer object, OR have already applied a later delete.
|
||||
* - if last_complete >= log.bottom, then we know pg contents thru log.head.
|
||||
* - if last_complete >= log.tail, then we know pg contents thru log.head.
|
||||
* otherwise, we have no idea what the pg is supposed to contain.
|
||||
*/
|
||||
struct pg_info_t {
|
||||
|
Loading…
Reference in New Issue
Block a user