Hi,
first congratulation for the 1.4. The new storagemodel with breakfree migration is very impressive.
Now, i test the drbd-feature (with the drdb-howto) ans the syncronisation don't work. I think i got the wrong drbd8-utils.
The kernel version looks good:
On the second node (which schould be synced) i got following error message:
for the drbd-utils i use a normal apt-get install. The system ist up-to-date - it's a new installation.
Any hint are welcome!
Udo
first congratulation for the 1.4. The new storagemodel with breakfree migration is very impressive.
Now, i test the drbd-feature (with the drdb-howto) ans the syncronisation don't work. I think i got the wrong drbd8-utils.
Code:
# dpkg -p drbd8-utils
Package: drbd8-utils
Priority: extra
Section: admin
Installed-Size: 416
Maintainer: Norbert Tretkowski <nobse@debian.org>
Architecture: amd64
Source: drbd8
Version: 2:8.0.14-2
Replaces: drbd, drbd-utils
Provides: drbd-utils
Depends: debconf | debconf-2.0, libc6 (>= 2.7-1)
Suggests: heartbeat
Conflicts: drbd-utils
Size: 148966
Code:
# cat /proc/drbd
version: 8.3.2 (api:88/proto:86-90)
GIT-hash: dd7985327f146f33b86d4bff5ca8c94234ce840e build by root@oahu, 2009-09-10 15:18:39
0: cs:WFConnection ro:Primary/Unknown ds:UpToDate/Inconsistent C r----
ns:0 nr:0 dw:0 dr:268 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:38956364
Code:
Sep 17 13:06:01 proxmox4 kernel: block drbd0: helper command: /sbin/drbdadm before-resync-target minor-0 exit code 3 (0x300)
Sep 17 13:06:01 proxmox4 kernel: block drbd0: before-resync-target handler returned 3, dropping connection.
Code:
more /etc/apt/sources.list
deb http://ftp.de.debian.org/debian lenny main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve
# security updates
deb http://security.debian.org/ lenny/updates main contrib
Code:
pveversion -v
pve-manager: 1.4-1 (pve-manager/1.4/4305)
qemu-server: 1.1-1
pve-kernel: 2.6.24-12
pve-kvm: 86-3
pve-firmware: 1
vncterm: 0.9-2
vzctl: 3.0.23-1pve3
vzdump: 1.2-1
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
Udo