You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: improve error handling for system disk reset
This previously returned immediately on first error, preventing
the "STATE was wiped but META wasn't" codepath from running.
This patch instead collects errors, checking whether META/STATE were
successfully wiped along the way, and unconditionally runs the "delete
state encryption info from META" if STATE was wiped and META wasn't.
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
0 commit comments