forked from TrueCloudLab/frostfs-node
[#288] pilorama: Add missing operation in log
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
daa26f6e9b
commit
58f1ba4b51
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ func (f *memoryForest) TreeAddByPath(_ context.Context, d CIDDescriptor, treeID
|
||||||
},
|
},
|
||||||
Child: s.findSpareID(),
|
Child: s.findSpareID(),
|
||||||
})
|
})
|
||||||
|
s.operations = append(s.operations, op)
|
||||||
lm[len(lm)-1] = op.Move
|
lm[len(lm)-1] = op.Move
|
||||||
return lm, nil
|
return lm, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue