You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Andy Kurth (JIRA)" <ji...@apache.org> on 2015/03/20 21:03:38 UTC

[jira] [Created] (VCL-843) Remove "VM limit"

Andy Kurth created VCL-843:
------------------------------

             Summary: Remove "VM limit"
                 Key: VCL-843
                 URL: https://issues.apache.org/jira/browse/VCL-843
             Project: VCL
          Issue Type: Improvement
          Components: database, web gui (frontend)
            Reporter: Andy Kurth
            Priority: Minor


In addition to not being very useful, the _*Virtual Hosts* > *VM limit*_ setting can cause problems if vCenter or high capacity VM hosts are used.  The column is defined as an unsigned tinyint so the maximum value is 255.  The web code won't let you enter anything above 100 by default, configurable in _conf.php_.  Situations where you'd want more than 100 or possibly 255 VMs assigned to a host are becoming more and more common.

Rather than reworking things by altering the column definition, I propose removing it altogether.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)