I created a thinpool LV using the following command:
lvcreate --type thin-pool -l 100%VG -n lv-thinpool vg-test
Now /dev/mapper has the following entries:
vg--test-lv--thinpool
vg--test-lv--thinpool_tdata
vg--test-lv--thinpool_tmeta
Why do the double hyphens appear, and how can I prevent them?