nvazquez commented on issue #11052:
URL: https://github.com/apache/cloudstack/issues/11052#issuecomment-3048188778

   @nimbustech-lab can you check the output of the disks section of this API 
request via cmk?
   
   ````
   list unmanagedinstances clusterid=<CLUSTER_UUID> name="i-4-619-VM"
   ````
   
   Also, the output of the database query:
   
   ````
   select 
id,name,pool_type,data_center_id,cluster_id,host_address,path,removed,status,scope
 from storage_pool;
   ````
   
   It seems like CloudStack is trying to search a storage pool from the 
provided information on the disks section of the first command but fails to 
find it. Do you see any mismatch on the first command response path from the 
ones in the CloudStack database? If possible, can you share the output of both 
commands for comparisson?


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

Reply via email to