apache / apache/cloudstack

VR implementation on Shared network with multiple Guest IP ranges fails

未關閉
#13,616 2 則留言 0 個 reaction 已指派 1 人 已被 @sureshanaparti 認領 在 GitHub 檢視
component:advanced-networking component:networking component:virtual-router
主要語言
Java
星號
3.1k
分支
1.4k
平均合併
6 天 19 小時
30 天內合併 PR
32

描述

### problem

It was observed when creating a Shared network with multiple Guest IP ranges, the VR deployment fails but a parsing error:

````
null,"instanceType":null,"lastPolled":null,"lastUpdated":null,"processStatus":0,"removed":null,"result":null,"resultCode":0,"status":"IN_PROGRESS","userId":2,"uuid":"181dd803-48fb-4cae-bcdd-a4588a725ce4"}, job origin: 311 java.lang.NumberFormatException: For input string: "24,172.30.11.0"
at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
at java.base/java.lang.Long.parseLong(Long.java:709)
at java.base/java.lang.Long.parseLong(Long.java:832)
at com.cloud.utils.net.NetUtils.getCidrNetmask(NetUtils.java:971)
at com.cloud.network.router.VirtualNetworkApplianceManagerImpl.createGuestBootLoadArgs(VirtualNetworkApplianceManagerImpl.java:2198)
at com.cloud.network.router.VirtualNetworkApplianceManagerImpl.finalizeVirtualMachineProfile(VirtualNetworkApplianceManagerImpl.java:1991)
at com.cloud.network.router.VpcVirtualNetworkApplianceManagerImpl.finalizeVirtualMachineProfile(VpcVirtualNetworkApplianceManagerImpl.java:363)
````

In my environment, the conflicting value is coming from the network cidr value as a comma-separated value from both ranges:

````
mysql> select id, name, network_cidr, cidr from networks where id = 214;
+-----+-------------+--------------+-------------------------------+
| id | name | network_cidr | cidr |
+-----+-------------+--------------+-------------------------------+
| 214 | Shared-Test | NULL | 172.30.10.0/24,172.30.11.0/24 |
+-----+-------------+--------------+-------------------------------+
1 row in set (0.00 sec)
````

### versions

4.22.0, 4.22.1

### The steps to reproduce the bug

Scenario 1:

1. Create a Shared network
2. Add a second Guest IP range
3. Deploy VM on the network -> VR fails with error above

Scenario 1:

1. Create a Shared network
2. Deploy VM on the network -> succeeds
3. Add a second Guest IP range
4. Restart network with cleanup -> VR fails with error above

### What to do about it?

_No response_

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。