Should Cloudstack consider Minops and Maxiops for a vm deployment #10387
Unanswered
kiranchavala
asked this question in
Q&A
Replies: 1 comment
-
@kiranchavala , nice set of questions. Maybe a good chance to test the new sub-issue feature of github? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ISSUE TYPE
Improvement request
COMPONENT NAME
Component: Improvement
CLOUDSTACK VERSION
Cloudstack version 4.20.x
SUMMARY
Should Cloudstack consider Minops and Maxops for a vm deployment
Steps to reproduce the issue
The following pr introduced used_iops feature for localstorage
#10034
Launch a cloudstack environment with local storage
Navigate to the local storage and edit the storage
Update the value of IOPS total to smaller value say 7
Create a local storage service offering and disk offering
Compute offering > storage > Provide Minops and Maxops
Disk offering > Min ops and Max ops
Actual behaviour
The vm deployment succeeds
Questions about this behaviour
Does cloudstack validate when the Assigned primary storage “Total Iops “ is less than “UsedIops” , should the vm deployement fail ?
Does cloudstack validate the service offerings and disk offerings for (Min iops , MAX iops) for a primary localstorage ?
Should we remove the option the UI in when end user selects “Storage type” as Local and “QOS type” as storage ?
Expected behaviour
The vm deployment should fail, I think it makes sense to only show the Qos (maxops, miniops ) for a managed storage (ceph, powerflex)
Beta Was this translation helpful? Give feedback.
All reactions