René's URL Explorer Experiment


Title: FirstFitRouting Allocator only tries the first cluster it finds then fails before attempting others · Issue #10598 · apache/cloudstack · GitHub

Open Graph Title: FirstFitRouting Allocator only tries the first cluster it finds then fails before attempting others · Issue #10598 · apache/cloudstack

X Title: FirstFitRouting Allocator only tries the first cluster it finds then fails before attempting others · Issue #10598 · apache/cloudstack

Description: Our CS environment has two clusters, one windows and one linux. We have host tags that allocate where VM's are placed. We are facing an issue when setting host in maintenance that sometimes it will just fall to error state. Upon checking...

Open Graph Description: Our CS environment has two clusters, one windows and one linux. We have host tags that allocate where VM's are placed. We are facing an issue when setting host in maintenance that sometimes it will...

X Description: Our CS environment has two clusters, one windows and one linux. We have host tags that allocate where VM's are placed. We are facing an issue when setting host in maintenance that sometimes it ...

Opengraph URL: https://github.com/apache/cloudstack/issues/10598

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"FirstFitRouting Allocator only tries the first cluster it finds then fails before attempting others","articleBody":"Our CS environment has two clusters, one windows and one linux. We have host tags that allocate where VM's are placed. We are facing an issue when setting host in maintenance that sometimes it will just fall to error state. Upon checking the logs I found that while it checked the first cluster (ID 19, Windows) however it never tried any hosts in the Linux cluster (ID 16).\n\nHere is the log from the management server. As we can see, the allocator tried to find resources in cluster 19, failed to find any with the Linux tag, then failed out before trying the other cluster.\n\n```\n2025-03-20 20:04:13,017 DEBUG [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388]) (logid:30d64f64) Run VM work job: com.cloud.vm.VmWorkMigrateAway for VM 8127, job origin: 3900296\n2025-03-20 20:04:13,018 DEBUG [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Execute VM work job: com.cloud.vm.VmWorkMigrateAway{\"srcHostId\":982,\"userId\":1,\"accountId\":1,\"vmId\":8127,\"handlerName\":\"VirtualMachineManagerImpl\"}\n2025-03-20 20:04:13,031 INFO  [c.c.v.ClusteredVirtualMachineManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Searching for hosts in the zone for vm migration\n2025-03-20 20:04:13,034 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Trying to deploy VM [error decoding VM instance {\"id\":8127,\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}] and details: Plan [{\"_dcId\":14,\"_poolId\":637,\"_recreateDisks\":false,\"preferredHostIds\":[],\"migrationPlan\":true,\"hostPriorities\":{}}]; avoid list [{\"_clusterIds\":[24],\"_hostIds\":[982]}] and planner: [].\n2025-03-20 20:04:13,037 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Checking non dedicated resources to deploy VM [{\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}].\n2025-03-20 20:04:13,046 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Adding pods [[]], clusters [[]] and hosts [[]] to the avoid list in the deploy process of user VM [\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"], because this VM is not explicitly dedicated to these components.\n2025-03-20 20:04:13,048 DEBUG [o.a.c.u.r.ReflectionToStringBuilderUtils] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Object is null, not reflecting it.\n2025-03-20 20:04:13,049 DEBUG [o.a.c.u.r.ReflectionToStringBuilderUtils] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Object is null, not reflecting it.\n2025-03-20 20:04:13,049 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Trying to allocate a host and storage pools from datacenter [{\"name\":\"CS12\",\"uuid\":\"81e07cf1-e395-4f5e-aa7e-4e9d80aa3cfb\"}], pod [null], cluster [null], to deploy VM [{\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}] with requested CPU [24000] and requested RAM [(32.00 GB) 34359738368].\n2025-03-20 20:04:13,050 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) ROOT volume [69d114a8-5673-4ad7-a387-2ac0d11cf3a1] is ready to deploy VM [ce0c1fb6-65ef-4942-97de-05b255fdcd7d].\n2025-03-20 20:04:13,054 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Adding pods [] to the avoid set because these pods are in the Disabled state.\n2025-03-20 20:04:13,057 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Adding clusters [] of pod [5] to the void set because these clusters are in the Disabled state.\n2025-03-20 20:04:13,060 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Adding hosts [] of datacenter [81e07cf1-e395-4f5e-aa7e-4e9d80aa3cfb] to the avoid set, because these hosts are in the Disabled state.\n2025-03-20 20:04:13,065 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) DeploymentPlan [DataCenterDeployment] has not specified host. Trying to find another destination to deploy VM [ce0c1fb6-65ef-4942-97de-05b255fdcd7d], avoiding pods [], clusters [24] and hosts [982].\n2025-03-20 20:04:13,065 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Deploy avoids pods: [], clusters: [24], hosts: [982].\n2025-03-20 20:04:13,065 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Deploy hosts with priorities {}, hosts have NORMAL priority by default\n2025-03-20 20:04:13,066 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) This VM has last host_id specified, trying to choose the same host: 982\n2025-03-20 20:04:13,069 WARN  [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) The last host [bf145201-bcab-4634-8750-36b064574bc7] of VM [ce0c1fb6-65ef-4942-97de-05b255fdcd7d] is in the avoid set. Skipping this and trying other available hosts.\n2025-03-20 20:04:13,069 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Cannot choose the last host to deploy this VM VM instance {\"id\":8127,\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}.\n2025-03-20 20:04:13,072 DEBUG [c.c.d.FirstFitPlanner] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Searching all possible resources under this Zone: 14\n2025-03-20 20:04:13,076 DEBUG [c.c.d.FirstFitPlanner] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Listing clusters in order of aggregate capacity, that have (at least one host with) enough CPU and RAM capacity under this Zone: 14\n2025-03-20 20:04:13,084 DEBUG [c.c.d.FirstFitPlanner] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Removing from the clusterId list these clusters from avoid set: [24]\n2025-03-20 20:04:13,102 DEBUG [c.c.d.FirstFitPlanner] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) The clusterId list for the given offering tag: [19, 16]\n2025-03-20 20:04:13,106 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Checking resources in Cluster: 19 under Pod: 5\n2025-03-20 20:04:13,111 INFO  [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64)  Guest VM is requested with Custom[UEFI] Boot Type false\n2025-03-20 20:04:13,111 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) Looking for hosts in zone [14], pod [5], cluster [19]\n2025-03-20 20:04:13,111 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) Looking for hosts having tag specified on SvcOffering:generic\n2025-03-20 20:04:13,118 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) Hosts with tag 'generic' are:[Host {\"id\":919,\"name\":\"node87\",\"type\":\"Routing\",\"uuid\":\"e5668da2-862f-4cea-bda8-20707525ecda\"}, Host {\"id\":1126,\"name\":\"node51\",\"type\":\"Routing\",\"uuid\":\"be3eb6a2-29b3-4a1e-a125-af8f9135d3a6\"}, Host {\"id\":1129,\"name\":\"node52\",\"type\":\"Routing\",\"uuid\":\"a803eaea-82a1-4c10-a4d2-b0db6c8c15c6\"}, Host {\"id\":1350,\"name\":\"node84\",\"type\":\"Routing\",\"uuid\":\"1a006517-3a4b-4a98-85a2-f693fa4f4501\"}, Host {\"id\":1368,\"name\":\"node50\",\"type\":\"Routing\",\"uuid\":\"bc93e3f6-3751-46fd-8dee-c24f6e8fc922\"}]\n2025-03-20 20:04:13,118 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) Looking for hosts having tag specified on Template:linux\n2025-03-20 20:04:13,123 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) Hosts with tag 'linux' are:[]\n2025-03-20 20:04:13,124 DEBUG [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) Found 0 Hosts satisfying both tags, host ids are:[]\n2025-03-20 20:04:13,126 ERROR [c.c.a.m.a.i.FirstFitRoutingAllocator] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975, FirstFitRoutingAllocator]) (logid:30d64f64) No suitable host found for vm [VM instance {\"id\":8127,\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}] with tags [generic].\n2025-03-20 20:04:13,127 ERROR [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Invocation exception, caused by: com.cloud.utils.exception.CloudRuntimeException: No suitable host found for vm [VM instance {\"id\":8127,\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}].\n2025-03-20 20:04:13,127 INFO  [c.c.v.VmWorkJobHandlerProxy] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388, ctx-e309f975]) (logid:30d64f64) Rethrow exception com.cloud.utils.exception.CloudRuntimeException: No suitable host found for vm [VM instance {\"id\":8127,\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}].\n2025-03-20 20:04:13,127 DEBUG [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388]) (logid:30d64f64) Done with run of VM work job: com.cloud.vm.VmWorkMigrateAway for VM 8127, job origin: 3900296\n2025-03-20 20:04:13,127 ERROR [c.c.v.VmWorkJobDispatcher] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388]) (logid:30d64f64) Unable to complete AsyncJobVO: {id:3901388, userId: 1, accountId: 1, instanceType: null, instanceId: null, cmd: com.cloud.vm.VmWorkMigrateAway, cmdInfo: rO0ABXNyAB5jb20uY2xvdWQudm0uVm1Xb3JrTWlncmF0ZUF3YXmt4MX4jtcEmwIAAUoACXNyY0hvc3RJZHhyABNjb20uY2xvdWQudm0uVm1Xb3Jrn5m2VvAlZ2sCAARKAAlhY2NvdW50SWRKAAZ1c2VySWRKAAR2bUlkTAALaGFuZGxlck5hbWV0ABJMamF2YS9sYW5nL1N0cmluZzt4cAAAAAAAAAABAAAAAAAAAAEAAAAAAAAfv3QAGVZpcnR1YWxNYWNoaW5lTWFuYWdlckltcGwAAAAAAAAD1g, cmdVersion: 0, status: IN_PROGRESS, processStatus: 0, resultCode: 0, result: null, initMsid: 95539959339, completeMsid: null, lastUpdated: null, lastPolled: null, created: Thu Mar 20 20:04:12 UTC 2025, removed: null}, job origin: 3900296 com.cloud.utils.exception.CloudRuntimeException: No suitable host found for vm [VM instance {\"id\":8127,\"instanceName\":\"i-10989-8127-VM\",\"type\":\"User\",\"uuid\":\"ce0c1fb6-65ef-4942-97de-05b255fdcd7d\"}].\n2025-03-20 20:04:13,128 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl] (Work-Job-Executor-145:[ctx-2ec22277, job-3900296/job-3901388]) (logid:30d64f64) Complete async job-3901388, jobStatus: FAILED, resultCode: 0\n```\n\nI also checked the UI upon doing a manual migration, all windows hosts are invalid destinations in the options to select a host (which I believe findHostsForMigration uses, so that should be working fine)\n\n### versions\n\nACS 4.20, KVM with NFS Primary/Secondary storage\n\n### The steps to reproduce the bug\n\nSetup two clusters, with host tags to identify where VM's should go (windows/linux).\nTry to set maintenance on one of the hosts.\nCheck for clusters in the log to see if it attempts others.\n\n\n### What to do about it?\n\nCorrect the code to try all clusters instead of just the first.","author":{"url":"https://github.com/loth","@type":"Person","name":"loth"},"datePublished":"2025-03-20T21:16:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/10598/cloudstack/issues/10598"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:710c5807-0b62-4322-083b-314418397be2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAB7E:12F35E:1C1333B:2838D84:6A4F7E9A
html-safe-noncee19081c06b9dfcd1e29d051037abf4644ee7b49f3f1ecb9679a9d2839268cc40
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQjdFOjEyRjM1RToxQzEzMzNCOjI4MzhEODQ6NkE0RjdFOUEiLCJ2aXNpdG9yX2lkIjoiMjIwMzAwNTI1MDM2NDczNTEzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca4eeeec2973b28dfe4f90c8a91e9993f3c1e569e68ac5ea9ade71850201b12c0
hovercard-subject-tagissue:2936664205
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/apache/cloudstack/10598/issue_layout
twitter:imagehttps://opengraph.githubassets.com/868421bf58be70cdbedd86e7f3c5bcecf458b926b259a11a6a65bbb3f65446ab/apache/cloudstack/issues/10598
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/868421bf58be70cdbedd86e7f3c5bcecf458b926b259a11a6a65bbb3f65446ab/apache/cloudstack/issues/10598
og:image:altOur CS environment has two clusters, one windows and one linux. We have host tags that allocate where VM's are placed. We are facing an issue when setting host in maintenance that sometimes it will...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameloth
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
go-importgithub.com/apache/cloudstack git https://github.com/apache/cloudstack.git
octolytics-dimension-user_id47359
octolytics-dimension-user_loginapache
octolytics-dimension-repository_id9759448
octolytics-dimension-repository_nwoapache/cloudstack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id9759448
octolytics-dimension-repository_network_root_nwoapache/cloudstack
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/apache/cloudstack/issues/10598#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F10598
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fapache%2Fcloudstack%2Fissues%2F10598
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=apache%2Fcloudstack
Reloadhttps://github.com/apache/cloudstack/issues/10598
Reloadhttps://github.com/apache/cloudstack/issues/10598
Reloadhttps://github.com/apache/cloudstack/issues/10598
Please reload this pagehttps://github.com/apache/cloudstack/issues/10598
apache https://github.com/apache
cloudstackhttps://github.com/apache/cloudstack
Notifications https://github.com/login?return_to=%2Fapache%2Fcloudstack
Fork 1.3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Star 3k https://github.com/login?return_to=%2Fapache%2Fcloudstack
Code https://github.com/apache/cloudstack
Issues 536 https://github.com/apache/cloudstack/issues
Pull requests 265 https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality 0 https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
Code https://github.com/apache/cloudstack
Issues https://github.com/apache/cloudstack/issues
Pull requests https://github.com/apache/cloudstack/pulls
Discussions https://github.com/apache/cloudstack/discussions
Actions https://github.com/apache/cloudstack/actions
Projects https://github.com/apache/cloudstack/projects
Wiki https://github.com/apache/cloudstack/wiki
Security and quality https://github.com/apache/cloudstack/security
Insights https://github.com/apache/cloudstack/pulse
#10603https://github.com/apache/cloudstack/pull/10603
FirstFitRouting Allocator only tries the first cluster it finds then fails before attempting othershttps://github.com/apache/cloudstack/issues/10598#top
#10603https://github.com/apache/cloudstack/pull/10603
component:storagehttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Astorage%22
status:needs-reproducinghttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22status%3Aneeds-reproducing%22
type:bughttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22type%3Abug%22
4.20.1https://github.com/apache/cloudstack/milestone/36
https://github.com/loth
lothhttps://github.com/loth
on Mar 20, 2025https://github.com/apache/cloudstack/issues/10598#issue-2936664205
component:storagehttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22component%3Astorage%22
status:needs-reproducinghttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22status%3Aneeds-reproducing%22
type:bughttps://github.com/apache/cloudstack/issues?q=state%3Aopen%20label%3A%22type%3Abug%22
4.20.1https://github.com/apache/cloudstack/milestone/36
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.