Project

General

Profile

Actions

Feature #2760

closed

make FileStore::collection_list_partial end on a boundary

Added by Anonymous almost 12 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
OSD
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

int FileStore::collection_list_partial(coll_t c, hobject_t start,
                                       int min, int max, snapid_t seq,
                                       vector<hobject_t> *ls, hobject_t *next)

ensure that *next is on a boundary or return EOVERFLOW if a boundary couldn't be found in the range [min, max]

Actions #1

Updated by Samuel Just almost 12 years ago

  • Status changed from New to Rejected

*next is enough to figure out whether we ended on a boundary.

Actions

Also available in: Atom PDF