You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/10/14 06:49:19 UTC

[GitHub] [cloudstack-primate] andrijapanicsb commented on issue #803: [BUG] When deploying VM, disk offering for data disks are not all listed

andrijapanicsb commented on issue #803:
URL: https://github.com/apache/cloudstack-primate/issues/803#issuecomment-708198401


   It's always easy to see how the old UI works - what offerings are listed there.
   
   Afaik, this is multidisk template - where you match offering to a data disk from the template - and only the ones with size >= "volume size from template" are shown.
   
   Not sure abou the custom offerings though - I just checked on old UI - both the stock and the new one (custom offering) are NOT showing.
   
   I think this is OK - since the custom disk offering can be smaller than 5GB (volume size from  the template) - and we don't want to allow that (we also hide fixed disk offerings smaller than 5GB, just checked on the old UI) - 
   
   In theory, this could be done better, as there is a "custom.diskoffering.size.min" global setting - even when setting this one to 6 (6GB) atm we doesnt't show it in that offering list in deployment wizard (theoretically, it should, as we Set the min custom disk size to be BIGGER than the volume-from-template size)
   
   


----------------------------------------------------------------
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.

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