Next VMID

ijcd

New Member
Nov 20, 2008
17
0
1
I have 4 machines together as a proxmox cluster. Machine one has vmids 101, 102, 104, 105, etc... (103 is skipped). Machine two has 103, 107, 108.

When I go to create a new image, it is picking 103 as the next available VMID. Does it not look at the whole cluster? It seems to only be picking the next available on the first machine (the master).

--Ian
 
I have 4 machines together as a proxmox cluster. Machine one has vmids 101, 102, 104, 105, etc... (103 is skipped). Machine two has 103, 107, 108.

When I go to create a new image, it is picking 103 as the next available VMID. Does it not look at the whole cluster? It seems to only be picking the next available on the first machine (the master).

--Ian

the cluster will take a unique VM. do you use the latest version?

pls post your output of:

Code:
pveversion -v
should look like this:

pve-manager: 1.0-10 (pve-manager/1.0/3463)
qemu-server: 1.0-5
pve-kernel: 2.6.24-4
pve-kvm: 75-1
pve-firmware: 1
vncterm: 0.9-1
vzctl: 3.0.22-3pve3
vzdump: 1.1-1
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1dso1
 
Hmm. I'm getting this:

ian@grid02-dev:~$ pveversion -v
pve-manager: 1.0-10 (pve-manager/1.0/3463)
qemu-server: 1.0-5
pve-kernel: not correctly installed
pve-kvm: not correctly installed
pve-firmware: not correctly installed
vncterm: 0.9-1
vzctl: 3.0.23-1dso1~etch0
vzdump: 1.1-1
vzprocps: 2.0.11-1dso2
vzquota: 3.0.12-1dso1~etch0


This was a 0.9x version, and upgraded via apt-get dist-upgrade. I'm further seeing that some machines didn't take the upgrade and have older pve-manager packages... I'm upgrading now to see if this fixes things.

Any idea on how to fix the "not correctly installed" messages? Those are on all of the machines that I upgraded (but not on the one machine that was native 1.0 proxmox installed)
 
Ah... I had just done an apt-get upgrade. I've gone through and upgraded the machines and the versions now show correct. Thanks.