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

rkt: prevent skipping some images in image gc#3858

Merged
iaguis merged 1 commit into
rkt:masterfrom
kinvolk:iaguis/sanicheev-prevent-skipping
Nov 21, 2017
Merged

rkt: prevent skipping some images in image gc#3858
iaguis merged 1 commit into
rkt:masterfrom
kinvolk:iaguis/sanicheev-prevent-skipping

Conversation

@iaguis

@iaguis iaguis commented Nov 21, 2017

Copy link
Copy Markdown
Member

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

iaguis commented Nov 21, 2017

Copy link
Copy Markdown
Member Author

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.

1 participant