load_config issue in latest proxmox

Attila

Renowned Member
Jun 15, 2016
13
1
68
Hi all,

In the latest debian jessie version, we noticed several problems, some of them related to missing load_config subroutines.


On boot, VMs are not started, start all vms fails with:


Undefined subroutine &PVE::QemuServer::load_config called at /usr/share/perl5/PVE/API2/Nodes.pm line 1175.
Undefined subroutine &PVE::LXC::load_config called at /usr/share/perl5/PVE/API2/Nodes.pm line 1173.


We checked, and the load_config sub really does not exist in those files.




dpkg --list | grep pve | grep perl


ii libpve-common-perl 4.0-68 all Proxmox VE base library

ii libpve-storage-perl 4.0-38 all Proxmox VE storage management library




pveversion -v

proxmox-ve: 4.1-34 (running kernel: 4.2.6-1-pve)

pve-manager: 4.1-5 (running version: 4.1-5/f910ef5c)

pve-kernel-4.2.6-1-pve: 4.2.6-36

lvm2: 2.02.116-pve2

corosync-pve: 2.3.5-2

libqb0: 1.0-1

pve-cluster: 4.0-31

qemu-server: 4.0-80

pve-firmware: 1.1-8

libpve-common-perl: 4.0-68

libpve-access-control: 4.0-16

libpve-storage-perl: 4.0-38

pve-libspice-server1: 0.12.5-2

vncterm: 1.2-1

pve-qemu-kvm: 2.5-19

pve-container: 1.0-68

pve-firewall: 2.0-29

pve-ha-manager: 1.0-31

ksm-control-daemon: 1.2-1

glusterfs-client: 3.5.2-2+deb8u2

lxc-pve: 1.1.5-7

lxcfs: 2.0.0-pve2

cgmanager: 0.39-pve1

criu: 1.6.0-1

pve-sheepdog: 0.9.3-1


We also notices that we cannot do any changes to the HA configuration:

When we change any parameter of the HA resource from the web, we get an error:
Parameter verification failed. (400)

state: property is not defined in schema and the schema does not allow additional properties
comment: property is not defined in schema and the schema does not allow additional properties
group: property is not defined in schema and the schema does not allow additional properties

From command line, it works properly.

Any hints? Perhaps there is a package missing?


Thanks in advance!
 
  • Like
Reactions: Attila