Skip to content

Commit

Permalink
Merge pull request #21235 from xiexingguo/wip-fix-obj-start
Browse files Browse the repository at this point in the history
osd/osd_types: fix ideal lower bound object-id of pg

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
tchaikov committed Apr 10, 2018
2 parents ee03866 + 33caa24 commit 2c3cbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/osd_types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ pg_t pg_t::get_parent() const

hobject_t pg_t::get_hobj_start() const
{
return hobject_t(object_t(), string(), CEPH_NOSNAP, m_seed, m_pool,
return hobject_t(object_t(), string(), 0, m_seed, m_pool,
string());
}

Expand Down

0 comments on commit 2c3cbc1

Please sign in to comment.