Signed-off-by: Xiubo Li <xiubli@redhat.com>
bool first)
{
object_t oid = get_object_name(idx);
+ dout(10) << __func__ << ": load from '" << oid << ":" << key << "'" << dendl;
object_locator_t oloc(mds->mdsmap->get_metadata_pool());
C_IO_OFT_Load *c = new C_IO_OFT_Load(this, idx, first);
ObjectOperation op;
last_key = values.rbegin()->first;
else
idx++;
- dout(10) << __func__ << ": continue to load from '" << last_key << "'" << dendl;
_read_omap_values(last_key, idx, !more);
return;