Tuesday, 27 April 2010

VZVolumeMount Parallels Virtuozzo Error

I was encountering an error:

C:/vzctl start Starting VPS ...


Virtuozzo API function call 'VZVolumeMount' failed err = 183Virtuozzo API function call 'dq_mount' failed

Cannot set disk quota for VPS This happened to be the service container bringing the entire node down... This error occurs whern vzagent cannot calculate the size of the .edf file and/or the quota for the container.
 
To fix this, manually set the quoaa on the container in question:
 
vzquota setlimit [ct id] -B -–drive C:
 
This sets the ct quota manually, and with:
 
vzctl start --skiplock
 
Should start the container sucessfully.

1 comment:

  1. hi I have a vps installed on drive D .. how should I fire the command

    Error :

    C:\Users\Administrator>vzquota setlimit xxx -B 10240000 --drive D:\
    Invalid drive 'D' Disk quota is supported only for loopbacks
    Command 'setlimit' is successfully finished

    awaiting for response

    ReplyDelete