Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Orphaned group members #632

Open
kaufers opened this issue Jul 28, 2017 · 0 comments
Open

Orphaned group members #632

kaufers opened this issue Jul 28, 2017 · 0 comments

Comments

@kaufers
Copy link
Contributor

kaufers commented Jul 28, 2017

When destroying a group the first operation that is done is to free it (so that the nodes can be drained, etc):

https://github.com/docker/infrakit/blob/master/pkg/plugin/group/group.go#L162

If there is a problem deleting the instances (for example if the instance plugin has an error) then the group is no longer being managed (so we cannot destroy it again) but the instances still exist.

This is related to #628; it seems like we need to continue to attempt to remove the instances associated with a group that does not exist.

chungers pushed a commit to chungers/infrakit that referenced this issue Sep 30, 2017
chungers pushed a commit to chungers/infrakit that referenced this issue Oct 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant