OpenVZ RHEL 6 SWAPPAGES Fail

Discussion in 'Developers' Forum' started by kleytonns, May 2, 2012.

  1. kleytonns

    kleytonns New Member

    Hi Folks,

    On OpenVZ kernel 042stab032.0 and above on Red Hat Linux 6 have a VSWAP capability enabled but ISPConfig3 3.0.4.4 have a problem on VE creation on newer OpenVZ. The SWAPPAGES parameter not found on the /vz/conf/CTID.conf generated by ISPConfig3 and this cause CT unable do start. This problem is solved using the command "vzctl set CTID --swappages 2G --save" example, but, I want ISPConfig3 do this alone.

    I find the problem. Have one table called "openvz_vm" with one field called "config" with all parameters write on /vz/conf/CTID.conf file and the parameter SWAPPAGES has not found on this field.
    Examining de code of VM module of OpenVZ, i don't find where the field "config" is configured. Anyone know were i find this?? I think include the parameter SWAPPAGES on this field to solve this problem.

    Thank's
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Edit the file /usr/local/ispconfig/interface/web/vm/templates/openvz.conf.tpl and add the parameter there.
     
  3. kleytonns

    kleytonns New Member

    Till,

    I include the this line on the end of openvz.conf.tpl:

    SWAPPAGES="{tmpl_var name='swappages'}"

    But this variable don't have value. You can give me some idea?

    Thank's
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I fixed that in svn stable now.
     

Share This Page