mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +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.