Encountered issues when attempting to bootstrap CloudStack with Proxmox #12273
-
|
Here are a few things I encountered while attempting to install/add Proxmox to cloudstack; I started using Debian 13, the latest, considering that some/most things would work well on it. However, there's no Then, when using debian 12's Installing the connector manually (which worked), I finally got cloudstack properly setup. Going through the setup ( I then attempted to install a new zone, with the following zone-wide settings: Then, when arriving at the step to add a cluster with a host, I was met with mostly blank pages: Then, when launching the wizard, it fails on this page: Which, after some debugging, is a client-side error here: ( indexOf seems to be a JS client error)
Continuing, I go install secondary storage. I had to remove the added cluster because it wasn't configured with the right proxmox settings, and I couldn't add a proxmox host. So I install the host following this documentation When I try to add primary storage, I get the following error message:
Which is because of this part in the proxmox.sh file: cloudstack/extensions/Proxmox/proxmox.sh Line 63 in 71f47d6 I skip primary storage, as it seems I can't add this, or that it's configured in some other way. I add a template, to test launch a VM:
That works, then I try to create an instance from it, which fails with this:
I try to run it again, specifying the host, but this time it fails again:
I realise the zone was disabled, enable it, and recreate the VM, which gets me this error:
Looking at the logs, it gives me this: Which is where I'll leave it for now, as this seems to be a proper blocker. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@ShadowJonathan I have once created a zone with only proxmox, but it required some db hacks |
Beta Was this translation helpful? Give feedback.
-
|
'External' as a hypervisor option should not be shown in the Zone creation wizard, as a primary hypervisor (kvm, vmware and xenserver) is needwd to run the systemvms. Created issue #12363 to track |
Beta Was this translation helpful? Give feedback.










'External' as a hypervisor option should not be shown in the Zone creation wizard, as a primary hypervisor (kvm, vmware and xenserver) is needwd to run the systemvms.
Also update the documentation if it is not clear enough.
Created issue #12363 to track