Skip to content

Instantly share code, notes, and snippets.

@andywirv
Created December 8, 2016 14:53
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 andywirv/8586288c25897116a8b039728291c20c to your computer and use it in GitHub Desktop.
Save andywirv/8586288c25897116a8b039728291c20c to your computer and use it in GitHub Desktop.
Ceph resize rbd
sudo rbd resize -s 8000 [image]
#xfs
xfs_growfs /dev/rdb0
#ext4 https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/ext4grow.html
sudo resize2fs /dev/rbd0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment