New Cluster and FreeNAS Appliance - Setup recommendations needed

OK, failed again.

I created a small test VM (vm-103) on the master node with a 4Gb RAW disk stored on the local LVM (Storage) and tried doing a migrate from node1 to node2:

Code:
Feb 18 14:35:23 pmox01 pvedaemon[17135]: migrating VM 103 from node 1 (localhost) to node 2 (10.10.10.103)
Feb 18 14:35:24 pmox01 qmigrate[17136]: starting migration of VM 103 to host '10.10.10.103'
Feb 18 14:35:24 pmox01 qmigrate[17136]: copying disk images
Feb 18 14:35:24 pmox01 qmigrate[17136]: starting VM on remote host '10.10.10.103'
Feb 18 14:35:24 pmox01 qmigrate[17136]: VM 103 stopping
Feb 18 14:35:25 pmox01 kernel: vmbr0: port 11(tap103i0d0) entering forwarding state
Feb 18 14:35:25 pmox01 kernel: vmbr0: port 11(tap103i0d0) entering disabled state
Feb 18 14:35:25 pmox01 qmigrate[17136]: online migrate failure - command '/usr/bin/ssh -c blowfish -o BatchMode=yes root@10.10.10.103 /usr/sbin/qm --skiplock start 103 --incoming tcp' failed with exit code 2
Feb 18 14:35:26 pmox01 qmigrate[17136]: migration finished with problems (duration 00:00:03)
Feb 18 14:35:26 pmox01 pvedaemon[17135]: VM 103 migration failed -
The web interface shows VM-103 on Node2, and if I click on it and look at the hardware tab I can see a hard disk listed, but the path/name is the same as the original node. In other words, the Volume ID is the same as it was on node1: Storage:vm-103-disk-1. But there is no LVM volume on node2 names Storage like there is on node1, just the standard pve local storage. Does that explanation make sense? =)
Hi,
this looks like that your VM was on storage which you defined as shared (mean, all cluster member has access to the same storage). Proxmox can not know, that this isn't true.

Make the storage not as shared and proxmox ve will copy the disk-content.

Udo
 
Udo, you were right, the local LVM was set to shared storage. I disabled that, created another test VM and tried other test:

Code:
/usr/sbin/qmigrate 10.10.10.103 104
Feb 19 07:46:15 starting migration of VM 104 to host '10.10.10.103'
Feb 19 07:46:15 copying disk images
Feb 19 07:46:15 Failed to sync data - can't migrate 'Storage:vm-104-disk-1' - storagy type 'lvm' not supported
Feb 19 07:46:15 migration aborted
VM 104 migration failed

It does not seem to like that I have the disk image in a local LVM store for some reason.
 
Please can you post the VM configuration. And the storage.cfg too?

Storage.cfg:

Code:
dir: local
    disable
    path /var/lib/vz
    content images,iso,vztmpl,rootdir

lvm: Storage
    vgname vmstore
    content images

iscsi: iscsi_KVMStore
    portal 10.10.10.30
    target iqn.2007-09.jp.ne.peach.istgt:disk1
    content none

lvm: NAS_KVMStore
    vgname NAS_KVMStore
    base iscsi_KVMStore:0.0.0.scsi-330000000019fc1e0
    shared
    content images

VM104 Config

Code:
name: Test2
ide2: cdrom,media=cdrom
vlan0: rtl8139=66:47:0A:69:7C:94
bootdisk: virtio0
virtio0: Storage:vm-104-disk-1
ostype: l26
memory: 512
sockets: 1
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!