-
Notifications
You must be signed in to change notification settings - Fork 89
NSFS | Improve list objects performance on top of NS FS (PR 2/3) #7983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @naveenpaul1,
Details:
|
@shirady could you please try the test after running |
Signed-off-by: naveenpaul1 <[email protected]>
Explain the changes
NB : New parameter
next_pos
added to APIlist_objects
to pass the seek position. I tried to pass this along withnext_marker
as a object but Ceph test failed when comparingnext_marker
.Issues: Fixed #xxx / Gap #xxx
Testing Instructions:
ALLOW_NSFS_UNSORTED_OBJECTS_LIST
, Result should retun with unsorted list.