Skip to content

Conversation

stgraber
Copy link
Member

@stgraber stgraber commented Jul 4, 2025

The /dev/mapper or /dev/VG/LV paths can occasionally be racy and so can be dangerous to use. Instead wait until the LV is activated, then get its major and minor from LVM and access it through the /dev/dm-X path instead.

The /dev/mapper or /dev/VG/LV paths can occasionally be racy and so can
be dangerous to use. Instead wait until the LV is activated, then get
its major and minor from LVM and access it through the /dev/dm-X path
instead.

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
@hallyn hallyn merged commit d6e8c96 into lxc:main Jul 6, 2025
136 of 140 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants