I just upgraded a new node, works fine after upgrade qemu-server,pve-common, 
and pve-manager (in this order)

Don't known why it wasn't working with my other node.


I just have tested, it seem that ballonning hotplug code is wrong

        } elsif ($opt eq 'balloon') {
                # enable/disable balloning device is not hotpluggable
                my $old_balloon_enabled =  !defined($conf->{balloon}) || 
$conf->{balloon};
                my $new_balloon_enabled =  
!defined($conf->{pending}->{balloon}) || $conf->{pending}->{balloon};
                die "skip\n" if $old_balloon_enabled != $new_balloon_enabled;


you can have 
balloon: 100

then 
qm set balloon 200


100 != 200, but it's hotpluggable.




----- Mail original -----
De: "aderumier" <aderum...@odiso.com>
À: "dietmar" <diet...@proxmox.com>
Cc: "pve-devel" <pve-devel@pve.proxmox.com>
Envoyé: Vendredi 9 Janvier 2015 20:30:25
Objet: Re: [pve-devel] pve-manager : pending patches series v7

Ok, It's works fine now after a full reboot. 

I'll try to test the upgrade path again, to see why it wasn't working. 
This is really strange ... 


I'll try the gui monday. 



----- Mail original ----- 
De: "dietmar" <diet...@proxmox.com> 
À: "aderumier" <aderum...@odiso.com> 
Cc: "pve-devel" <pve-devel@pve.proxmox.com> 
Envoyé: Vendredi 9 Janvier 2015 15:00:40 
Objet: Re: [pve-devel] pve-manager : pending patches series v7 

> >>You don't need that (please update pve-manager package). 
> 
> I have update both pve-manager, qemu-server. (also clear my browser cache) 
> 
> 
> Options Grid is ok, but on Hardware grid I only see 

strange, that works here. 

Maybe the daemons are not correctly restarted (due due the new PVE::Daemon 
class. 

Try to reboot to make sure you run most recent daemons. 

_______________________________________________ 
pve-devel mailing list 
pve-devel@pve.proxmox.com 
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel 

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to