Re: [pve-devel] Snapshot Tests

2012-09-18 Thread Dietmar Maurer
OK first problem is the QemuServer.pm and the hardcoded cases where snapshot is possible: die can't snapshot volume '$volid'\n if !(($scfg-{path} $volname =~ m/\.qcow2$/) || ($scfg-{type} eq 'rbd') ||

Re: [pve-devel] Snapshot Tests

2012-09-18 Thread Dietmar Maurer
I'll try to do complete tests with all storage this week. (I'm a bit busy) Is it already possible to use the gui ? yes. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] sheepdog : block patch for savevm and loadvm

2012-09-18 Thread Alexandre DERUMIER
http://git.qemu.org/?p=qemu.git;a=commit;h=1f7a48de4467f31afc51169122453318efdb0f33 sheepdog: fix savevm and loadvm This patch sets data to be sent to Sheepdog correctly and fixes savevm and loadvm operations on a Sheepdog image. maybe can we add this patch to pve-qemu-kvm ?

Re: [pve-devel] corosync/pmxcfs crash (same node that previous problem)

2012-09-18 Thread Dietmar Maurer
c0f42e c0f430 c0f432 Sep 17 10:19:56 corosync [TOTEM ] Retransmit List: c0f42c c0f42d c0f42e c0f430 c0f432 Sep 17 10:19:57 corosync [TOTEM ] Retransmit List: c0f42c c0f42d c0f42e c0f430 c0f432 Sep 17 10:19:57 corosync [TOTEM ] FAILED TO RECEIVE Oh yes - this is always the same problem. But

Re: [pve-devel] nexenta rollback problems.

2012-09-18 Thread Dietmar Maurer
I guess that cause serious trouble when used with open-iscsis/dm-multipath. You already observer problems with that? s/observer/observed/ ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] nexenta rollback problems.

2012-09-18 Thread Alexandre DERUMIER
Yes, indeed. that's really a pain. (BTW, I don't use multipath anymore, only lacp, take too much cpu with a lot of luns). The only way is to dynamicaly build the path, finding the good /dev/by-id, when the guest is starting.(find the lunid with nexentaapi, then search the multipath device)

Re: [pve-devel] corosync/pmxcfs crash (same node that previous problem)

2012-09-18 Thread Alexandre DERUMIER
nothing special switch side. (all my servers are on the same switchs). Maybe server overload ? or nic/driver bug... I'll try to find more infos, thanks for help. - Mail original - De: Dietmar Maurer diet...@proxmox.com À: Alexandre DERUMIER aderum...@odiso.com Cc:

Re: [pve-devel] nexenta rollback problems.

2012-09-18 Thread Dietmar Maurer
Yes, indeed. that's really a pain. (BTW, I don't use multipath anymore, only lacp, take too much cpu with a lot of luns). I really tried hard, but my final conclusion is that open-iscsi/dm-multipath does not work well with dynamically allocated luns (like we do in the nexenta plugin). I know,

Re: [pve-devel] nexenta rollback problems.

2012-09-18 Thread Dietmar Maurer
So I will give up now, and we simply use libiscsi for the nexenta plugin for now. Btw, do you have any idea how we can access snapshot data for backup purposes? ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] [PATCH] first bridge device is selected by default

2012-09-18 Thread Dietmar Maurer
Subject: Re: [pve-devel] [PATCH] first bridge device is selected by default Am 14.09.2012 13:58, schrieb tgrodzinski: This patch selects the first bridge device by default. Any thoughts / comments / suggestions ? If you write a patch, It is always a good idea to explain why the patch is