-
Notifications
You must be signed in to change notification settings - Fork 142
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
os image downloads onto /tmp and might run out of space #391
Comments
Hey there!
We download to I guess we could download to the current directory, however that means I suggest you explicitly configure a different data directory in your See https://github.com/resin-io/resin-settings-client for details. On Thu, Sep 01, 2016 at 01:17:36AM -0700, Gergely Imreh wrote:
Juan Cruz Viotti |
I'm most certainly have a home, and the same
I understand the quickstart issue, and makes sense, though I think people would expect, that if things happen the same directory where they are, they know it's reusable, and if they are in another directory, they might not want to reuse it anyways. But, the current default is definitely defensible. The setting being configurable is great, though this is not at all obvious setting. I guess you have some reason not to use command line flags? |
Hm, then there is definitely something going on. Are you running this on This is the module we use to determine the default location:
Would logging something, saying that an image is being cached at a
This is promoted on the Resin CLI README, but maybe we should make it Regarding command line flags, the environment variable support is Supporting the same thing as command line options is another syntax On Thu, Sep 01, 2016 at 07:30:43AM -0700, Gergely Imreh wrote:
Juan Cruz Viotti |
1) file download location Checked, Question, is resin-cli really using It is supported by the fact, that following your explanation, the download directory should be 2) env var docs The rest of it is indeed sort of docs issue. I see now the things you refer in README. The problem is, that you can install and use resin-cli while never actually seeing the README file (command line install and use), and it has such a deep and broad documentation within It might be just that the |
Ah, I see, amazing catch. We should definitely be re-using
I agree, lets put it on On Fri, Sep 02, 2016 at 03:17:50AM -0700, Gergely Imreh wrote:
Juan Cruz Viotti |
[nazrhom] This issue has attached support thread https://jel.ly.fish/#/support-thread~f7a760ba-0f0e-4903-a259-4dd23bcef617 |
Same issue with
resin quickstart
andresin device init
as well. os image is downloaded onto/tmp
, but that's not really a good to assume to work. The local disk usually has enough space for people, but/tmp
might be small. Just run the quickstart command on a server, where it had ~8GB disk space free, but still couldn't download (/tmp
is only 500MB)Should probably download to a temporary file in the directory it's been called from?
The text was updated successfully, but these errors were encountered: