device-mapper Questions
16
Solved
I have setup docker and I have used completely different block device to store docker's system data:
[root@blink1 /]# cat /etc/sysconfig/docker
# /etc/sysconfig/docker
other_args="-H tcp://0.0.0....
Peshitta asked 9/1, 2015 at 3:54
1
Solved
Reading through the documentation of both dm-crypt and LUKS, I understand that LUKS is a format specification to allow FDE, and that dm-crypt is a dm target which allows encryption / decryption of ...
Eighteen asked 31/3, 2022 at 7:28
4
Solved
I have a docker environment with 2 containers (Jenkins and Nexus, both with their own named volume).
I have a daily cron-job which deletes unused containers and images. This is working fine. But th...
Amphictyon asked 7/6, 2016 at 6:30
1
I am using Docker version 17.06.0-ce on Redhat with devicemapper storage. I am launching a container running a long-running service. The master process inside the container sometimes dies for whate...
Amphiboly asked 16/8, 2017 at 8:51
1
In Docker, an image is a stack of Read-only image layers. We also know that images share layers or other images. My question is about how this sharing mechanism work.
Does an image have pointers t...
Headsail asked 22/12, 2017 at 20:14
0
I am running docker on a Redhat system with devicemapper and thinpool device just as recommended for production systems. Now when I want to reinstall docker I need two steps:
1) remove docker dire...
Hay asked 6/12, 2017 at 11:3
5
Solved
I just can't create and run new containers in Docker anymore.
But in the same time a can run previously created containers.
When I try to do something like this:
[user@host ~ ] docker run --nam...
Redbug asked 12/7, 2014 at 4:43
1
I'building a mesosphere infrastructure on AWS instances with 3 master servers (running zookeeper, mesos-master, marathon and haproxy) and N slaves (running mesos-slave and docker).
If I run the s...
Ledford asked 17/5, 2015 at 23:56
1
Solved
I have some problem about the storage. The folder /var/lib/docker/devicemapper/ is taking 50% of my storage.
In the folder /var/lib/docker/devicemapper/mnt, I have many empty folders.
How can I...
Interoffice asked 29/5, 2017 at 13:51
1
What are the implications of exporting /var/lib/docker over NFS? The idea is to store the docker images in a server and export it to hosts which has limited memory to store and run containers. This...
Circularize asked 25/3, 2016 at 1:59
1
I recently heard (from a RedHat guy) that "direct-LVM"(devicemapper) is the recommended storage-backend for production setups, so I wanted to try that out on a CentOS 7 VM. (where loopback-LVM seem...
Winkle asked 12/5, 2015 at 20:58
1
Solved
I am trying to implement device mapper target by referring to the already existing ones dm-linear, dm-snapshot, dm-cache etc. In my implementation, I need to perform a read/modify/write operation o...
Kohinoor asked 13/6, 2014 at 21:53
1
© 2022 - 2024 — McMap. All rights reserved.