Cloudstack Agent Java IO exception #10336
-
problemNetwork Actions,VM Deployments,router health checks are failing. 2025-02-06 09:14:09,343 WARN [kvm.resource.LibvirtComputingResource] (agentRequest-Handler-4:[]) (logid:64df14bf) Exception [Cannot run program "/usr/share/ 2025-02-06 09:14:46,697 WARN [kvm.storage.MultipathSCSIAdapterBase] (MultipathMapCleanupJob:[]) (logid:) Exception [Cannot run program "/usr/share/cloudstac versionsCloudstack 4.20 + KVM The steps to reproduce the bug1.Deploy Instance, add firewall rules for guest networks are failing What to do about it?Restarting Cloudstack agent resolved the issue |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@midhunpjos , it looks like the agent is not allowed to write on disk. If so only restarting the agent would not solve the issue on NFS. I do not know what the behaviour on Ceph is. Can you reliably reproduce this? |
Beta Was this translation helpful? Give feedback.
-
@DaanHoogland It happened to all Hosts in a cluster and just restarting agent everything was back to normal in all hosts. |
Beta Was this translation helpful? Give feedback.
@weizhouapache Seems like unattended-upgrades are causing this and after every upgrade we need the agent restart
ref: https://bugs.launchpad.net/ubuntu/+source/openjdk-17/+bug/2055280
From my server logs I could see the JRE being upgraded frequently causing this issue.
Disabling unattended-upgrades can be a workaround