Skip to content

Instantly share code, notes, and snippets.

@ganlub
Last active August 25, 2018 11:10
Show Gist options
  • Save ganlub/d29fbbe081cd6749eecf92c6bf394ebd to your computer and use it in GitHub Desktop.
Save ganlub/d29fbbe081cd6749eecf92c6bf394ebd to your computer and use it in GitHub Desktop.
Add disk to LVM
lvmdiskscan
vgdisplay
dd if=/dev/zero of=/dev/sda bs=512 count=1 
pvcreate /dev/sda
vgextend vg0 /dev/sda
lvresize -l +100%FREE --resizefs vg0/lv-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment