Comment 10 for bug 1657646

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2017-05-11 05:45 EDT-------
I'm once again updating the steps that were followed to configure a thinpool,

pvcreate <disk>
vgcreate docker-storage <disk>
lvcreate -y -n thinpool docker-storage -l 95%VG

lvcreate -y -n thinpoolmeta docker-storage -l 1%VG

lvconvert -y --zero n -c 64K --thinpool docker-storage/thinpool --poolmetadata docker-storage/thinpoolmeta

Then configured docker to pick up this storage
and restarted the docker deamon.

Created containers and rebooted the partitions.

Docker daemon not coming up.