Skip to content

Instantly share code, notes, and snippets.

@rafaelfoster
Created September 9, 2014 12:55
Show Gist options
  • Save rafaelfoster/41197918896943a7f6cf to your computer and use it in GitHub Desktop.
Save rafaelfoster/41197918896943a7f6cf to your computer and use it in GitHub Desktop.
lvm - How To
# Migrate volume to another disk in lvm
pvcreate /dev/new_device
vgextend "vg_name" /dev/new_device
pvmove /dev/old_device /dev/new_device
vgreduce "vg_name" /dev/old_device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment