Bug 1140398 - Catastrophic failure saving large images
Summary: Catastrophic failure saving large images
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: docker-io
Version: 20
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ivan Chavero
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-10 20:52 UTC by Bill C. Riemers
Modified: 2015-06-30 01:30 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-30 01:30:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Bill C. Riemers 2014-09-10 20:52:05 UTC
Description of problem:

Large docker images are saved written first to temp.   As such when one does a "docker save" for a large image the save process will error out with a disk full error.  Afterwards, there will be  mounting error if attempting to save the image again after resizing tmp.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Create an image much larger than your /tmp space
2. Attempt to save
3.

Actual results:

[briemers@briemersw staging]$ docker save -o /data/oracle-xe-prod.dimg oracle-xe-prod
2014/09/10 16:41:23 Error: write /tmp/docker-export-336322967/dd28f4e8cb55517c4a97560a6adc9d2032b9fdfe4fb744857648067f66125a38/layer.tar: no space left on device
[briemers@briemersw staging]$ sudo mount -o remount,size=20g /tmp
[sudo] password for briemers: 
[briemers@briemersw staging]$ docker save -o /data/oracle-xe-prod.dimg oracle-xe-prod
2014/09/10 16:43:25 Error: Error mounting '/dev/mapper/docker-253:2-2097434-dd28f4e8cb55517c4a97560a6adc9d2032b9fdfe4fb744857648067f66125a38' on '/var/lib/docker/devicemapper/mnt/dd28f4e8cb55517c4a97560a6adc9d2032b9fdfe4fb744857648067f66125a38': device or resource busy
[briemers@briemersw staging]$ sudo service docker restart
Redirecting to /bin/systemctl restart  docker.service
[briemers@briemersw staging]$ docker save -o /data/oracle-xe-prod.dimg oracle-xe-prod
2014/09/10 16:43:52 Error: Error mounting '/dev/mapper/docker-253:2-2097434-dd28f4e8cb55517c4a97560a6adc9d2032b9fdfe4fb744857648067f66125a38' on '/var/lib/docker/devicemapper/mnt/dd28f4e8cb55517c4a97560a6adc9d2032b9fdfe4fb744857648067f66125a38': device or resource busy


Expected results:

I would not expect the process to need massive amounts of /tmp space, if so it should have an option to specify where the tmp files are written.   Also, the process needs to clean-up it's locks so subsiquent commands don't fail.

Additional info:

Comment 1 Daniel Walsh 2014-09-12 17:51:45 UTC
Fixed in docker-1.2

images are now saved in /var/lib/docker/tmp

Comment 2 Fedora Admin XMLRPC Client 2015-03-24 03:37:44 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Fedora End Of Life 2015-05-29 12:50:55 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 4 Fedora End Of Life 2015-06-30 01:30:10 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.