Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created August 23, 2022 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmolveau/15f12b3bb3ad468f25d814e797180a87 to your computer and use it in GitHub Desktop.
Save gmolveau/15f12b3bb3ad468f25d814e797180a87 to your computer and use it in GitHub Desktop.
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