I can’t seem to get over this. I created a logical volume, it’s 58 GB in size. No partition laid down. docker-storage-setup.service
/etc/sysconfig/docker-storage-setup has
STORAGE_DRIVER=overlay2
DEVS=/dev/dm-10
I use that because I get an error when using /dev/mapper/vg_hero1-vg_hero1_lvopt -
There’s really no documentation for the storage service.
I could revert to past hackish solutions like creating a symlink from /var/lib/docker/overlay2 to some filesystem location, but that’s a performance hit.