-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
ISSUE TYPE
- Bug Report
COMPONENT NAME
API, UI
CLOUDSTACK VERSION
4.19.1.1
CONFIGURATION
enable.dynamic.scale.vm enabled
OS / ENVIRONMENT
SUMMARY
I want to scale a running instance using a custom service offering on a kvm host via UI. This worked in earlier versions, at least in 4.19.0.1. It is not working in 4.19.1.1. Root cause is that listServiceOfferings does not show the custom offering for a running vm. UI will prompt: "It's not possible to scale up Instances that utilize KVM hypervisor with a fixed compute offering." because of this.
api call scaleVirtualMachine is able to scale the running instance.
STEPS TO REPRODUCE
1. enable enable.dynamic.scale.vm in global settings
2. Create a custom offering with dynamic scale enabled
3. Start an instance using this offering
4. Click the scale icon and pop-up with prompt will appear
EXPECTED RESULTS
Custom service offering will be shown in pop-up after clicking on scale icon