gw769 commented on issue #11905:
URL: https://github.com/apache/cloudstack/issues/11905#issuecomment-3472775184

   > well the copy operation was sent to node 9(NODE158), can I get the agent 
log from there?
   
   sure
   
   ```
   2025-10-31 09:50:01,538 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Attempting to create storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa (NetworkFilesystem) in libvirt
   2025-10-31 09:50:01,541 WARN  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa was not found running in libvirt. Need to 
create it.
   2025-10-31 09:50:01,542 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Didn't find an existing storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa by UUID, checking for pools with duplicate 
paths
   2025-10-31 09:50:01,568 WARN  [utils.script.Script] 
(AgentRequest-Handler-2:[]) (logid:) Execution of process [80088] for command 
[/bin/bash -c mountpoint -q /mnt/5f092f69-9239-3f66-9ff2-f54930c21aaa ] failed.
   2025-10-31 09:50:01,570 WARN  [utils.script.Script] 
(AgentRequest-Handler-2:[]) (logid:) Process [80088] for command [/bin/bash -c 
mountpoint -q /mnt/5f092f69-9239-3f66-9ff2-f54930c21aaa ] encountered the 
error: [32].
   2025-10-31 09:50:01,945 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Trying to fetch storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa from libvirt
   2025-10-31 09:50:01,982 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Attempting to remove storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa from libvirt
   2025-10-31 09:50:01,985 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa has no corresponding secret. Not removing 
any secret.
   2025-10-31 09:50:02,028 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(AgentRequest-Handler-2:[]) (logid:) Storage pool 
5f092f69-9239-3f66-9ff2-f54930c21aaa was successfully removed from libvirt.
   2025-10-31 09:50:02,028 WARN  [cloud.agent.Agent] 
(AgentRequest-Handler-2:[]) (logid:) Caught: java.lang.NullPointerException: 
Cannot invoke "com.cloud.hypervisor.kvm.storage.KVMStoragePool.getUuid()" 
because "pool" is null
        at 
com.cloud.hypervisor.kvm.storage.LinstorStorageAdaptor.connectPhysicalDisk(LinstorStorageAdaptor.java:311)
        at 
com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.connectPhysicalDisk(KVMStoragePoolManager.java:164)
        at 
com.cloud.hypervisor.kvm.storage.KVMStorageProcessor.copyTemplateToPrimaryStorage(KVMStorageProcessor.java:285)
        at 
com.cloud.storage.resource.StorageSubsystemCommandHandlerBase.execute(StorageSubsystemCommandHandlerBase.java:103)
        at 
com.cloud.storage.resource.StorageSubsystemCommandHandlerBase.handleStorageCommands(StorageSubsystemCommandHandlerBase.java:65)
        at 
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStorageSubSystemCommandWrapper.execute(LibvirtStorageSubSystemCommandWrapper.java:36)
        at 
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtStorageSubSystemCommandWrapper.execute(LibvirtStorageSubSystemCommandWrapper.java:30)
        at 
com.cloud.hypervisor.kvm.resource.wrapper.LibvirtRequestWrapper.execute(LibvirtRequestWrapper.java:78)
        at 
com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.executeRequest(LibvirtComputingResource.java:1958)
        at com.cloud.agent.Agent.processRequest(Agent.java:779)
        at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:1194)
        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:317)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
   ```


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