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
fix(recovery): Set up empty recovery directory in guestOS (#2131)
During recoveries, we are logged in as admin and operate in a working
directory (by default we pick `/var/lib/ic/data/recovery`). Right now we
need to create that manually with sudo mkdir & chown before starting the
recovery tool.
Having an existing directory at `/var/lib/ic/data/recovery` with `admin`
permissions helps simplify recovery, because the operator doesn't need
to remember to create the directory beforehand.
0 commit comments