I have a FreePBX 17 Server. I need to add more disk space. We are going to be doing a lot of Faxing through the UCP. So far I just have some faxing and a few test extensions on the system and I am using quite a bit of the disk space. We are going to roll this out to about 150 users.
I believe that I know how to use gparted to resize the partition and lvm to resize the volume groups. What I don’t know is what volume group it the WebGui Reporting that I need to add the space too.
It looks like /var is the closet one in disk space to the what is shown in GUI
This system was setup on Hyper-V with a 1TB virtual drive. But I think the PUB install from the ISO install does not use all the space.
From What I understand is you have to boot to a gparted Live CD and then expand the partition. Then do a pvresize /dev/sdXn to add the extra space the volume group then do a lvresize -r --size +50GiB /dev/vg/lv to add the space. What I do not know though for sure is what space (mount point etc /var) is being reported in the GUI.



