GitHub user mbertolina created a discussion: Not able to deploy VM: 
Insufficient un-allocated capacity on StoragePool

### problem

When trying to deploy a VM from a template I get "Could not find suitable 
Deployment Destination for this VM under any clusters, returning." because of 
"Insufficient un-allocated capacity on: StoragePool..."

**From template information:**
Hypervisor: KVM
Format: qcow2
Template physical size: 20.81 GB
Template Size: 1912.00 GB

**StoragePool:** 
Type: SharedMountPoint
Overprovisioning factor: 1
Disk Size (in GB): 4095.5 GB (x1.0)
0.05% Used
0.00% Allocated

Looking at the logs I see that the actual filesystem/storage usage reported 
here is only about 0.05%.

But later the logs says:

totalAllocatedSize: 2052994367488
allocated percentage: 0.9337067261132008

That's roughly 93.37% of the pool's capacity allocated/reserved according to 
CloudStack, not actual bytes currently consumed on the filesystem.

why CloudStack believes each pool has ~93.37% allocated ?
while the underlying storage reports only ~0.05% physically used ?

Does it use the template root disk size instead of qcow2 physical size?

```
2026-09-01 16:08:27,247 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f]) (logid:3edce1a3) Checking if  
amount of resources of Type = 'primary_storage', tag = 'null' for Project Name 
= jsa in Domain Id = 5 is exceeded: Account Resource Limit = (-0.00 KB) -1, 
Current Account Resource Amount = (0 bytes) 0, Current Account Resource 
Reservation = (0 bytes) 0, Requested Resource Amount = (1.8672 TB) 
2052994367488.
:
2026-09-01 16:08:27,249 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f]) (logid:3edce1a3) Checking if  
domain resource limits of Type 'primary_storage' for Domain Id = 
ca57d812-2adc-40b1-b044-e329de0ac6f2 is exceeded: Domain Resource Limit = 
(-0.00 KB) -1, Current Domain Resource Amount = (0 bytes) 0, Current Resource 
Reservation = (0 bytes) 0, Requested Resource Amount = (1.8672 TB) 
2052994367488.
:
2026-09-01 16:08:27,276 DEBUG [c.c.v.UserVmManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f]) (logid:3edce1a3) Root disk 
size specified is (1.8672 TB) 2052994367488 and Template root disk size is 
(1.8672 TB) 2052994367488. Both are equal so no need to override
:
2026-09-01 16:08:27,376 DEBUG [o.a.c.e.o.VolumeOrchestrator] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f, ctx-3b17f113]) 
(logid:3edce1a3) The specified root disk size of [(1.8672 TB) 2052994367488] 
bytes is smaller than the template. Using root disk size of [2052994367488] 
bytes for the volume [ROOT-66].
:
2026-09-01 16:08:27,394 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f, ctx-3b17f113]) 
(logid:3edce1a3) Updating resource Type = volume count for Account with id = 19 
Operation = increasing Amount = 1
:
2026-09-01 16:08:27,398 DEBUG [c.c.r.ResourceLimitManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f, ctx-3b17f113]) 
(logid:3edce1a3) Updating resource Type = primary_storage count for Account 
with id = 19 Operation = increasing Amount = (1.8672 TB) 2052994367488
:
2026-09-01 16:08:27,417 DEBUG [c.c.v.ClusteredVirtualMachineManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f]) (logid:3edce1a3) Allocation 
completed for VM: VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}
:
2026-09-01 16:08:27,417 DEBUG [c.c.v.UserVmManagerImpl] 
(qtp2038105753-9093:[ctx-e0c445be, ctx-e5bd817f]) (logid:3edce1a3) Successfully 
allocated DB entry for VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}
:
:
2026-09-01 16:08:27,770 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710, 
FirstFitRoutingAllocator]) (logid:ccc59a67) Host Allocator returning 7 suitable 
hosts
2026-09-01 16:08:27,770 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Re-ordering hosts [Host 
{"id":17,"name":"wtc2b1fesx0501","type":"Routing","uuid":"bd2c3d29-2c73-482f-83d5-479ed18bbd0a"},
 Host 
{"id":18,"name":"wtc2b1fesx0502","type":"Routing","uuid":"9ee31367-3f4b-496c-9f53-0f825ff65782"},
 Host 
{"id":19,"name":"wtc2b1fesx0601","type":"Routing","uuid":"b344da4e-123f-4376-8e7d-ce6405647b59"},
 Host 
{"id":20,"name":"wtc2b1fesx0301","type":"Routing","uuid":"4a208773-a87b-4757-b1f0-a0b777edbdb7"},
 Host 
{"id":14,"name":"wtc2b1fesx0201","type":"Routing","uuid":"f300c7ab-ec0f-49c6-be68-e2167baa4ce0"},
 Host 
{"id":15,"name":"wtc2b1fesx0202","type":"Routing","uuid":"7bbec373-a643-4dc7-ac8b-3dcc35381191"},
 Host 
{"id":16,"name":"wtc2b1fesx0302","type":"Routing","uuid":"f9a87e6d-8afd-4837-bd06-7994f87e0868"}]
 by priorities {}
2026-09-01 16:08:27,771 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Hosts after re-ordering are: [Host 
{"id":17,"name":"wtc2b1fesx0501","type":"Routing","uuid":"bd2c3d29-2c73-482f-83d5-479ed18bbd0a"},
 Host 
{"id":18,"name":"wtc2b1fesx0502","type":"Routing","uuid":"9ee31367-3f4b-496c-9f53-0f825ff65782"},
 Host 
{"id":19,"name":"wtc2b1fesx0601","type":"Routing","uuid":"b344da4e-123f-4376-8e7d-ce6405647b59"},
 Host 
{"id":20,"name":"wtc2b1fesx0301","type":"Routing","uuid":"4a208773-a87b-4757-b1f0-a0b777edbdb7"},
 Host 
{"id":14,"name":"wtc2b1fesx0201","type":"Routing","uuid":"f300c7ab-ec0f-49c6-be68-e2167baa4ce0"},
 Host 
{"id":15,"name":"wtc2b1fesx0202","type":"Routing","uuid":"7bbec373-a643-4dc7-ac8b-3dcc35381191"},
 Host 
{"id":16,"name":"wtc2b1fesx0302","type":"Routing","uuid":"f9a87e6d-8afd-4837-bd06-7994f87e0868"}]
:
:
2026-09-01 16:08:27,773 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Checking suitable pools for volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"},
 ROOT] of VM [VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}].
:
2026-09-01 16:08:27,776 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Calling StoragePoolAllocators to find suitable pools to allocate volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}]
 necessary to deploy VM [VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}].
2026-09-01 16:08:27,776 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Trying to find suitable pools to allocate volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}]
 necessary to deploy VM [VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}],
 using StoragePoolAllocator: [LocalStoragePoolAllocator].
2026-09-01 16:08:27,777 TRACE [o.a.c.s.a.LocalStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
[LocalStoragePoolAllocator] is looking for storage pools that match the VM's 
disk profile [DskChr[ROOT|2052994367488|]], virtual machine profile [VM 
instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}]
 and deployment plan 
[{"_clusterId":2,"_dcId":1,"_physicalNetworkId":null,"_podId":1,"_poolId":null,"migrationPlan":false}].
 Returning up to [-1] and bypassStorageTypeCheck [false].
2026-09-01 16:08:27,777 DEBUG [o.a.c.s.a.LocalStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
LocalStoragePoolAllocator is returning null since the disk profile does not use 
local storage and bypassStorageTypeCheck is false.
2026-09-01 16:08:27,777 INFO  [o.a.c.s.a.LocalStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
There are no pools to reorder.
2026-09-01 16:08:27,777 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Trying to find suitable pools to allocate volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}]
 necessary to deploy VM [VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}],
 using StoragePoolAllocator: [ClusterScopeStoragePoolAllocator].
2026-09-01 16:08:27,777 TRACE [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
[ClusterScopeStoragePoolAllocator] is looking for storage pools that match the 
VM's disk profile [DskChr[ROOT|2052994367488|]], virtual machine profile [VM 
instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}]
 and deployment plan 
[{"_clusterId":2,"_dcId":1,"_physicalNetworkId":null,"_podId":1,"_poolId":null,"migrationPlan":false}].
 Returning up to [-1] and bypassStorageTypeCheck [false].
2026-09-01 16:08:27,777 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Looking for pools in dc [1], pod [1], cluster [2], and having tags [[rp01]]. 
Disabled pools will be ignored.
:
2026-09-01 16:08:27,797 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Found pools [[StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"},
 StoragePool 
{"id":39,"name":"wtc2b1f_ds_rp01_02","poolType":"SharedMountPoint","uuid":"7c394014-e795-453a-bf4e-46c008779b41"},
 StoragePool 
{"id":40,"name":"wtc2b1f_ds_rp01_03","poolType":"SharedMountPoint","uuid":"08e1cd19-3cf1-4bec-baf2-a5147688741e"},
 StoragePool 
{"id":41,"name":"wtc2b1f_ds_rp01_04","poolType":"SharedMountPoint","uuid":"af8d1ec2-9d18-4c35-9c6f-63b4f3c29173"},
 StoragePool 
{"id":42,"name":"wtc2b1f_ds_rp01_05","poolType":"SharedMountPoint","uuid":"1de9d65a-7604-4094-8b3e-870daad6d7e0"}]]
 that match with tags [[rp01]].
:
2026-09-01 16:08:27,799 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Checking if storage pool [StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}]
 is suitable to disk [DskChr[ROOT|2052994367488|]].
:
2026-09-01 16:08:27,801 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}]
 is not allocated to any pool. Cannot check compatibility with pool 
[StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}].
2026-09-01 16:08:27,801 INFO  [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Storage pool StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
 does not supply IOPS capacity, assuming enough capacity
:
2026-09-01 16:08:27,803 TRACE [o.a.c.f.c.ConfigKey] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Global value for config (pool.storage.capacity.disablethreshold): 0.85
:
2026-09-01 16:08:27,803 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Checking pool StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
 for storage, totalSize: 4397514358784, usedBytes: 2170425344, usedPct: 
4.935573069055687E-4, disable threshold: 0.85
2026-09-01 16:08:27,803 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Destination pool: StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
:
2026-09-01 16:08:27,814 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Pool ID for the volume Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}
 is null
:
2026-09-01 16:08:27,817 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Found storage pool StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
 of type SharedMountPoint with overprovisioning factor 1
2026-09-01 16:08:27,817 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Total over provisioned capacity calculated is 1 * (3.9995 TB) 4397514358784
2026-09-01 16:08:27,817 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Total capacity of the pool StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
 is (3.9995 TB) 4397514358784
:
:
2026-09-01 16:08:27,820 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Checking pool: StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
 for storage allocation , maxSize : (3.9995 TB) 4397514358784, 
totalAllocatedSize : (1.8672 TB) 2052994367488, askingSize : (1.8672 TB) 
2052994367488, allocated disable threshold: 0.85
2026-09-01 16:08:27,820 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Insufficient un-allocated capacity on: StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}
 for storage allocation since its allocated percentage: 0.9337067261132008 has 
crossed the allocated pool.storage.allocated.capacity.disablethreshold: 0.85
2026-09-01 16:08:27,820 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Adding storage pool [StoragePool 
{"id":38,"name":"wtc2b1f_ds_rp01_01","poolType":"SharedMountPoint","uuid":"b9dec035-9ef1-496f-9285-11eb50dad305"}]
 to avoid set during allocation of disk [DskChr[ROOT|2052994367488|]].
:
:
:
2026-09-01 16:08:27,887 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Checking pool: StoragePool 
{"id":42,"name":"wtc2b1f_ds_rp01_05","poolType":"SharedMountPoint","uuid":"1de9d65a-7604-4094-8b3e-870daad6d7e0"}
 for storage allocation , maxSize : (3.9995 TB) 4397514358784, 
totalAllocatedSize : (1.8672 TB) 2052994367488, askingSize : (1.8672 TB) 
2052994367488, allocated disable threshold: 0.85
2026-09-01 16:08:27,887 DEBUG [c.c.s.StorageManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Insufficient un-allocated capacity on: StoragePool 
{"id":42,"name":"wtc2b1f_ds_rp01_05","poolType":"SharedMountPoint","uuid":"1de9d65a-7604-4094-8b3e-870daad6d7e0"}
 for storage allocation since its allocated percentage: 0.9337067261132008 has 
crossed the allocated pool.storage.allocated.capacity.disablethreshold: 0.85
2026-09-01 16:08:27,887 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Adding storage pool [StoragePool 
{"id":42,"name":"wtc2b1f_ds_rp01_05","poolType":"SharedMountPoint","uuid":"1de9d65a-7604-4094-8b3e-870daad6d7e0"}]
 to avoid set during allocation of disk [DskChr[ROOT|2052994367488|]].
2026-09-01 16:08:27,887 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
[ClusterScopeStoragePoolAllocator] is returning [0] suitable storage pools [[]].
2026-09-01 16:08:27,887 INFO  [o.a.c.s.a.ClusterScopeStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Reordering [0] pools
:
2026-09-01 16:08:27,887 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Trying to find suitable pools to allocate volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}]
 necessary to deploy VM [VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}],
 using StoragePoolAllocator: [ZoneWideStoragePoolAllocator].
:
2026-09-01 16:08:27,891 DEBUG [o.a.c.s.a.ZoneWideStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Could not find any zone wide storage pool that matched with any of the 
following tags [[rp01]].
:
2026-09-01 16:08:27,892 DEBUG [o.a.c.s.a.ZoneWideStoragePoolAllocator] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
[ZoneWideStoragePoolAllocator] is returning [0] suitable storage pools [[]].
:
2026-09-01 16:08:27,892 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) No 
suitable pools found for volume [Volume 
{"id":85,"instanceId":66,"name":"ROOT-66","uuid":"0ae87c7e-c412-41a4-932e-715864c18a3a","volumeType":"ROOT"}]
 used by VM [VM instance 
{"id":66,"instanceName":"i-19-66-VM","state":"Stopped","type":"User","uuid":"de530012-9244-462d-ac72-73cd28bd1af5"}]
 under cluster: [2].
2026-09-01 16:08:27,892 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) No 
suitable pools found
2026-09-01 16:08:27,892 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) No 
suitable storagePools found under this Cluster: Cluster {id: "2", name: "rp01", 
uuid: "f27cce5c-a1f6-49d0-a556-8c21a8816183"}
:
2026-09-01 16:08:27,893 DEBUG [c.c.d.DeploymentPlanningManagerImpl] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Could not find suitable Deployment Destination for this VM under any clusters, 
returning.
:
2026-09-01 16:08:27,894 DEBUG [c.c.d.FirstFitPlanner] 
(API-Job-Executor-70:[ctx-e0d2082a, job-531, ctx-4c31b710]) (logid:ccc59a67) 
Searching all possible resources under this Zone: Zone {"id": "1", "name": 
"wtc2b1f_zone", "uuid": "2a08dda1-e760-47fb-828d-a9b07be9313c"}
```
 

### versions

Cloudstack: 4.22.1.0
KVM host: rhel9.8
Primary storage: Shared storage on GFS2


### The steps to reproduce the bug

1.
2.
3.
...


### What to do about it?

_No response_

GitHub link: https://github.com/apache/cloudstack/discussions/14045

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to