Skip to content

Instantly share code, notes, and snippets.

@canimus
Created March 12, 2019 12:31
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 canimus/8ea39424093809354fdebc51e6b8577e to your computer and use it in GitHub Desktop.
Save canimus/8ea39424093809354fdebc51e6b8577e to your computer and use it in GitHub Desktop.
Expand volume linux
# Logical volume display
lvdisplay
# Volume maps
vgdisplay
# Extend based on VG Name and lvdisplay path
lvextend -l +5120 /dev/dockerimvg/varlibdocker
# Apply fs grow into volume
xfs_growfs /dev/dockerimvg/varlibdocker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment