[pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Alexandre DERUMIER
Hi, I'm begin to test inplace upgrade from wheezy to jessie + corosync1-corosync2 without reboot here some note: 1)-update repos to jessie 2)apt-get dist-upgrade 3)aptitude remove redhat-cluster-pve fence-agents-pve redhat-cluster-pve-dev resource-agents-pve clvm dlm3 Remove the following

Re: [pve-devel] [PATCH_V2] implement offline migration on zfs

2015-04-28 Thread Lindsay Mathieson
Just as a matter of curiosity - this is Live offline Migration? like Hyper-V's Shared Nothing live migration? Also, is it any faster than std storage migration? -- Lindsay Mathieson ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Dietmar Maurer
/usr/share/perl5/PVE/API2/Qemu.pm ii qemu-server 4.0-5 (from current jessie repo) pvetest is a bit out of date - you need to recompile from git. ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Alexandre DERUMIER
c) try to use #qm stop|start vmid give me unknown file type 'cluster.conf' This one come from old version of qemu-server in proxmox jessie repo my $vm_is_ha_managed = sub { my ($vmid) = @_; my $cc = PVE::Cluster::cfs_read_file('cluster.conf'); if

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Dietmar Maurer
This one come from old version of qemu-server in proxmox jessie repo my $vm_is_ha_managed = sub { my ($vmid) = @_; my $cc = PVE::Cluster::cfs_read_file('cluster.conf'); if (PVE::Cluster::cluster_conf_lookup_pvevm($cc, 0, $vmid, 1)) { return 1; } return 0; };

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Alexandre DERUMIER
a)I can see other nodes green. Seem that pvestatd cannot send through corosync status to other nodes. b) editing a file in /etc/pve/ in one node, doesn't apply on other nodes Fixed by upgrade pve-cluster on both node to last version compiled from git root@kvmtest1 ~/proxmox2/pve-cluster

Re: [pve-devel] [PATCH] pve-cluster : fix typo error in mkdir /etc/corosync

2015-04-28 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Dietmar Maurer
c) try to use #qm stop|start vmid give me unknown file type 'cluster.conf' Seems you still use old packages (old qemu-server, or pve-cluster?) ___ pve-devel mailing list pve-devel@pve.proxmox.com

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Alexandre DERUMIER
Where do you see that? /usr/share/perl5/PVE/API2/Qemu.pm ii qemu-server 4.0-5 (from current jessie repo) - Mail original - De: dietmar diet...@proxmox.com À: aderumier aderum...@odiso.com, pve-devel pve-devel@pve.proxmox.com Envoyé: Mardi 28 Avril 2015

Re: [pve-devel] [PATCH_V2] implement offline migration on zfs

2015-04-28 Thread Alexandre DERUMIER
Just as a matter of curiosity - this is Live offline Migration? like Hyper-V's Shared Nothing live migration? This is just for offline migration, like current rsync for file. We still need to implement livemigration + storage migration. some patches have been send on this mailing by a proxmox

[pve-devel] POSSIBLE BIG SECURITY BUG in Proxmox - Kernel ?

2015-04-28 Thread Detlef Bracker
Dear, ca. at the 4th april Proxmox comes with updates the kernel Linux version 2.6.32-37-pve And this activate automaticly without manual setting in grub, why I am sure, that I have change the kernel on 2 hosts without a reboot! And in one future the hoster, so as we, must reboot the host and

Re: [pve-devel] [PATCH_V2] implement offline migration on zfs

2015-04-28 Thread Wolfgang
Hi, As fare I know is hyper-v shared nothing a live mig. Or Migration is a offline only migration. About the speed, this is at the moment limited by openssh. Am 29.04.2015 00:50 schrieb Lindsay Mathieson lindsay.mathie...@gmail.com : Just as a matter of curiosity - this is Live offline

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Alexandre DERUMIER
pvetest is a bit out of date - you need to recompile from git. Yes, sure, no problem. Live migration seem to works fine, so I think it'll be possible to upgrade and live migrate at the same time :) Tommorow,I'll try again to do some upgrade from wheezy. I think it's missing a conflict

Re: [pve-devel] trying to upgrade wheezy - jessie + corosync1 -corosync2

2015-04-28 Thread Dietmar Maurer
Tommorow,I'll try again to do some upgrade from wheezy. I think it's missing a conflict somewhere in new corosync package (related to dlm) and old redhat cluster suite. It was a little bit tricky to upgrade with aptitude. Thanks. It would be great if you can track that down.

[pve-devel] [PATCH] pve-cluster : fix typo error in mkdir /etc/corosync

2015-04-28 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- data/PVE/pvecm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/pvecm b/data/PVE/pvecm index 9a2a575..173fc26 100755 --- a/data/PVE/pvecm +++ b/data/PVE/pvecm @@ -401,7 +401,7 @@ __PACKAGE__-register_method