Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tmp-volume to all-in-one image, fixes #1543 #1571

Merged
merged 1 commit into from
May 30, 2019

Conversation

burmanm
Copy link
Contributor

@burmanm burmanm commented May 29, 2019

Which problem is this PR solving?

Fixes issue #1543, badger does not start without mounting tmpfs.

Short description of the changes

Adds /tmp volume to the container. This allows the badger storage to work with a simple command:

docker run -e SPAN_STORAGE_TYPE=badger

Which uses tmpfs in the container in this case. It does not prevent customization to the tmpfs, so user can still issue mount parameters for the tmpfs (such as limiting memory size) by overriding the /tmp mount.

Signed-off-by: Michael Burman <yak@iki.fi>
@codecov
Copy link

codecov bot commented May 29, 2019

Codecov Report

Merging #1571 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1571   +/-   ##
=======================================
  Coverage   98.79%   98.79%           
=======================================
  Files         190      190           
  Lines        9063     9063           
=======================================
  Hits         8954     8954           
  Misses         85       85           
  Partials       24       24

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29615cb...87f0d3d. Read the comment docs.

@yurishkuro yurishkuro merged commit 297f67d into jaegertracing:master May 30, 2019
lukedirtwalker added a commit to lukedirtwalker/scion that referenced this pull request Sep 10, 2019
Version 1.12 for me tried to allocate all the ram which would result in the machine no longer reacting.
With 1.14 I no longer saw this behavior.

Also use the new tmp volume (see jaegertracing/jaeger#1571)
lukedirtwalker added a commit to scionproto/scion that referenced this pull request Sep 10, 2019
Version 1.12 for me tried to allocate all the ram which would result in the machine no longer reacting.
With 1.14 I no longer saw this behavior.

Also use the new tmp volume (see jaegertracing/jaeger#1571)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants