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

rkt: prevent skipping some images in image gc #3858

Merged
merged 1 commit into from
Nov 21, 2017

Conversation

iaguis
Copy link
Member

@iaguis iaguis commented Nov 21, 2017

We were using break when we found an image with a pod in running state
but that means we'll miss subsequent images for non-running pods.

Change the break to a continue to keep processing the rest.

We were using break when we found an image with a pod in running state
but that means we'll miss subsequent images for non-running pods.

Change the break to a continue to keep processing the rest.
@iaguis
Copy link
Member Author

iaguis commented Nov 21, 2017

lgtm

@iaguis iaguis merged commit 34420f4 into rkt:master Nov 21, 2017
@iaguis iaguis deleted the iaguis/sanicheev-prevent-skipping branch November 28, 2017 14:02
@iaguis iaguis added this to the 1.30.0 milestone Apr 11, 2018
naveens added a commit to naveens/ansible-coreos-setup that referenced this pull request Apr 25, 2018
Includes oneshot service to download custom rkt executable. This is required to
get rkt-1.30+ (which is not yet packaged in CoreOS stable) that comes with a
bugfix for rkt/rkt#3858
naveens added a commit to vmware-archive/ansible-coreos-setup that referenced this pull request May 3, 2018
Includes oneshot service to download custom rkt executable. This is required to
get rkt-1.30+ (which is not yet packaged in CoreOS stable) that comes with a
bugfix for rkt/rkt#3858
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant