Bug 471 - vAPV on GCP marketplace
Review Request #619 — Created Jan. 10, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| timsu | |
| APV10 | |
| rel_apv_10_7 | |
| 471 | |
| Reviewers | |
| milliechou, timlai, weikai | |
Root Cuase:
1. GCP instance driver net_virtio didn't support hw_vlan_filter feature
2. net_virtio dirver has max 2 eth queue to receive packet but we just assign 1 as default settingFix:
1. Disable hw_vlan_filter feature when atcp process notice it is running on GCP instance
2. increase net_virtio dirver max eth queue number to 2
- Generate customized qcow2 image
- upload to GCP
- create an instance and bootup
- check if there is atcp_veth interface with IP assigned by DHCP
- Successfully login vAPV with ssh
