Proxmox 3.0 Syslog Warning

yakakliker

Renowned Member
May 19, 2011
95
1
73
France
Hello all,

Before, thanks for job !

I've got this warning many times on my test Proxmox cluster :

May 30 17:03:08 proxmox01 pveproxy[102891]: WARNING: #011(in cleanup) Can't call method "_put_session" on an undefined value at /usr/lib/perl5/AnyEvent/Handle.pm line 2163 during global destruction.
May 30 17:03:08 proxmox01 pveproxy[3535]: worker 102891 finished


Do you know why ?
 
your run latest version? post your pveversion -v.
 
root@proxmox01:~# pveversion -v
pve-manager: 3.0-20 (pve-manager/3.0/0428106c)
running kernel: 2.6.32-20-pve
proxmox-ve-2.6.32: 3.0-100
pve-kernel-2.6.32-20-pve: 2.6.32-100
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-15
pve-firmware: 1.0-22
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-6
vncterm: 1.1-3
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-12
ksm-control-daemon: 1.1-1
 
Another Warning with NFS connexions after lost/restore link

May 31 11:49:54 proxmox04 pvestatd[4142]: WARNING: unable to activate storage 'NFS01' - directory '/mnt/pve/NFS01' does not exist<�br>May 31 11:49:54 proxmox04

Proxmox can't reactivate NFS connexion (I must reboot)
 
I too thought that you had to reboot then I did a little searching the system and found that if I ran "cat /proc/mounts" it would still show my ghost connection to the nfs server. Was simple to fix for me by "umount -l /mnt/pve/store_name". If you still have the mount configured in the GUI it will auto mount it and you will be able to use your share. I hope that this helps someone out.