I have two disk partitions, say sda1 and sda2, each containing a VG.
- sda1 -> VG_SYS
- sda2 -> VG_GUESTS
VG_SYS has a number of LV, one for every partition I needed.
The problem is that VG_SYS has gone out of space (or better, partitions made on its LVs are out of space), while VG_GUESTS has a lot of free space.
Is it possible, and how, to shrink VG_GUESTS (and eventually sda2 too) and reallocate the free space to sda1/VG_SYS?
Thanks in advance