From 484ff7fb541c725832c3a69898eed18ac8d697f5 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Tue, 25 Feb 2025 15:55:43 -0800 Subject: [PATCH] . --- srv-deps/azv-plugin-slb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv-deps/azv-plugin-slb b/srv-deps/azv-plugin-slb index 6b737d8..fbb0deb 100755 --- a/srv-deps/azv-plugin-slb +++ b/srv-deps/azv-plugin-slb @@ -60,6 +60,6 @@ function plugin_after_vm_creat () { fi 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 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 } -- GitLab