You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
chungers
pushed a commit
to chungers/infrakit
that referenced
this issue
Sep 30, 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.
The text was updated successfully, but these errors were encountered: