Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created August 23, 2022 15:09
Embed
What would you like to do?
linux/lvm fix duplicate vg names with vgrename uuid
sudo vgdisplay
# note UUID
sudo vgrename <UUID> <new-vg-name>
# done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment