Fixed
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Priority
Medium
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Priority
Created July 10, 2017 at 8:21 AM
Updated January 31, 2018 at 3:33 PM
Resolved January 30, 2018 at 9:44 AM
This ticket is to track the issue related to docker and devicemapper.
Some builds which are using docker, are failing to clean the images with the following error:
failed to remove device 20f33836994d6aa2b8f31a57b51395deb0cb5f6ffa0534dee1734ab3d248f20a:devicemapper: Can't set task name /dev/mapper/docker-253:3-134291085-pool
The error resolves after restarting docker daemon.
I've been able to find some tickets in Docker's GitHub repository which are addressing the same issue.
I've found some tickets which were closed with a potential fix, but the suggestions were to avoid using devicemapper.
Maybe we should consider the same approach?