Member since
11-01-2016
2
Posts
0
Kudos Received
0
Solutions
11-10-2016
04:45 PM
Hi @Michael Young Thank you, I have solved the problem by your answer. The cause of the problem, seems to be that "dm.basesize" is smaller. I didn't change the image location and the storage-driver. I was only change the "dm.basesize". Thanks.
... View more
11-09-2016
10:38 AM
Hi @Avijeet Dash Did you solve the problem ?
Now, I'm facing the same problem. I have a aws vm. (m4.xlarge: centos7) I don't have any docker image. $ sudo docker info
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 1.12.3
Storage Driver: devicemapper
Pool Name: docker-202:80-17039361-pool
Pool Blocksize: 65.54 kB
Base Device Size: 10.74 GB
Backing Filesystem: xfs
Data file: /dev/loop0
Metadata file: /dev/loop1
Data Space Used: 11.8 MB
Data Space Total: 107.4 GB
Data Space Available: 107.4 GB
Metadata Space Used: 581.6 kB
Metadata Space Total: 2.147 GB
Metadata Space Available: 2.147 GB
Thin Pool Minimum Free Space: 10.74 GB
Udev Sync Supported: true
Deferred Removal Enabled: false
Deferred Deletion Enabled: false
Deferred Deleted Device Count: 0
Data loop file: /docker-image/devicemapper/devicemapper/data
WARNING: Usage of loopback devices is strongly discouraged for production use. Use `--storage-opt dm.thinpooldev` to specify a custom block storage device.
Metadata loop file: /docker-image/devicemapper/devicemapper/metadata
Library Version: 1.02.107-RHEL7 (2016-06-09)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: null overlay host bridge
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options: seccomp
Kernel Version: 3.10.0-327.36.3.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 7.389 GiB
Name: ip-xxx-xx-xx-xx.ap-northeast-1.compute.internal
ID: xxx:xxx:xxx
Docker Root Dir: /docker-image
Debug Mode (client): false
Debug Mode (server): false
Registry: <a href="https://index.docker.io/v1/">https://index.docker.io/v1/
</a>WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
Insecure Registries:
127.0.0.0/8 I changed the image location from "/var/lib/docker" to "/docker-image". "/docker-image" is a separate disk from "/var/lib/docker". However, I can't docker load, it ran out of space. Please, tell me the next actions to solve it. thanks.
... View more