how copy image kvm in lvm ?

lioenrio

New Member
Dec 30, 2008
7
0
1
i have a guest windows, in iscsi lvm.
i need copy this image to a local disk.
where is image in iscsi lvm?

Thanks
 
Please use the PVE Storage Manger tool 'pvesm'.

To list all volumes used by a vm do (for VM 101):

# pvesm list --vmid 101
store2:vm-101-disk-1 101 raw 2097152

And if you want to know the physical path of that volume use:

# pvesm path store2:vm-101-disk-1
/dev/testtest2/vm-101-disk-1

- Dietmar
 
i have a guest windows, in iscsi lvm.
i need copy this image to a local disk.
where is image in iscsi lvm?

Thanks

make a backup with vzdump and do a restore.
(see 'man vzdump' and 'man qmrestore')