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-16922 dfuse: Avoid assertion on shutdown (#15972) #16011

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

jolivier23
Copy link
Contributor

When there are open file handles and dfuse is shutdown using umount -f, it would assert due to resources being used. Rather than asserting, just print a warning that we are shutting down ungracefully.

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Copy link

github-actions bot commented Mar 4, 2025

Ticket title is ' Assertion 'atomic_load_relaxed(&ie->ie_open_count) == 0' '
Status is 'Awaiting backport'
Labels: 'GCP,google-cloud-daos,request_for_2.6.4'
https://daosio.atlassian.net/browse/DAOS-16922

When there are open file handles and dfuse is shutdown using umount -f,
it would assert due to resources being used.  Rather than asserting,
just print a warning that we are shutting down ungracefully.

Change-Id: I7998eb4e418e71814cd0407ca60fe387ed3bb285
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
@jolivier23 jolivier23 force-pushed the jvolivie/dfuse_assert branch from d018ae2 to e15294b Compare March 4, 2025 00:17
@jolivier23 jolivier23 merged commit da147dc into google/2.6 Mar 4, 2025
52 checks passed
@jolivier23 jolivier23 deleted the jvolivie/dfuse_assert branch March 4, 2025 16:28
@@ -1,5 +1,6 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2025 Google LLC

Choose a reason for hiding this comment

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

Is this what we do? Curious to learn more about this.

@mjmac mjmac mentioned this pull request Mar 18, 2025
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.

3 participants