Re: Avoid re-redownloading URLs when migrating secondary storage

2024-04-25 Thread Jithin Raju
Hi Mevludin, Just curious about how you are migrating the secondary storage. Are you using the CloudStack feature to migrate data across secondary storage? So you added a new secondary storage and cloudstack already started syncing the public templates from URLs? -Jithin From: Pearl d'Silva D

Re: Avoid re-redownloading URLs when migrating secondary storage

2024-04-25 Thread Pearl d'Silva
Hi Mevludin, When migrating data to another secondary store, it only considers private templates and public templates with no url - those which are created from snapshots or volumes. Public templates with URLs are automatically synced(downloaded) on to the newly added secondary store. So, they

Adding S3 secondary storage fails with NullPointerException

2024-04-25 Thread Frédéric Hilpert
Hi all, I got a null pointer exception while adding s3 secondary storage to my Cloudstack cluster. This is related to this exact issue: https://github.com/apache/cloudstack/issues/8956 I got a few questions:  - Is there a known workaround for this yet?  - My workaround would be to setup NFS o

Cloudstack Zabbix Monitoring

2024-04-25 Thread W. Verleger - proIO GmbH
Hi there, Is anyone using Zabbix to monitor the management JAVA processes? I tried to add a JMX interface to the host with the following parameters on management server: -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3344 -Dcom.sun.management.jmxremote.ssl=false -Dcom

Re: [D] Define a release schedule for the project [cloudstack]

2024-04-25 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Define a release schedule for the project @GutoVeronezi points to the more abstract reasons we want to allow breaking changes. We have long had a list of more mondain reasons to introduce breaking changes: - API truly restful - ORM/DA

Avoid re-redownloading URLs when migrating secondary storage

2024-04-25 Thread Mevludin Blazevic
Hi all, it looks like with every secondary storage migration Cloudstack tries to re-download all templates with URLs instead of simply grabbing the already downloaded template from the old image store. If that's true, how to avoid that behaviour? Mevludin

Re: Deploy Cloudstack on Debian 12

2024-04-25 Thread lists
Hi Ive deployed recent on both 11 and 12. What issue on 12 did you encounter? > > On Apr 25, 2024 at 1:59 PM, Khang Nguyen Phuc > wrote: > > > Hello everyone, > > I'm a newbie, and I mainly use Debian servers. So I want to deploy > CloudStack on Debian. I've ex