rohityadavcloud commented on issue #9371: URL: https://github.com/apache/cloudstack/issues/9371#issuecomment-2222750334
Digging further, I found the specific pool it is not able to find is the local storage pool: ``` root@kvm1:/home/rohit# virsh pool-dumpxml 8aa9768c-cbcf-4e8e-8875-f94a7f9445b6 <pool type='dir'> <name>8aa9768c-cbcf-4e8e-8875-f94a7f9445b6</name> <uuid>8aa9768c-cbcf-4e8e-8875-f94a7f9445b6</uuid> <capacity unit='bytes'>982240026624</capacity> <allocation unit='bytes'>198888828928</allocation> <available unit='bytes'>783351197696</available> <source> </source> <target> <path>/var/lib/libvirt/images</path> <permissions> <mode>0711</mode> <owner>0</owner> <group>0</group> </permissions> </target> </pool> ``` In my env, the local storage pool for the same host were removed/added once; it may be possible that somewhere/somehow it's picking an old pool that's removed cc @vishesh92 @sureshanaparti -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org