1.delete telegraf_statistic output influxdb
2.modify mcn0 and mcn123 mrzcpd config icore 3.modify firewall template tags error
This commit is contained in:
@@ -32,7 +32,11 @@ promisc=1
|
||||
|
||||
[service]
|
||||
# lcore id for i/o service, use comma to split
|
||||
iocore={{ mrzcpd.iocore }}
|
||||
{% if bladename == "mcn0" %}
|
||||
iocore={{ mcn0_mrzcpd.iocore }}
|
||||
{% else %}
|
||||
iocore={{ mcn123_mrzcpd.iocore }}
|
||||
{% endif %}
|
||||
distmode=2
|
||||
hashmode=0
|
||||
|
||||
|
||||
@@ -33,7 +33,11 @@ promisc=1
|
||||
|
||||
[service]
|
||||
# lcore id for i/o service, use comma to split
|
||||
iocore={{ mrzcpd.iocore }}
|
||||
{% if bladename == "mcn0" %}
|
||||
iocore={{ mcn0_mrzcpd.iocore }}
|
||||
{% else %}
|
||||
iocore={{ mcn123_mrzcpd.iocore }}
|
||||
{% endif %}
|
||||
distmode=2
|
||||
hashmode=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user