net/haproxy: deprecate nbproc

This commit is contained in:
Frank Wall
2021-03-02 16:33:07 +01:00
parent db054b6f48
commit 7308240cad
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -41,6 +41,9 @@ Changed:
* make restart/reload commands usable in cron jobs
* relax GUI input validation for servers, move validation to jinja template (#1975)
Deprecated:
* nbproc is deprecated and will be removed in os-haproxy 4.0
2.26
Fixed:
@@ -12,9 +12,9 @@
</field>
<field>
<id>haproxy.general.tuning.nbproc</id>
<label>HAProxy processes</label>
<label>HAProxy processes (DEPRECATED)</label>
<type>text</type>
<help><![CDATA[Number of HAProxy processes to start.<br/><div class="text-info"><b>NOTE:</b> You may experience random issues in multi-process mode. For more information about the "nbproc" option please see the HAProxy Documentation.</div>]]></help>
<help><![CDATA[Number of HAProxy processes to start.<br/><div class="text-info"><b>WARNING:</b> This option is deprecated and will be removed in a future version of HAProxy, threads should be used instead.</div>]]></help>
<advanced>true</advanced>
</field>
<field>