Re: Cant Create new system routers

2023-11-07 Thread Daan Hoogland
you beat us all to it marty ;) Glad the issue is fixed On Tue, Nov 7, 2023 at 8:27 AM wrote: > I found my issue. 😊 > > > > Redownloading the template fixed the issue, I just forgot to make it a > SYSTEM vs. USER type > > > > Marty > > > > From: ma...@gonsource.com > Sent: Tuesday, November 7, 2

Usage for disks

2023-11-07 Thread Francisco Arencibia Quesada
Good morning guys, I have a doubt with the usage metrics in disks. Cloudstack only bills disks in ready status? What about disks in allocated status? Kind regards -- *Francisco Arencibia Quesada.* *DevOps Engineer*

Re: VM Backups

2023-11-07 Thread Granwille Strauss
Hi Guys I want to add on to this question, what is the industry standard of making backups/snapshots of the VMs when using or working only with local storage? You cannot make running/live VM snapshots if you use local storage. So what do most guys implement in such cases? On 11/7/23 05:25, M

Re: VM Backups

2023-11-07 Thread Nux
You certainly can. What is your hypervisor? On 2023-11-07 10:28, Granwille Strauss wrote: Hi Guys I want to add on to this question, what is the industry standard of making backups/snapshots of the VMs when using or working only with local storage? You cannot make running/live VM snapshots if y

Re: VM Backups

2023-11-07 Thread Granwille Strauss
Hi Nux We run KVM using local storage for all VM instances. Its to my understanding you cannot run live/running VM snapshots of VMs if you use the KVM local storage. On 11/7/23 13:03, Nux wrote: You certainly can. What is your hypervisor? On 2023-11-07 10:28, Granwille Strauss wrote: Hi Gu

Re: VM Backups

2023-11-07 Thread Nux
Hi, When you use KVM with local storage you are using qcow2 files which allow for both VM and volume snapshots. Make sure in the global settings the KVM snapshots are enabled. On 2023-11-07 11:07, Granwille Strauss wrote: Hi Nux We run KVM using local storage for all VM instances. Its to my

Re: Hiding disabled offerings

2023-11-07 Thread Pearl d'Silva
Hi Marty, Disabling offerings doesn't really prevent them from being visible in the sub-domains. You could update the offering access and limit it to a specific domain or sub-domain. Regards, From: ma...@gonsource.com Sent: November 7, 2023 2:58 AM To: users@cl

Re: Usage for disks

2023-11-07 Thread Rohit Yadav
Hi Francisco, Volumes in allocated state aren't physically created on primary storage, they exist only in CloudStack's database. Regards. From: Francisco Arencibia Quesada Sent: Tuesday, November 7, 2023 15:35 To: users@cloudstack.apache.org Subject: Usage fo

RE: Need Assistance with CloudStack Instance

2023-11-07 Thread Hs, Punitha
Hi, I'm using PowerFlex storage. Individually I'm able to migrate volumes from one storage pool to other pool. However when I select migrate storage during VM migration its giving error. Failed to migrate VM [VM instance {"id":28,"instanceName":"i-2-28-VM","type":"User","uuid":"9babb438-0e57-4

Ratio billing over 24h

2023-11-07 Thread Francisco Arencibia Quesada
Good morning guys, I have created a script to get the ratios, and for some reason is giving me more than 24h, I have checked the calculation and it is correct, do you know why this could be? the time frame I'm using has the following format: startdate="2023-11-06'T'00:00:00" enddate="2023-11-07'

Network ratelimiting

2023-11-07 Thread Jimmy Huybrechts
I’m still finding out new things every day :) I noticed all offerings set to 200Mbit by default which equals to around 23MB/s, I changed the globals to 1 Gbit now and I can see all network offerings were updated to 1000Mbit too. However that made no difference in any instance that was set to the

Re: Network ratelimiting

2023-11-07 Thread Daan Hoogland
sounds like a doc issue to me, the global settings are not actualised on each resource and some of them are not even actualised unless you restart the management server. Only details of a particular resource (i.e. the local override of the setting) are sometimes actualised, depending on the type.

Re: Ratio billing over 24h

2023-11-07 Thread Daan Hoogland
Fransisco, Do these happen to be 48 hour ratios? startdate="2023-11-06'T'00:00:00" enddate="2023-11-07'T'00:00:00", could just be one second more than you intend to find. On Tue, Nov 7, 2023 at 12:45 PM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Good morning guys, > >

Snapshot revert is getting failed

2023-11-07 Thread Hs, Punitha
Hi , When I try to perform snapshot revert operation when VM is not active getting error "Bad API request" In logs I see below error: failed in StorageSystemDataMotionStrategy.copyAsync. Error message: [Migrating a volume online with KVM from managed storage is not currently supported.].]. set

Re: Ratio billing over 24h

2023-11-07 Thread Francisco Arencibia Quesada
24h of ratio :) it should always be less or equal than 24h right? The result above 24 h is breaking my head. On Tue, Nov 7, 2023 at 1:32 PM Daan Hoogland wrote: > Fransisco, > > Do these happen to be 48 hour ratios? > > startdate="2023-11-06'T'00:00:00" enddate="2023-11-07'T'00:00:00", could >

Re: Ratio billing over 24h

2023-11-07 Thread Daan Hoogland
I mean try startdate="2023-11-06'T'00:00:00" enddate="2023-11-06'T'23:59:59". Does that give the expected output? On Tue, Nov 7, 2023 at 1:37 PM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > 24h of ratio :) > > it should always be less or equal than 24h right? > The result

Re: Network ratelimiting

2023-11-07 Thread Jimmy Huybrechts
So a change in network limit fora n instance would always accompany a shutdown and power-up of said instance(s)? -- Jimmy Van: Daan Hoogland Datum: dinsdag, 7 november 2023 om 13:27 Aan: users@cloudstack.apache.org Onderwerp: Re: Network ratelimiting sounds like a doc issue to me, the global s

Re: Ratio billing over 24h

2023-11-07 Thread Francisco Arencibia Quesada
Thanks Daan, that is a great idea, I'm testing it, I will let you know. Thank buddy On Tue, Nov 7, 2023 at 2:19 PM Daan Hoogland wrote: > I mean try startdate="2023-11-06'T'00:00:00" > enddate="2023-11-06'T'23:59:59". Does that give the expected output? > > On Tue, Nov 7, 2023 at 1:37 PM Franci

Re: Network ratelimiting

2023-11-07 Thread Ruben Bosch
Hi Jimmy, Considering bandwidth is configured in the domain XML for a VM (libvirt kvm) yes, a stop & start is required. plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java 1547:netBuilder.append("\n"); Met vriendelijke groet / Kind regards,

Re: Need Assistance with CloudStack Instance

2023-11-07 Thread Rohit Yadav
Hi Punitha, It can depend on case-by-case basis for managed storage. For Powerflex live VM migration with storage between two storage pools seems to be supported as per: https://github.com/apache/cloudstack/pull/7408 and https://docs.cloudstack.apache.org/en/4.18.1.0/adminguide/storage.html#migr

Re: Snapshot revert is getting failed

2023-11-07 Thread Rohit Yadav
I think volume snapshots on PowerFlex don't capture RAM - so reverting that should require stopping the VM. Are you able to revert volume snapshots after stopping the VM? Ideally this would be an issue originating from PowerFlex's side. Regards. From: Hs, Puni

RE: KVM Backup solutions

2023-11-07 Thread Joffrey LUANGSAYSANA
Hi Wally, I'm Joffrey from the Backroll team. The project is still evolving. We're actively working toward integrating the Backroll plug-in to Cloudstack, it should be ready in the upcoming weeks. I will inform you when the plug-in is available. We are also making the setup easier and more robu

RE: Snapshot revert is getting failed

2023-11-07 Thread Hs, Punitha
Hi , Even after stopping the VM revert is giving error "Failed to revert vm snapshot due to: Bad API request". Do I need to do any changes? Note: In global setting "Kvm vmstoragesnapshot enabled" is enabled Internal Use - Confidential -Original Message- From: Rohit Yadav Sent: Tuesda

Re: Ratio billing over 24h

2023-11-07 Thread Francisco Arencibia Quesada
Thanks a lot Daan, now this is working fine ;) On Tue, Nov 7, 2023 at 3:28 PM Francisco Arencibia Quesada < arencibia.franci...@gmail.com> wrote: > Thanks Daan, that is a great idea, I'm testing it, I will let you know. > > Thank buddy > > On Tue, Nov 7, 2023 at 2:19 PM Daan Hoogland > wrote: >

Re: KVM Backup solutions

2023-11-07 Thread Murilo Moura
Hi Joffrey! This is a very special announcement :-) I will definitely be tuned in and following the events in the coming weeks. Yesterday, I was testing the backroll installation (without integration with cloudstack), but I realized that configuring and debugging the UI with IAM [keycloack] is q

RE: Need Assistance with CloudStack Instance

2023-11-07 Thread Hs, Punitha
Hi, There are 2 scenarios 1. Migration from one pool to other works perfectly when instance is not running. 2. When instance is a running Individual volumes can be migrated without any issue. If I perform instance migration to another host by selecting “migrate storage” its gett

RE: Usage for disks

2023-11-07 Thread marty
I can see where you may still want to bill for it, though, since at any time, the user could use that space. -Original Message- From: Rohit Yadav Sent: Tuesday, November 7, 2023 6:23 AM To: users@cloudstack.apache.org Subject: Re: Usage for disks Hi Francisco, Volumes in allocated stat

Offering Visibilities

2023-11-07 Thread marty
Hello All, How would I be able to hide the "Service Offerings" menu on the left-hand side but still allow them to see it while creating a new vm or disk or network. Thank you for the help guys. Marty

Re: Offering Visibilities

2023-11-07 Thread Murilo Moura
Hi Marty! I may be wrong and colleagues can correct me if necessary, but as far as I understand, these permissions are treated in a unique way. Therefore, by preventing the user from seeing the "Network Offers" menu, this also results in not allowing network offers to be listed on all other screen

RE: Offering Visibilities

2023-11-07 Thread marty
Sadness. ☹ Ok. If that is the case, I should be able to hide the left-hand column entry for offerings by modifying the webpage potentially. I will have to look at this. Thank you, Murilo. -Original Message- From: Murilo Moura Sent: Tuesday, November 7, 2023 5:44 PM To: users@cloudstac