Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions source/adminguide/service_offerings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,13 +618,11 @@ To create a system service offering:
Network Throttling
------------------

Network throttling is the process of controlling the network access and
bandwidth usage based on certain rules. CloudStack controls this
Network throttling is the process of controlling the network bandwith. CloudStack controls this
behaviour of the guest networks in the cloud by using the network rate
parameter. This parameter is defined as the default data transfer rate
in Mbps (Megabits Per Second) allowed in a guest network. It defines the
upper limits for network utilization. If the current utilization is
below the allowed upper limits, access is granted, else revoked.
upper limits for network bandwith.

You can throttle the network bandwidth either to control the usage above
a certain limit for some accounts, or to control network congestion in a
Expand Down
4 changes: 2 additions & 2 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ Dynamic CPU and RAM scaling can be used in the following cases:
update them using the following procedure.


Updating Existing Instances
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Enable Dynamic Scaling for Existing Instances
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you are upgrading from a previous version of CloudStack, and you want
your existing Instances created with previous versions to have the dynamic
Expand Down
Loading