Created
December 8, 2016 14:53
-
-
Save andywirv/8586288c25897116a8b039728291c20c to your computer and use it in GitHub Desktop.
Ceph resize rbd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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