mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-16 03:33:36 +00:00
Udev escapes "," used in device names to 0\x2c which breaks libdevmapper. Instead use : to escape minor and minor which works.
Udev escapes "," used in device names to 0\x2c which breaks libdevmapper. Instead use : to escape minor and minor which works.