Hi,
I've just configured a new thin LVM-Thin datastore over iSCSI like this :
- Datacenter > Storage > Add > iSCSI
Then from CLI :
And finally adding a new LVM-Thin from GUI :
Then i've created a VM on this new storage : OK
Snapshots works fine (which was the main goal) but live migration fails :
Any ideas ?
Regards,
I've just configured a new thin LVM-Thin datastore over iSCSI like this :
- Datacenter > Storage > Add > iSCSI
Then from CLI :
Code:
pvcreate /dev/disk/by-id/scsi-36e843b6e6494e96d215cd4e37d9747d0
vgcreate lun1 /dev/disk/by-id/scsi-36e843b6e6494e96d215cd4e37d9747d0
lvcreate -L 1024g -T lun1/thinlun1
And finally adding a new LVM-Thin from GUI :
Then i've created a VM on this new storage : OK
Snapshots works fine (which was the main goal) but live migration fails :
Any ideas ?
Regards,