Re: Async backup

2023-07-14 Thread Jithin Raju
The details are explained here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Separate+creation+and+backup+operations+for+a+volume+snapshot -Jithin From: Granwille Strauss Date: Tuesday, 11 July 2023 at 1:20 PM To: [email protected] Cc: Alex Mattioli , Nikolaos Tsinganos

API questions

2023-07-14 Thread JeanPaul van der Mijle
Hi all, I am trying to create accounts using the API. However, upon sending the request, I always get the error back about "invalid credentials or signature". My code is as follows: $command['command'] = "createUser"; $command['account'] = $username; $command['email'] =

Re: API questions

2023-07-14 Thread Daan Hoogland
first thought JeanPaul, Is the user with these credentials (apikey/secretkey) allowed to execute creatUser? On Fri, Jul 14, 2023 at 10:13 AM JeanPaul van der Mijle < [email protected]> wrote: > Hi all, > > I am trying to create accounts using the API. However, upon sending the > request,

Re: API questions

2023-07-14 Thread JeanPaul van der Mijle
Hi Daan, The API keys currently used are from the admin user. I assume admin user is able to create accounts via API, as I am able to do it in the panel manually using the admin user. Thanks, JeanPaul From: Daan Hoogland Sent: Friday, July 14, 2023 10:26 AM

Re: Write Speeds

2023-07-14 Thread Granwille Strauss
Hi Guys Just want to get back to you all. Thank you very much for your input it has greatly helped me and now I have learned a few new things too. I want to confirm that write speeds was never the issue, it was a network bottleneck instead. It was not related to ACS either but more towards th

over-ride VM CPU config

2023-07-14 Thread Gary Dixon
Hi all ACS 4.15.2 KVM on Ubuntu 20.04 We have a requirement that whenever a VM is deployed from a specific template (a Netscaler appliance) that it must over-ride the agent properties guest cpu mode = host-passthrough with a specific CPU model like so : Currently the VM gets deployed with th

Re: over-ride VM CPU config

2023-07-14 Thread Stephan Bienek
Hi Gary, Lukas had the same requirement and already opened an issue / feature request for it https://github.com/apache/cloudstack/issues/7600 Best regards, Stephan > Gary Dixon hat am 14.07.2023 12:14 CEST > geschrieben: > > > > Hi all > > > > > > ACS 4.15.2 > > KVM on Ubuntu 2

RE: over-ride VM CPU config

2023-07-14 Thread Gary Dixon
Thanks Stephen This would be a great feature to have. I was wondering if for now we could achieve our goal using libvirt hooks ? https://libvirt.org/hooks.html#custom-event-scripts Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: [email protected] W: www.quadris.co.uk T

Re: API questions

2023-07-14 Thread Daan Hoogland
What do you mean by the panel? I mean mostly with a API tool, thought the UI uses the API as well. So can you only execute list commands or can you also create other things (networks, VMs, network rules, and Accounts)? On Fri, Jul 14, 2023 at 10:48 AM JeanPaul van der Mijle < jp.vandermi...@hypera

Re: over-ride VM CPU config

2023-07-14 Thread Wido den Hollander
Op 14/07/2023 om 13:46 schreef Gary Dixon: Thanks Stephen This would be a great  feature to have. I was wondering if for now we could achieve our goal using libvirt hooks ? https://libvirt.org/hooks.html#custom-event-scripts As far as

RE: over-ride VM CPU config

2023-07-14 Thread Gary Dixon
Hi Wido So I take it this old feature request to inject custom domain XML wasn't implemented in any version of ACS ? https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+hook+script+include Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: [email protected] W: www.qu

Re: over-ride VM CPU config

2023-07-14 Thread Wido den Hollander
Op 14-07-2023 om 14:30 schreef Gary Dixon: Hi Wido So I take it this old feature request to inject custom domain XML wasn't implemented in any version of ACS ? https://cwiki.apache.org/confluence/display/CLOUDSTACK/KVM+hook+script+include That's for during a migration. That seems to be su

Re: over-ride VM CPU config

2023-07-14 Thread Stephan Bienek
I am not sure if i understand your concern in regards to hooks, but they actually work to modify the generated XML. We are for example using the following settings in agent.properties to add GPUs to specific VMs. agent.hooks.libvirt_vm_on_start.script=libvirt-vm.groovy agent.hooks.libvirt_vm_xm