You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/08/29 10:52:47 UTC

[GitHub] [cloudstack] s-seitz opened a new issue, #6679: Unable to change Compute Offering, if the identical Disk Offering is linked to it

s-seitz opened a new issue, #6679:
URL: https://github.com/apache/cloudstack/issues/6679

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
    API
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   4.17.0.1-shapeblue0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Ubuntu 20.04.5 LTS, obviously not relevant
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   If different Compute offerings have the identical Disk offering linked to, it is impossible to change ("Scale") the particular offerings for a VM.
   Instead following error is raised: "Volume [UUID] already have the new disk offering [UUID] provided."
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   * Create a unique Disk offering
   * Create at least two dfferent Compute offerings, linking the formerly created Disk offering to both of them.
   * Create a VM with one of the formerly created Compute offerings
   * Power down the VM (in our case we do not use dynamic scalability)
   * Scale the VM to use the other created Compute offering.
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   No error, just change to the values of the given Compute Offering without touching the Disk, as there's no need to since the Disk Offering stays the same.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   An error is raised "Volume [UUID] already have the new disk offering [UUID] provided.
   ~~~
   


-- 
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: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] shwstppr closed issue #6679: Unable to change Compute Offering, if the identical Disk Offering is linked to it

Posted by GitBox <gi...@apache.org>.
shwstppr closed issue #6679: Unable to change Compute Offering, if the identical Disk Offering is linked to it
URL: https://github.com/apache/cloudstack/issues/6679


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] shwstppr commented on issue #6679: Unable to change Compute Offering, if the identical Disk Offering is linked to it

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #6679:
URL: https://github.com/apache/cloudstack/issues/6679#issuecomment-1231288716

   @s-seitz Thank you for reporting the issue. I've created PR #6688 to fix it cc @harikrishna-patnala 


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] shwstppr commented on issue #6679: Unable to change Compute Offering, if the identical Disk Offering is linked to it

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #6679:
URL: https://github.com/apache/cloudstack/issues/6679#issuecomment-1233835736

   Fixed with #6688 


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org