Wei Zhou created CLOUDSTACK-3055:
------------------------------------

             Summary: megabytes (MB) and megabit (Mb) confusion in network 
throttling
                 Key: CLOUDSTACK-3055
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3055
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
    Affects Versions: 4.1.0, 4.2.0
            Reporter: Wei Zhou
            Assignee: Wei Zhou


Desc of "network.throttling.rate" in global configuration:
           Default data transfer rate in megabits per second allowed in network.

Desc of "Network Rate" in service offering:
           Allowed data transfer rate in MB per second

Processing in CitrixResouceBase.java
            vifr.qosAlgorithmParams.put("kbps", 
Integer.toString(nic.getNetworkRateMbps() * 128));


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to