vzquota bug

flosoft

Member
Jul 6, 2008
68
0
6
Hi,

I just upgraded to the latest Proxmox, but I get the following error when booting the VMs.

root@vh01:~# vzctl start 118
Starting container ...
vzquota : (error) Quota getstat syscall for id 118: Inappropriate ioctl for device
vzquota on failed [3]
root@vh01:~#

Any idea what this is about?
 
Hi,

I just upgraded to the latest Proxmox, but I get the following error when booting the VMs.

root@vh01:~# vzctl start 118
Starting container ...
vzquota : (error) Quota getstat syscall for id 118: Inappropriate ioctl for device
vzquota on failed [3]
root@vh01:~#

Any idea what this is about?
what vm do you start? pls describe all steps that I can reproduce the issue in our testing lab.
 
It's an OpenVZ VM. I had 0.9 in the beginning, but today upgraded to the latest version (1.1).
 
It's an OpenVZ VM. I had 0.9 in the beginning, but today upgraded to the latest version (1.1).

how can I reproduce the issue - all my vm´s are working without any problems so what is different on you side?
 
how can I reproduce the issue - all my vm´s are working without any problems so what is different on you side?

It was an image by OVH with 0.9. I then upgraded to 1.0 via debian packages (without the kernel), and now to 1.1 where I tried to setup the kernel too. It boots just fine with GRUB, networking seems to work too, but I can't boot the VMs.
 
It was an image by OVH with 0.9. I then upgraded to 1.0 via debian packages (without the kernel), and now to 1.1 where I tried to setup the kernel too. It boots just fine with GRUB, networking seems to work too, but I can't boot the VMs.

Please ask OVH support. On standard installations I cannot reproduce it here.
 
Hey Flosoft,

I already answered you on the OVH mailing list but you need to edit /etc/vz/vz.conf

and change the line
Code:
MODULES_DISABLED=yes
to
Code:
MODULES_DISABLED=no
Then you need to restart openVZ daemon with :
Code:
/etc/init.d/vz restart
Hope this help
LeTic