mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: deprecate nbproc
This commit is contained in:
@@ -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:
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user