forked from TrueCloudLab/frostfs-node
[#129] tree: Do not remove tree if the netmap is empty
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
9929dcf50b
commit
f2250a316f
1 changed files with 0 additions and 1 deletions
|
@ -288,7 +288,6 @@ func (s *Service) syncLoop(ctx context.Context) {
|
|||
s.log.Error("could not calculate container nodes",
|
||||
zap.Stringer("cid", cnr),
|
||||
zap.Error(err))
|
||||
removed = append(removed, cnr)
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue