Re: Changing Existing VM Compute Offering

2023-08-16 Thread Daan Hoogland
feel free to enter an issue, it makes functional sense. I am not sure how feasible it is though. On Wed, Aug 16, 2023 at 11:34 AM Granwille Strauss wrote: > Would be nice when you select scale for the VM it gives you the full list > of compute offerings to select from in order to change it. The

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
Would be nice when you select scale for the VM it gives you the full list of compute offerings to select from in order to change it. The functionality exists for disk offering, this could be just replicated for compute too. On 8/16/23 11:29, Daan Hoogland wrote: ugly hack, but that should wor

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Daan Hoogland
ugly hack, but that should work ;) On Wed, Aug 16, 2023 at 10:56 AM Granwille Strauss wrote: > Thank you, I went with enabling HA for the compute offering it via DB: > > update service_offering set ha_enabled=1 where id=; > update vm_instance set ha_enabled=1 where service_offering_id= > On 8/16

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
Thank you, I went with enabling HA for the compute offering it via DB: update service_offering set ha_enabled=1 where id=; update vm_instance set ha_enabled=1 where service_offering_id= On 8/16/23 10:37, Wei ZHOU wrote: Daan is right. Please ignore my previous email. -Wei On Wed, 16 Aug 2023

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
Hi Wei and Dan VM is stopped. But I see no way to change its compute offering, do you mind sharing the exact steps, please? I only see the option to scale the VMs compute offering, but it remains using the same offering and does not allow me to select a different offering instead. Similiar wit

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Wei ZHOU
Daan is right. Please ignore my previous email. -Wei On Wed, 16 Aug 2023 at 10:34, Daan Hoogland wrote: > Granwille, > > There currently is no way, either through UI or through API > > On Wed, Aug 16, 2023 at 10:25 AM Granwille Strauss > wrote: > > > Hi All > > > > Just a quick one, how do I c

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Daan Hoogland
Granwille, There currently is no way, either through UI or through API On Wed, Aug 16, 2023 at 10:25 AM Granwille Strauss wrote: > Hi All > > Just a quick one, how do I change an existing VMs computer offering from X > to Y via UI? I do not want to scale the CPU resources, no. My Y compute > of

Re: Changing Existing VM Compute Offering

2023-08-16 Thread Wei ZHOU
Hi, You need to stop the vm, and then change the compute offering. -Wei On Wed, 16 Aug 2023 at 10:25, Granwille Strauss wrote: > Hi All > > Just a quick one, how do I change an existing VMs computer offering from X > to Y via UI? I do not want to scale the CPU resources, no. My Y compute > off

Changing Existing VM Compute Offering

2023-08-16 Thread Granwille Strauss
Hi All Just a quick one, how do I change an existing VMs computer offering from X to Y via UI? I do not want to scale the CPU resources, no. My Y compute offering has HA enabled but currently the one its using, X does not have HA Enabled. I know via UI you can change disk offerings for a VMs