Skip to content
Snippets Groups Projects
Commit 484ff7fb authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 470a4cbc
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,6 @@ function plugin_after_vm_creat () { ...@@ -60,6 +60,6 @@ function plugin_after_vm_creat () {
fi fi
if [[ $outbound_ports_per_vm != 1000 ]]; then if [[ $outbound_ports_per_vm != 1000 ]]; then
echo -e "$COLOR_RED_BLD Known-Bug: If you use this script, outbound_ports_per_vm limit doesn't work $COLOR_CLR" 1>&2 echo -e "$COLOR_RED_BLD Known-Bug: If you use this script, outbound_ports_per_vm limit doesn't work $COLOR_CLR" 1>&2
echo -e "$COLOR_RED_BLD But if you delete & manually recreate SLB, inbound SLB doesn't work $COLOR_CLR" 1>&2 echo -e "$COLOR_RED_BLD Solution : Go to SLB-backend_pool, delete the IP, switch to NIC, add VM NIC $COLOR_CLR" 1>&2
fi fi
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment