DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Virtual machines are running on the same storage device (local storage or share strage). Because of the rate limitation of device (such as iops), if one VM has large disk operation, it may affect the disk performance of other VMs running on the same storage device.
It is neccesary to set the maximum rate and limit the disk I/O of VMs.
4.2.0
TBD
alter table disk_offering add column total_bytes_sec bigint(20) unsigned default 0;
alter table disk_offering add column total_iops_sec bigint(20) unsigned default 0;
createServiceOffering: Creates a service offering.
updateServiceOffering createDiskOffering: Updates a service offering.Creates a disk offering.
ServiceOfferingResponse: response of createServiceOffering/update/list
DiskOfferingResponse: response of createDiskOffering/update/list
ApiResponseHelper.createServiceOfferingResponse: create service offering response
ApiResponseHelper.createDiskOfferingResponse: create disk offering response
add "Disk Rate (BPS)" and "Disk I/O Rate (IOPS)" in "Add Disk Offering"
add "Disk I/O RateOfferings ( compute,system,disk)
display "Disk Rate (BPS)" and "Disk Rate (IOPS)" in the detail page of unique disk offeringofferings.
...