cleaning variables

This commit is contained in:
chrislu
2023-03-19 18:48:40 -07:00
parent 29d1312625
commit 50dc2fe96b
2 changed files with 9 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ func (c *commandVolumeServerEvacuate) volumeServerEvacuate(commandEnv *CommandEn
if err != nil {
return err
}
defer func() {
c.topologyInfo = nil
}()
if err := c.evacuateNormalVolumes(commandEnv, volumeServer, skipNonMoveable, applyChange, writer); err != nil {
return err