DaanHoogland commented on issue #13734: URL: https://github.com/apache/cloudstack/issues/13734#issuecomment-5104764344
The actual problem is not the resize not being send, but the lack of resize usage_event leading to not having the disk-offering changed. Sending a resize event could be a solution, but some kind of other usage_event dispatch leading to the desired situation is also an option. A bit more elaborate, but maybe more formally adherent to the actual situation would be to send a VOLUME.DESTROY and a VOLUME.CREATE, or (maybe in combination with) VOLUME.DETACH and VOLUME.ATTACH. There is also a VOLUME.UPDATE and a defined but unused EVENT_VOLUME_DETAIL_UPDATE. Finally defining a new event type would work as well. @Yuliia7-1 , I suppose pricing is the issue here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
