Look at the file system resize progress with resize2fs
lvextend -L +100G /dev/sda2 resize2fs -p /dev/sda2 -p option ---> Prints out a percentage completion bars for each resize2fs operation, so that the user can keep track of what the program is doing…