GitHub user mbertolina added a comment to the discussion: Not able to deploy VM: Insufficient un-allocated capacity on StoragePool
<img width="180" height="77" alt="image" src="https://github.com/user-attachments/assets/ae3749fb-ae90-48fd-ab45-e5c28b966310" /> Is there a way to workaround this on CLVM_NG primary storages? Overprovisioning factor is supported on shared storage FS but I does not when using CLVM_NG. ``` 2026-09-14 12:56:33,148 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Found pools [[StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"}, StoragePool {"id":85,"name":"ds_rp01_02","poolType":"CLVM_NG","uuid":"9e22ca26-fa29-30cc-9e2e-c8215c5cfbd9"}, StoragePool {"id":86,"name":"ds_rp01_03","poolType":"CLVM_NG","uuid":"274b29bc-1780-34c1-8fed-4b9ebf7ee271"}]] that match with tags [[jsa]]. 2026-09-14 12:56:33,150 DEBUG [o.a.c.s.a.ClusterScopeStoragePoolAllocator] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Checking if storage pool [StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"}] is suitable to disk [DskChr[ROOT|2052994367488|]]. 2026-09-14 12:56:33,152 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Volume [Volume {"id":141,"instanceId":114,"name":"ROOT-114","uuid":"a9020632-89ff-4535-b1b6-3e3255184c95","volumeType":"ROOT"}] is not allocated to any pool. Cannot check compatibility with pool [StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"}]. 2026-09-14 12:56:33,152 INFO [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Storage pool StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} does not supply IOPS capacity, assuming enough capacity 2026-09-14 12:56:33,155 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Checking pool StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} for storage, totalSize: 4398042316800, usedBytes: 268435456, usedPct: 6.103521445771642E-5, disable threshold: 0.85 2026-09-14 12:56:33,155 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Destination pool: StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} 2026-09-14 12:56:33,164 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Pool ID for the volume Volume {"id":141,"instanceId":114,"name":"ROOT-114","uuid":"a9020632-89ff-4535-b1b6-3e3255184c95","volumeType":"ROOT"} is null 2026-09-14 12:56:33,166 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Found storage pool StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} of type CLVM_NG 2026-09-14 12:56:33,166 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Total capacity of the pool StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} is (4.0000 TB) 4398042316800 2026-09-14 12:56:33,169 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Checking pool: StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} for storage allocation , maxSize : (4.0000 TB) 4398042316800, totalAllocatedSize : (1.8672 TB) 2052994367488, askingSize : (1.8672 TB) 2052994367488, allocated disable threshold: 0.85 2026-09-14 12:56:33,169 DEBUG [c.c.s.StorageManagerImpl] (API-Job-Executor-56:[ctx-263be4f9, job-1150, ctx-74d2eff7]) (logid:b2f258d6) Insufficient un-allocated capacity on: StoragePool {"id":84,"name":"ds_rp01_01","poolType":"CLVM_NG","uuid":"bb05c5eb-dad9-36d0-a8f4-9614d6d16459"} for storage allocation since its allocated percentage: 0.9335946403452304 has crossed the allocated pool.storage.allocated.capacity.disablethreshold: 0.85 ``` GitHub link: https://github.com/apache/cloudstack/discussions/14045#discussioncomment-18434501 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
