Open khw934 opened 6 months ago
问题描述/What happened: 把一个EIP解邦后再邦定给另外一个VPC 的虚拟机, 会出现ping 这个EIP 时断的情况 ,通过抓包分析发现解绑或者删除EIP 存在清理不全的情况 环境/Environment: EIP 网关是独立部署的, 如果EIP 不存在重复使用的情况下, 网络是正常的。
cat /etc/os-release
[root@ecm-232e-0001 ~]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
[root@ecm-232e-0001 ~]#
uname -a
[root@ecm-232e-0001 ~]# uname -a Linux ecm-232e-0001 5.4.130-1.yn20230805.el7.x86_64 #1 SMP Wed Oct 11 03:26:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux [root@ecm-232e-0001 ~]# [root@ecm-232e-0001 ~]#
dmidecode | egrep -i 'manufacturer|product' |sort -u
[root@ecm-232e-0001 ~]# dmidecode | egrep -i 'manufacturer|product' |sort -u Manufacturer: GoStack Foundation Manufacturer: Red Hat Product Name: Gostack Agent [root@ecm-232e-0001 ~]#
kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list
问题描述/What happened: 把一个EIP解邦后再邦定给另外一个VPC 的虚拟机, 会出现ping 这个EIP 时断的情况 ,通过抓包分析发现解绑或者删除EIP 存在清理不全的情况 环境/Environment: EIP 网关是独立部署的, 如果EIP 不存在重复使用的情况下, 网络是正常的。
cat /etc/os-release
):[root@ecm-232e-0001 ~]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
[root@ecm-232e-0001 ~]#
uname -a
):[root@ecm-232e-0001 ~]# uname -a Linux ecm-232e-0001 5.4.130-1.yn20230805.el7.x86_64 #1 SMP Wed Oct 11 03:26:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux [root@ecm-232e-0001 ~]# [root@ecm-232e-0001 ~]#
dmidecode | egrep -i 'manufacturer|product' |sort -u
)[root@ecm-232e-0001 ~]# dmidecode | egrep -i 'manufacturer|product' |sort -u Manufacturer: GoStack Foundation Manufacturer: Red Hat Product Name: Gostack Agent [root@ecm-232e-0001 ~]#
kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list
):