[VDI]VMP Prompt VS Interface is Unplugged
Issue Description
In VDI single node deployment scenario, the user will configure and reuse the management interface to build virtual storage.
If user modify the management port from ETH4 to ETH3, the VS will prompt ETH4 interface is offline false alarm.
Error/Warning Information

Handling Process
-
Check VS network interface, it is using ETH3.

-
Check management interface, it is using ETH3 too.

-
Check the VDI VS version, and found it is VS 2.8.

-
R&D suggest to configure a flag to skip this VS interface checking to prevent false alarm in this single node VS reuse management port scenario.
Command:
touch /sf/cfg/vs/.net_check_popup_flag

-
After creating the flag, the false alarm no longer prompted.
Root Cause
VS version 2.8 does not consider the single node VS reuse management port scenario. After the management port is modified or changed, the vs will falsely report that it is offline.
Solution
Backend bypass the VS interface checking.