mirror of
https://github.com/docker/docs.git
synced 2026-04-04 02:08:57 +07: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.