拡張子した分のパーティションを作る

fdisk -l /dev/sda
n
p

ボリュームグループを作る

vgcreate /dev/sda3

拡張

vgextend cl /dev/sda3
lvextend -l +100%FREE /dev/cl/root
xfs_growfs /