How do I add 100% of the available free space from the volume group "centos" to the root logical volume? What tool do I use to resize the root logical volume.
Below are the steps performed prior to this question.
root@server1 ~]# vgs
VG #PV #LV #SN Attr Vsize Vfree
centos 1 2 0 wz--n- 6.98g 0
root@server1 ~]# pvcreate /dev/sdb
Physical volume "/dev/sdb" successfully created
root@server1 ~]# vgextend centos /dev/sdb
Volume group "centos" successfully created
root@server1 ~]# vgs
VG #PV #LV #SN Attr Vsize Vfree
centos 2 2 0 wz--n- 7.46g 496.00m
root@server1 ~]# lvs
LV VG Attr LSize
root centos -wi-a0 6.18g
swap centos -wi-a0 820.00m