Re: CPU speed in service offering

2019-03-02 Thread Ivan Kudryavtsev
CPU freq is per-core. The only way is to fix it in the database and next stop/start VMs. Here is the SQL expr like the following: update service_offering_view set limit_cpu_use=0 where name like 'abc%' and domain_path='/cde/'; сб, 2 мар. 2019 г. в 15:11, Fariborz Navidan : > Also, how do I

Re: CPU speed in service offering

2019-03-02 Thread Fariborz Navidan
Also, how do I disable cpu cap for existing vms? On Sat, Mar 2, 2019 at 11:35 PM Fariborz Navidan wrote: > Hi, > > Indeed I didn't realized the answer. The one we set in a service offering > is allocated for each core or in total for whole the VM? > > On Sat, Mar 2, 2019 at 10:35 PM Ivan

Re: CPU speed in service offering

2019-03-02 Thread Fariborz Navidan
Hi, Indeed I didn't realized the answer. The one we set in a service offering is allocated for each core or in total for whole the VM? On Sat, Mar 2, 2019 at 10:35 PM Ivan Kudryavtsev wrote: > Actually, it works like everyone expects. In case of KVM you can just take > a look at running

Re: CPU speed in service offering

2019-03-02 Thread Ivan Kudryavtsev
Actually, it works like everyone expects. In case of KVM you can just take a look at running instance with ps xa. But, I don't recommend setting CPU cap, though... VM will experience CPU steal, and users will not be happy. Better to deploy nodes with low cpu frequency and many cores. Without

CPU speed in service offering

2019-03-02 Thread Fariborz Navidan
Hi, I am wondering how the cpu time usage is calculated for a VM. Is it in per core basis or the total fraction of cpu a vm can use. For example, when we set 2 cores and 2000 MHz, the VM receives total of 2000MHz of 4000MHz processing power? Thanks

Re: Change NIC MAC Address

2019-03-02 Thread Fariborz Navidan
Hi, As you may know, for a single IP, OVH requires to set a virtual MAC and the MAC is automatically generated. So I need to assign the MAC address OVH gives, to the VM or on the router. On Sat, Mar 2, 2019 at 8:11 PM Ivan Kudryavtsev wrote: > Hi, > CloudStack MACs use a specific generation

Re: Max template size to download

2019-03-02 Thread Suresh Kumar Anaparti
Fariborz, Make sure to increase the related job time outs ( *secstorage.cmd.execution.time.max*) accordingly to download large template. - Suresh On Sat, Mar 2, 2019 at 6:10 PM Andrija Panic wrote: > max.template.iso.size The maximum size for a downloaded template or ISO (in > GB). > global

Re: Change NIC MAC Address

2019-03-02 Thread Ivan Kudryavtsev
Hi, CloudStack MACs use a specific generation scheme, so in general - NO, but probably you can change *3 low octets* thru MySQL, however, I don't recommend doing that. сб, 2 мар. 2019 г. в 11:31, Fariborz Navidan : > Hi, > > Is it possible to change MAC address of default NIC of a VM? > > Thanks

Change NIC MAC Address

2019-03-02 Thread Fariborz Navidan
Hi, Is it possible to change MAC address of default NIC of a VM? Thanks

Re: Max template size to download

2019-03-02 Thread Andrija Panic
max.template.iso.size The maximum size for a downloaded template or ISO (in GB). global setting. defaults to 50, afaik. On Sat, 2 Mar 2019 at 13:08, Fariborz Navidan wrote: > Hello, > > I have converted a 65GB vmdk disk to QCOW2 and want to upload it as a > template so I can easily deploy a VM

Max template size to download

2019-03-02 Thread Fariborz Navidan
Hello, I have converted a 65GB vmdk disk to QCOW2 and want to upload it as a template so I can easily deploy a VM from it in order to migrate the VM to KVM. However, when registering the template from URL, I get an error that states the download size is too large. I've looked into global settings