No space left on device after growing filesystem
I managed to make it work through the command:
mount -o remount,inode64 /
Apparently this is a regression in CentOS kernel 3.7 to 3.17 and I am in 3.10.
Here is the relevant link: http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_receive_No_space_left_on_device_after_xfs_growfs.3F
Change the mount options to use inode64.
This issue seems like the one from the XFS FAQ
http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_receive_No_space_left_on_device_after_xfs_growfs.3F