Skip to content
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

DAOS-14364 dfuse: Enable faster reading from data cache with dfuse. #13053

Merged
merged 9 commits into from
Nov 21, 2023

Conversation

ashleypittman
Copy link
Contributor

@ashleypittman ashleypittman commented Sep 14, 2023

Allow metadata caching even when the file is open. This was
initially disabled due to conflicts with the interception library
however dfuse now tracks interception library use so it's possible
to only disable when the interception library is in-use rather than
all the time.

Signed-off-by: Ashley Pittman ashley.m.pittman@intel.com

@github-actions
Copy link

github-actions bot commented Sep 14, 2023

Bug-tracker data:
Ticket title is 'dfuse metadata caching for open files.'
Status is 'Open'
https://daosio.atlassian.net/browse/DAOS-14364

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@ashleypittman ashleypittman changed the title DAOS-0000 dfuse: Enable faster reading from data cache with dfuse. DAOS-14364 dfuse: Enable faster reading from data cache with dfuse. Sep 14, 2023
Allow metadata caching even when the file is open.
Intercept getxattr for security.capability and do
not send to server.

Test-tag: test_dfuse_daos_build_wt

Required-githooks: true

Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Required-githooks: true
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Test-tag: dfuse

Required-githooks: true
Signed-off-by: Ashley Pittman <ashley.m.pittman@intel.com>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@ashleypittman ashleypittman marked this pull request as ready for review November 17, 2023 12:04
@ashleypittman ashleypittman requested a review from a team as a code owner November 17, 2023 12:04
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@daosbuild1
Copy link
Collaborator

Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-13053/6/execution/node/1100/log

@daosbuild1
Copy link
Collaborator

Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-13053/6/execution/node/1116/log

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@daosbuild1
Copy link
Collaborator

Test stage Functional Hardware Medium Verbs Provider completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-13053/7/execution/node/1423/log

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@ashleypittman ashleypittman merged commit 8ef27b2 into master Nov 21, 2023
46 checks passed
@ashleypittman ashleypittman deleted the src/dfuse-faster-read branch November 21, 2023 16:06
yyyshi pushed a commit to yyyshi/daos that referenced this pull request Nov 22, 2023
…aos-stack#13053)

Allow metadata caching even when the file is open. This was
initially disabled due to conflicts with the interception library
however dfuse now tracks interception library use so it's possible
to only disable when the interception library is in-use rather than
all the time.

Signed-off-by: Ashley Pittman ashley.m.pittman@intel.com
Signed-off-by: shiying <yshi1210@gmail.com>
jolivier23 pushed a commit that referenced this pull request Feb 28, 2024
…13053)

Allow metadata caching even when the file is open. This was
initially disabled due to conflicts with the interception library
however dfuse now tracks interception library use so it's possible
to only disable when the interception library is in-use rather than
all the time.

Required-githooks: true

Change-Id: Ida03a854030f6b9ded24c5465e0f1126fcba310e
Signed-off-by: Ashley Pittman ashley.m.pittman@intel.com
jolivier23 pushed a commit that referenced this pull request Apr 10, 2024
…13053)

Allow metadata caching even when the file is open. This was
initially disabled due to conflicts with the interception library
however dfuse now tracks interception library use so it's possible
to only disable when the interception library is in-use rather than
all the time.

Required-githooks: true

Change-Id: Ida03a854030f6b9ded24c5465e0f1126fcba310e
Signed-off-by: Ashley Pittman ashley.m.pittman@intel.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants