Re: pvmove thin volume doesn't move

Zdenek Kabelac <[email protected]> Mon, 17 Nov 2025 16:01:38 +0100
Newsgroups gmane.linux.lvm.general
Message-ID <[email protected]>
Dne 16. 11. 25 v 14:27 Brian J. Murrell napsal(a):
> Hi.
> 
> I've added a new (faster) disk to a VG and now want to move a thinly
> provisioned LV to the new PV.  When I try it doesn't find any data to
> move though:
> 
> # pvmove -n /dev/rootvol_tmp/var /dev/sda7 /dev/sdc
>    No data to move for rootvol_tmp.
> 
> both disks are in the VG though:


Hi

lvm2 cannot move 'individual' thin volume as this volume is 'just virtual' and 
uses chunks from the thin-pool.

So if you want use thinLV from a new faster storage - then whole thin-pool 
must be moved to the faster storage.

And when you will be doing this - move the also _tmeta volume.

(See 'lvs -a'  output for volumes you can move)

Regards

Zdenek