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

Fix Fail-Safe after reboot #559

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Conversation

adigie
Copy link
Member

@adigie adigie commented Feb 25, 2025

  • Add Fail-Safe marker and store it before adding/updating NOC.
  • Check if marker is present in settings during boot.
  • Delete all Fabric data, even if they are not complete.

Commit marker was moved from FailSafeContext to FabricTable in #20010,
however name of the key wasn't changed and it's misleading.

This commit changes the name of the method returning commit marker key,
but keeps the key name for backward compatibility.

Signed-off-by: Adrian Gielniewski <[email protected]>
CommitToStorage was removed in #20010.

Signed-off-by: Adrian Gielniewski <[email protected]>
FailSafeContext needs storage for marker.

Signed-off-by: Adrian Gielniewski <[email protected]>
Add cleanup parameter that indicates if FabricTable should try to
cleanup all fabric data regardless if fabric was initialized.

Signed-off-by: Adrian Gielniewski <[email protected]>
Cleanup all (even when incomplete) fabric data.

Signed-off-by: Adrian Gielniewski <[email protected]>
Signed-off-by: Adrian Gielniewski <[email protected]>
@github-actions github-actions bot added the tests label Feb 25, 2025
Signed-off-by: Adrian Gielniewski <[email protected]>
Signed-off-by: Adrian Gielniewski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant