Is this really applied to each VM?

I was under the impression that you could only limit network bandwidth on the 
network offering.

How is this implemented exactly? Does it limit the NIC speed of the individual 
VMs, or does it only apply to external traffic on the VR?
________________________________
From: Andrija Panic <[email protected]>
Sent: 14 November 2019 10:14
To: users <[email protected]>
Subject: Re: Limit network speed in per VM basis

you can set network rate while creating the offering.
for existing offerings, you need to dig into the DB:

SELECT id FROM disk_offering WHERE NAME="<OFFERING-NAME-HERE>"
UPDATE service_offering SET nw_rate="200" WHERE id=<ID-FROM-ABOVE-HERE>

stop and start existing VMs to apply the new setting

On Wed, 13 Nov 2019 at 21:12, Fariborz Navidan <[email protected]>
wrote:

> It is not possible to modify network rate of a compute offering even if it
> is a custom offering. Is there any setting key I can add to a VM's setting?
>
> On Wed, Nov 13, 2019 at 11:35 PM Andrija Panic <[email protected]>
> wrote:
>
> > with KVM, you can set rate for each VM on the Compute Offering - or use
> one
> > of 2 global settings...
> >
> > On Wed, 13 Nov 2019 at 21:00, Fariborz Navidan <[email protected]>
> > wrote:
> >
> > > Hello,
> > >
> > > Is there any way in ACS to limit network speed in per VM basis?
> > >
> > > Thanks all
> > >
> >
> >
> > --
> >
> > Andrija Panić
> >
>


--

Andrija Panić

Reply via email to