This repository has been archived by the owner. It is now read-only.
Orphaned group members #632
Open
Comments
chungers
pushed a commit
to chungers/infrakit
that referenced
this issue
Sep 30, 2017
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
chungers
pushed a commit
to chungers/infrakit
that referenced
this issue
Oct 1, 2017
Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When destroying a group the first operation that is done is to
freeit (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
destroyit 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.
The text was updated successfully, but these errors were encountered: