Description of problem: vgcreate does not create a directory for volume group in /dev/ directory though dir = "/dev" is set in lvm.conf file. Version-Release number of selected component (if applicable): LVM2.2.02.09 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: No directory is create in /dev/ directory when I execute vgcreate vgTest /dev/sdh Expected results: Directory should be created in /dev/ like /dev/vgTest Additional info:
*** Bug 204898 has been marked as a duplicate of this bug. ***
Unlike LVM1, in LVM2 the directory doesn't get created until you actually have an active logical volume within the volume group. It's the code that activates/deactivates logical volumes that creates/removes the directory.