https://bugzilla.redhat.com/show_bug.cgi?id=1216096
Bug ID: 1216096
Summary: Hard coded /tmp size of 64M causes problems
Product: Fedora
Version: 21
Component: docker-io
Keywords: Extras
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected]
Depends On: 1215768
+++ This bug was initially created as a clone of Bug #1215768 +++
I'm looking at b482aff8fbb5dc59d25335b67353465071d6bd45 in rhatdan/docker
It seems that you are hode coding all tmpfs mounts to 64M. Docker previously
mounted tmpfs at /tmp and this added /run.
Golang uses TMPDIR to do its builds. When doing a rather large build (like
openshift) which is larger than 64M it obviously can not work!
I think this size needs to be somehow configurable... Deciding that X is
enough /tmp space for everyone just doesn't seem like a possibility...
--- Additional comment from Daniel Walsh on 2015-04-28 08:13:12 EDT ---
Eric, any chance of changing TMPDIR -> /var/tmp?
--- Additional comment from Daniel Walsh on 2015-04-28 08:15:46 EDT ---
This should also not be happening in a docker build?
--- Additional comment from Daniel Walsh on 2015-04-28 08:32:57 EDT ---
Removed the size restrictions on /tmp and /run
Lokesh we need a new build of docker-1.6
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1215768
[Bug 1215768] Hard coded /tmp size of 64M causes problems
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang