kiranchavala commented on issue #11956:
URL: https://github.com/apache/cloudstack/issues/11956#issuecomment-3480592475

   Tried with nfs storage on a arm64 environment 
   
   agent.log 
   
   ```
   
   2025-11-03 13:33:00,884 INFO  
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) VM [v-6-VM] will have CPU shares altered from [695] to [521] 
as part of migration because the cgroups version differs between hosts.
   2025-11-03 13:33:01,078 INFO  
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) Starting live migration of instance [v-6-VM] to destination 
host [qemu+tls://192.168.55.210/system] having the final XML configuration: 
[<?xml version="1.0" encoding="UTF-8"?><domain type="kvm">
   2025-11-03 13:33:02,100 INFO  
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) Waiting for migration of v-6-VM to complete, waited 1000ms
   2025-11-03 13:33:03,102 INFO  
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) Waiting for migration of v-6-VM to complete, waited 2000ms
   2025-11-03 13:33:04,104 INFO  
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) Waiting for migration of v-6-VM to complete, waited 3000ms
   2025-11-03 13:33:05,106 INFO  
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) Waiting for mi
   
   
   2025-11-03 13:34:07,852 ERROR 
[resource.wrapper.LibvirtMigrateCommandWrapper] (AgentRequest-Handler-2:[]) 
(logid:d9127b51) Can't migrate domain [v-6-VM] due to: 
[org.libvirt.LibvirtException: operation failed: job 'migration out' failed: 
Unable to read from socket: Connection reset by peer]. 
java.util.concurrent.ExecutionException: org.libvirt.LibvirtException: 
operation failed: job 'migration out' failed: Unable to read from socket: 
Connection reset by peer
           at 
java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
           at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
           at 
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtMigrateCommandWrapper.execute(LibvirtMigrateCommandWrapper.java:326)
           at 
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtMigrateCommandWrapper.execute(LibvirtMigrateCommandWrapper.java:91)
           at 
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
           at 
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:2280)
           at com.cloud.agent.Agent.processRequest(Agent.java:813)
           at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1295)
           at com.cloud.utils.nio.Task.call(Task.java:83)
           at com.cloud.utils.nio.Task.call(Task.java:29)
           at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
           at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
           at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
           at java.base/java.lang.Thread.run(Thread.java:840)
   Caused by: org.libvirt.LibvirtException: operation failed: job 'migration 
out' failed: Unable to read from socket: Connection reset by peer
           at org.libvirt.ErrorHandler.processError(Unknown Source)
           at org.libvirt.ErrorHandler.processError(Unknown Source)
           at org.libvirt.Domain.migrate(Unknown Source)
           at 
com.cloud.hypervisor.kvm.resource.MigrateKVMAsync.call(MigrateKVMAsync.java:142)
           at 
com.cloud.hypervisor.kvm.resource.MigrateKVMAsync.call(MigrateKVMAsync.java:34)
           ... 4 more
   
   ```
   
   journalctl -u libvirtd
   
   ```
   Nov 03 13:34:07 raspberrypi4 libvirtd[20596]: operation failed: job 
'migration out' failed: Unable to read from socket: Connection reset by peer
   ```


-- 
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]

Reply via email to