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

Check docker storage setup #2

Open
2 tasks
mosoriob opened this issue Aug 31, 2017 · 2 comments
Open
2 tasks

Check docker storage setup #2

mosoriob opened this issue Aug 31, 2017 · 2 comments

Comments

@mosoriob
Copy link
Contributor

mosoriob commented Aug 31, 2017

  • Have enough space?
  • Is correct the driver?
@maray
Copy link
Member

maray commented Sep 12, 2017

Please provide more info. This is very cryptic.

@capgadsx
Copy link
Member

The output of docker info shows:

Containers: 34
 Running: 31
 Paused: 0
 Stopped: 3
Images: 225
Server Version: 17.06.1-ce
Storage Driver: devicemapper
 Pool Name: docker-8:3-25954736-pool
 Pool Blocksize: 65.54kB
 Base Device Size: 10.74GB
 Backing Filesystem: xfs
 Data file: /dev/loop0
 Metadata file: /dev/loop1
 Data Space Used: 19.81GB
 Data Space Total: 107.4GB
 Data Space Available: 87.57GB
 Metadata Space Used: 21.25MB
 Metadata Space Total: 2.147GB
 Metadata Space Available: 2.126GB
 Thin Pool Minimum Free Space: 10.74GB
 Udev Sync Supported: true
 Deferred Removal Enabled: false
 Deferred Deletion Enabled: false
 Deferred Deleted Device Count: 0
 Data loop file: /var/lib/docker/devicemapper/devicemapper/data
 Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata
 Library Version: 1.02.135-RHEL7 (2016-11-16)
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins: 
 Volume: local
 Network: bridge host macvlan null overlay weavemesh
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 6e23458c129b551d5c9871e5174f6b1b7f6d1170
runc version: 810190ceaa507aa2727d7ae6f4790c76ec150bd2
init version: 949e6fa
Security Options:
 seccomp
  Profile: default
Kernel Version: 3.10.0-123.20.1.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 24
Total Memory: 125.5GiB
Name: [REDACTED]
ID: [REDACTED]
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

WARNING: devicemapper: usage of loopback devices is strongly discouraged for production use.
         Use `--storage-opt dm.thinpooldev` to specify a custom block storage device.

Its says that we are using the devicemapper driver and that we have 87.57GB of free space
I don't know if we are using the correct driver @sirspock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants