You are not logged in.
Hi,
I made a dedicated partition for /var/cache, but the space I allocated is too small.
I have plenty of free psace (for this kind of partition), but not contiguous to this one, and it was created with the option -C y.
How do I actually move data on the PV of others LV to get contiguous space ?
thx.
Last edited by elukas (2013-11-15 08:32:03)
Offline
You could use `lvs -o +devices` to get an idea what's where and `pvmove` to move data of specific volumes or extents.
But usually, you don't do this. You just let LVM worry about what's allocated where.
Offline
Thx for the tips,
but since I have only one PV, I'm not sure pvmove could help me.
finally I've created a new LV rename with contiguous option.
thx.
Offline