Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manager/controlapi/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (s *Server) UpdateNode(ctx context.Context, request *api.UpdateNodeRequest)

func removeNodeAttachments(tx store.Tx, nodeID string) error {
// orphan the node's attached containers. if we don't do this, the
// network these attachments are connected to will never be removeable
// network these attachments are connected to will never be removable
tasks, err := store.FindTasks(tx, store.ByNodeID(nodeID))
if err != nil {
return err
Expand Down