Re: Primary storage recovery

2024-04-06 Thread Niclas Lindblom
y we keep the "browse" functionality aside for now, are you able to > start and manage the VMs, images and ISOs from CloudStack? > > You also said that you managed to restore a backup, how much loss are we > talking about here? > > Thanks, > Jayanth > >

Primary storage recovery

2024-04-06 Thread Niclas Lindblom
Hello, I have had a disk failure on my NFS server which hosts primary and secondary storage. I have managed to restore a backup and the file structure is back on the primary storage on the NFS server. However, it seems Cloudstack has lost the reference to it, Primary storage is showing as

Re: Web UI on Safari 4.19.0

2024-02-15 Thread Niclas Lindblom
lear your cookies and data from the website running your portal? > That was my issue at first, after cleaning that it was solved. > > -- > Jimmy > > Op 14-02-2024 17:50 heeft Niclas Lindblom > geschreven: > Hi all, > > I upgraded to 4.19 this weekend and noticed that I

Web UI on Safari 4.19.0

2024-02-14 Thread Niclas Lindblom
Hi all, I upgraded to 4.19 this weekend and noticed that I can no longer load the Web UI using Safari on my Mac, I only get the Cloudstack spinning wheel and the login page never loads. However, using Chrome it works fine, has anyone else seen this, or is it something with my laptop ? Thanks

updateNetworkOffering

2023-09-01 Thread Niclas Lindblom
Hello, I am trying to update a network service offering to set the network rate to 1000 (Gigabit) cmk updateNetworkOffering id=169bcc12-be7d-4175-b5ce-b244f25e42bf networkrate=1000 But the changes do not take effect and the json output still has the value set to 200 and no error message.

Re: Terraform Cloudstack module

2022-08-03 Thread Niclas Lindblom
from the key store triggering the Terraform change However disk_offering I had as “custom” which is what the documentation states, but should be “Custom” for Terraform to match and not trigger a disk change Niclas > On 3 Aug 2022, at 18:46, Niclas Lindblom > wrote: > > Hell

Terraform Cloudstack module

2022-08-03 Thread Niclas Lindblom
Hello, I am not sure if the Cloudstack Terraform module is community supported through this forum, but I have an issue which I am not sure if it is with the module or with Terraform itself. When I deploy a virtual machine and create/attach a disk it works fine on the first run and the

Re: Management Server HA

2022-06-15 Thread Niclas Lindblom
P address of your load balancer) and this "host" address > must be accessible by your KVM agents (if any) and SSVM/CPVM agents. > > > Regards. > > ____ > > > > From: Niclas Lindblom > Sent: Thursday, June 09, 2022 19:19 > To: users

Management Server HA

2022-06-09 Thread Niclas Lindblom
Hi, I have 2 development servers that I wanted to load balance with Traefik that I have running as a docker instance. I believe I have configured Traefik correctly according to the guidance in the documentation https://docs.cloudstack.apache.org/en/latest/adminguide/reliability.html

Redhat 9 - kernel panic

2022-05-24 Thread Niclas Lindblom
Hi, I have downloaded the Redhat 9 ISO and when I launch the installation (on KVM) it crashes immediately with a kernel panic error message. Has anyone successfully deployed RHEL 9 on KVM or have any suggestions on what is going wrong here ? Regards Niclas smime.p7s Description: S/MIME

Re: Terraform 0.4 error

2022-05-10 Thread Niclas Lindblom
re exists a .terraform directory? If yes, can > you clear it , and also delete the .terraform.lock.hcl file > > Thanks, > Pearl > > ____ > > > > From: Niclas Lindblom > Sent: Tuesday, May 10, 2022 12:41 PM > To: users@cloudstack.ap

Terraform 0.4 error

2022-05-10 Thread Niclas Lindblom
Hello, I am trying to run Terraform Init against a directory which has the version set to the latest provider versions.tf terraform { required_providers { cloudstack = { source = "cloudstack/cloudstack" version = "0.4.0" } } } I am getting an error message which seem

Re: CS Kubernetes & persistent storage

2021-02-10 Thread Niclas Lindblom
ny other means in ACS would help with this. > As you mention, you'll will have to run a nfs server and mount it on all > node VMs manually. nice feature request (once you figure it out) > >> On Thu, Dec 17, 2020 at 9:00 AM Niclas Lindblom >> wrote: >> >> Hi all,

Re: [DISCUSS] Terraform CloudStack provider

2021-01-26 Thread Niclas Lindblom
I can confirm that the Terraform plugin is working if it is already installed, since it was archived it no longer automatically downloads when applying unless manually installed. From the Hashicorp website, it appears it was archived when they moved all plugins to their registry and needs an

Cloudstack Terraform Provider

2020-12-26 Thread Niclas Lindblom
Hi all, Perhaps off-topic for this list but somewhat relevant, it appears from what I can gather that the Cloudstack Terraform provider has been abandoned and now also taken off the Terraform registry, meaning it is no longer discovered when a terraform file is applied. Does anyone here know

Management server added each reboot

2020-12-20 Thread Niclas Lindblom
Hi all, I have 2 management servers load balanced with HA Proxy which all appears to be working properly. However, each time a reboot a server a new management server is added in the UI (database) and I now have a long list of servers showing as down and the 2 currently in use showing as up

CS Kubernetes & persistent storage

2020-12-17 Thread Niclas Lindblom
Hi all, I am testing the Kubernetes plugin for CS 4.14 and I am trying to figure out how to manage persistent storage across multiple nodes so a container can survive being moved from one node to another. The only thing I can think of to make this work would be a separate NFS server that

Re: Loadbalancer rule - open both TCP and UDP

2020-11-19 Thread Niclas Lindblom
hu, Nov 19, 2020 at 1:14 PM Niclas Lindblom > wrote: > >> This creates a rule with no protocol defined >> >> name = test >> id = 1e6b0dc6-897f-47fc-ac9f-a9c9707a6630 >> account = admin >> algorithm = source >> cidrlist = >> domain = ROOT >&g

Re: Loadbalancer rule - open both TCP and UDP

2020-11-19 Thread Niclas Lindblom
licipid=2c49bd00-cd6b-44d4-93a5-7082ead298e0 > without the protocol? > > On Thu, Nov 19, 2020 at 11:07 AM Niclas Lindblom > wrote: > >> I tested this again using cloudmonkey by first creating a rule on port 800 >> using tcp and then repeated the command with udp >>

Re: Loadbalancer rule - open both TCP and UDP

2020-11-19 Thread Niclas Lindblom
like that)? > > [1] > http://cloudstack.apache.org/api/apidocs-4.14/apis/createLoadBalancerRule.html > > > On Thu, Nov 19, 2020 at 7:45 AM Niclas Lindblom > wrote: > >> Hi, >> >> I need to add a load balancer rule for a specific port for both tcp and >>

Loadbalancer rule - open both TCP and UDP

2020-11-18 Thread Niclas Lindblom
Hi, I need to add a load balancer rule for a specific port for both tcp and udp. In the drop down I can only select one or the other and I am not able to add 2 rules (one for each protocol) on the same port as I get a message that there’s a conflict with existing rule. How do I achieve opening

Re: Help with publishing and consuming events using rabbitmq

2020-11-18 Thread Niclas Lindblom
‘management-server.UsageEvent.VM-CREATE.#’ or > ‘management-server.UsageEvent.#’. > > Cheers, > Gabriel. > > Em seg., 9 de nov. de 2020 às 13:38, Rakesh v > escreveu: > >> I did it in a different way but not using rabbitmq. >> >> I wrote a separ

Help with publishing and consuming events using rabbitmq

2020-11-09 Thread Niclas Lindblom
Hi, I would appreciate some help with setting up events to be consumed using AQMP. I have limited knowledge with rabbitmq and have got to the following point 1. I have 2 cloudstack management servers (this is not a production environment) 2. I have configured both with the