Include ability Increase the Size of the Logical Volume directly in plesk
When new servers are freshly set up you have to ssh in to the servers to manually create increased logical volumes , this could be easy done using scripts to increase using
df -h (most of that information is included and already seen in plesk under Hard Disk Usage )
fdisk -l
the amount available can be found by the pvs command
a pull down menu of sizes and a other box can be provided
lvextend -L +{xxxx]G /dev/mapper/vg00-var
xxxx resourced from user input the rest automatic from Hard Drive Info
then top it off with resize2fs /dev/mapper/vg00-var
2
votes
Martin C-R
shared this idea
Sorry, we don’t plan to perform hardware management from Plesk