I am running a centos vm inside freenas. The vm disc is currently 20G and needs to be increased to 60G. I increased it in freenas (edit zvol in the gui). Then I used gparted from a live cd to extend the partition (sda3 in this case). When I get back into centos. I do not see the increase in the cl-root partition. "lsblk" shows the following structure:
sda           8:0    0   60G  0 disk
├─sda1        8:1    0  200M  0 part /boot/efi
├─sda2        8:2    0    1G  0 part /boot
└─sda3        8:3    0 58.8G  0 part
  ├─cl-root 253:0    0 16.8G  0 lvm  /
  └─cl-swap 253:1    0    2G  0 lvm  [SWAP]
As you can see, the sda3 partition has much more space than the combined cl-root and cl-swap. How do I use this space towards the cl-root?
Thank you

pvs,vgs, andlvs?