weizhouapache commented on issue #11710:
URL: https://github.com/apache/cloudstack/issues/11710#issuecomment-3497104606
> I'm using KVM. I don't have anything that matches guest_network in the
agent logs on the host running the VR:
>
> ```
> root@node4:/var/log/cloudstack/agent# zcat *.gz | grep guest_network
> root@node4:/var/log/cloudstack/agent# grep guest_network *
> ```
@bradh352
have you enabled debugging in log4j-cloud.xml ?
```
# grep guest_network.json /var/log/cloudstack/agent/agent.log
2025-11-06 12:42:41,398 DEBUG
[virtualnetwork.facade.SetGuestNetworkConfigItem] (AgentRequest-Handler-3:[])
(logid:) Transformed filename: guest_network.json to:
guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586
2025-11-06 12:42:41,398 DEBUG [kvm.resource.LibvirtComputingResource]
(AgentRequest-Handler-3:[]) (logid:) Creating file in VR, with ip:
169.254.34.134, file: guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586
2025-11-06 12:42:41,984 DEBUG
[resource.virtualnetwork.VirtualRoutingResource] (AgentRequest-Handler-3:[])
(logid:) Processing FileConfigItem, copying 337 characters to
guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586 took 586ms
2025-11-06 12:42:41,985 DEBUG [kvm.resource.LibvirtComputingResource]
(AgentRequest-Handler-3:[]) (logid:) Executing command
[/usr/share/cloudstack-common/scripts/network/domr/router_proxy.sh
update_config.py 169.254.34.134
guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586 ].
2025-11-06 12:42:43,052 DEBUG [kvm.resource.LibvirtComputingResource]
(AgentRequest-Handler-3:[]) (logid:) Successfully executed process [62373] for
command [/usr/share/cloudstack-common/scripts/network/domr/router_proxy.sh
update_config.py 169.254.34.134
guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586 ].
2025-11-06 12:42:43,052 DEBUG
[resource.virtualnetwork.VirtualRoutingResource] (AgentRequest-Handler-3:[])
(logid:) Processing ScriptConfigItem, executing update_config.py
guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586 took 1067ms
2025-11-06 12:42:43,052 DEBUG [cloud.agent.Agent]
(AgentRequest-Handler-3:[]) (logid:) Seq 1-211950657463129207: { Ans: ,
MgmtId: 32988385510484, via: 1, Ver: v1, Flags: 110,
[{"com.cloud.agent.api.routing.GroupAnswer":{"results":["null - success:
Creating file in VR, with ip: 169.254.34.134, file:
guest_network.json.893f5a6e-314b-46aa-a5d2-e33ab144b586","null - success:
Error: ipv4: FIB table does not exist.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]