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
filesystem: adjust live daemon binary check (#699)
Commit b5bceed introduced a regression where nydusd binary is
required even for proxy mode (used by Kata Containers for guest
pulling) where no nydusd daemon runs on the host.
The hot upgrade logic now unconditionally calls GetDaemonGitCommit()
which fails when nydusd binary doesn't exist. This breaks proxy mode
deployments where only the snapshotter runs on the host.
Fix by only checking for the nydusd binary when nydusd is already
running.
Fixes regression from: b5bceed
Signed-off-by: Fabiano Fidêncio <[email protected]>
Signed-off-by: Zephyr <[email protected]>
0 commit comments