Skip to content

Commit

Permalink
#490: Explain this is a duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
alaric-dotmesh committed Jul 5, 2018
1 parent 2c410fc commit d4387a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/dotmesh-server/rpc.go
Expand Up @@ -2032,6 +2032,10 @@ func (d *DotmeshRPC) Delete(
return err
}

// This duplicates the work done by
// cleanupDockerFilesystemState(), and only on the node that the
// Delete call happens to land on, as part of a horrible
// belt-and-braces
err = deleteContainerMntSymlink(*args)
if err != nil {
return err
Expand Down

0 comments on commit d4387a9

Please sign in to comment.