rohityadavcloud opened a new issue, #7942:
URL: https://github.com/apache/cloudstack/issues/7942

   On a 4.18.1.0 RC2 adv zone KVM env using local only storage and local 
storage for systemvms, migration fails from kvm1 to kvm2 due to the following 
seen in the target kvm host
   
   ```
   2023-09-05 21:12:06,645 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(agentRequest-Handler-2:null) (logid:f38dafe4) Attempting to create volume 
23ef733c-c26e-405a-829e-6e0010b3cbeb (Filesystem) in pool 
3a11d1ea-eff4-4f5b-9b7c-e0ff89a8c9dd with size (2.20 GB) 2361393152
   2023-09-05 21:12:06,691 INFO  [kvm.resource.LibvirtConnection] 
(agentRequest-Handler-3:null) (logid:f38dafe4) No existing libvirtd connection 
found. Opening a new one
   2023-09-05 21:12:06,692 WARN  [kvm.resource.LibvirtConnection] 
(agentRequest-Handler-3:null) (logid:f38dafe4) Can not find a connection for 
Instance i-2-453-VM. Assuming the default connection.
   2023-09-05 21:12:08,499 INFO  [kvm.storage.LibvirtStorageAdaptor] 
(agentRequest-Handler-4:null) (logid:f38dafe4) Trying to fetch storage pool 
8aa9768c-cbcf-4e8e-8875-f94a7f9445b6 from libvirt
   2023-09-05 21:12:08,500 WARN  [cloud.agent.Agent] 
(agentRequest-Handler-4:null) (logid:f38dafe4) Caught:
   com.cloud.utils.exception.CloudRuntimeException: Could not fetch storage 
pool 8aa9768c-cbcf-4e8e-8875-f94a7f9445b6 from libvirt due to 
org.libvirt.LibvirtException: Storage pool not found: no storage pool with 
matching uuid '8aa9768c-cbcf-4e8e-8875-f94a7f9445b6'
        at 
com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.getStoragePool(KVMStoragePoolManager.java:278)
        at 
com.cloud.hypervisor.kvm.storage.KVMStoragePoolManager.getStoragePool(KVMStoragePoolManager.java:264)
   ```
   
   The above can sometimes cause the VM to crash as it fails right at the last 
step on the dest. kvm host end, and CloudStack may further report that domain 
is not running.
   
   However, systemvm migration with storage work. I'm not sure if this is an 
env issue or a bug.
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
    * Improvement Request
    * Enhancement Request
    * Feature Idea
    * Documentation Report
    * Other
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   


-- 
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: commits-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to