Discussion:
who can explain cpu.overprovisioning.factor more detailed?
Steven Liang
2013-09-18 15:54:10 UTC
Permalink
Hi,

What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
*Email*: stevenliang-***@public.gmane.org <mailto:stevenliang-***@public.gmane.org>
www.yesup.com <http://www.yesup.com> | account.yesup.com
<http://account.yesup.com>

Yesup
Daan Hoogland
2013-09-18 17:31:38 UTC
Permalink
If you have 1G and a factor of 2, you van instantiate 2 machines with 1G.
This is useful of you don't expect all machines top be running art the dame
time.

Regards,
mobile biligual spell checker used
Post by Steven Liang
Hi,
What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
Steven Liang
2013-09-18 19:03:34 UTC
Permalink
Thank you for replying.
I have another question. If there are only 8 core cpu on every hosts,
can I assign 10 cpu to a vm?
Post by Daan Hoogland
If you have 1G and a factor of 2, you van instantiate 2 machines with
1G. This is useful of you don't expect all machines top be running art
the dame time.
Regards,
mobile biligual spell checker used
Hi,
What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com <http://www.yesup.com> | account.yesup.com
<http://account.yesup.com>
Yesup
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
*Email*: stevenliang-***@public.gmane.org <mailto:stevenliang-***@public.gmane.org>
www.yesup.com <http://www.yesup.com> | account.yesup.com
<http://account.yesup.com>

Yesup
Daan Hoogland
2013-09-18 19:37:06 UTC
Permalink
I'm guessing here; I think you can but you'll get an error deploying it.
Post by Steven Liang
Thank you for replying.
I have another question. If there are only 8 core cpu on every hosts, can
I assign 10 cpu to a vm?
If you have 1G and a factor of 2, you van instantiate 2 machines with 1G.
This is useful of you don't expect all machines top be running art the dame
time.
Regards,
mobile biligual spell checker used
Post by Steven Liang
Hi,
What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
Sean Hamilton
2013-09-18 20:28:38 UTC
Permalink
Isn't it down to the MHz described in the service offering. Rather than core count?
Post by Daan Hoogland
I'm guessing here; I think you can but you'll get an error deploying it.
Post by Steven Liang
Thank you for replying.
I have another question. If there are only 8 core cpu on every hosts, can I assign 10 cpu to a vm?
If you have 1G and a factor of 2, you van instantiate 2 machines with 1G. This is useful of you don't expect all machines top be running art the dame time.
Regards,
mobile biligual spell checker used
Post by Steven Liang
Hi,
What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
Steven Liang
Linux System Admin
Phone: 1.416.499.8009 ext. 2865
Cell Phone: 1.647.718.5292
www.yesup.com | account.yesup.com
--
Steven Liang
Linux System Admin
Phone: 1.416.499.8009 ext. 2865
Cell Phone: 1.647.718.5292
www.yesup.com | account.yesup.com
Rafael Weingartner
2013-09-18 20:30:03 UTC
Permalink
I guess it would depend on the amount of CPU power you give, as and example
if you give 10 cores with 1Ghz, the CS probably would allocate the VM if
you have 8 real cores with 2Ghz each.
Post by Daan Hoogland
I'm guessing here; I think you can but you'll get an error deploying it.
Post by Steven Liang
Thank you for replying.
I have another question. If there are only 8 core cpu on every hosts, can
I assign 10 cpu to a vm?
If you have 1G and a factor of 2, you van instantiate 2 machines with
1G. This is useful of you don't expect all machines top be running art the
dame time.
Regards,
mobile biligual spell checker used
Post by Steven Liang
Hi,
What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
--
Rafael Weingartner
Kirk Kosinski
2013-09-18 21:33:45 UTC
Permalink
Compute Offerings in CloudStack are configured with both CPU speed (MHz)
and CPU core count. CloudStack will not allow you deploy a VM using an
offering with 10 cores if your hosts only have 8 cores, regardless of
the configured CPU speed. The VM deployment will fail.

Some hypervisors actually do allow such deployments, but the hypervisor
vendors strongly discourage it. The documentation I've seen suggests
there are performance problems with such a configuration. I've never
seen a reason to use such a configuration and the best practices guides
I've read recommend configuring VMs with the fewest cores possible. If
anyone has a valid use case for this and really needs it, file an
enhancement request to allow it in CloudStack.

Best regards,
Kirk
Post by Rafael Weingartner
I guess it would depend on the amount of CPU power you give, as and example
if you give 10 cores with 1Ghz, the CS probably would allocate the VM if
you have 8 real cores with 2Ghz each.
Post by Daan Hoogland
I'm guessing here; I think you can but you'll get an error deploying it.
Post by Steven Liang
Thank you for replying.
I have another question. If there are only 8 core cpu on every hosts, can
I assign 10 cpu to a vm?
If you have 1G and a factor of 2, you van instantiate 2 machines with
1G. This is useful of you don't expect all machines top be running art the
dame time.
Regards,
mobile biligual spell checker used
Post by Steven Liang
Hi,
What is cpu.overprovisioning.factor use for?
Who can explain it more detailed?
Thank you.
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
--
*Steven Liang*
*Linux System Admin*
*Phone*: 1.416.499.8009 ext. 2865
*Cell Phone*: 1.647.718.5292
www.yesup.com | account.yesup.com
[image: Yesup]
Ivan Gladenko
2013-09-19 17:09:55 UTC
Permalink
4.2 Test failed - HA does not work on KVM Hypervisor

Hello,
I ask for assistance.
We try several installation of CS4.2 on different hardware.
HA does not work neither for Virtual Router nor Virtual Machine with HA
enable compute offering.
We test configuration with 2 KVM hypervisor.
Need assistance.
Thank you in advance
Jan Rendos
2013-09-19 19:56:20 UTC
Permalink
as far as I know this is known bug(feature :D)

fro what I read about it, it was disabled at one point when they realized
that there isn't a solid way to prevent split brain on KVM hosts.
HA works for ESX and Xen servers I think. If you search a little bit,
you'll find how to enable the HA forcibly.

Rendy
Post by Ivan Gladenko
4.2 Test failed - HA does not work on KVM Hypervisor
Hello,
I ask for assistance.
We try several installation of CS4.2 on different hardware.
HA does not work neither for Virtual Router nor Virtual Machine with HA
enable compute offering.
We test configuration with 2 KVM hypervisor.
Need assistance.
Thank you in advance
Ivan Gladenko
2013-09-19 22:02:37 UTC
Permalink
Hello Rendy,
thank you for you answer.
As I know it have to be featured in version 4.2. The issue what you
describes,
related to version 4.0 and 4.1. There was not KVM host investigator but for
now the problem is not to find out which host is down - it's functions,
the problem is that stopped VM doesn’t start automatically on available
resources, it stays in stopped state and you have to turn it on
manually, virtual router too.
In general I don't understand why there is not function to set host down
manual or via api.
The admin or external monitoring system could mark host as down and send
the command to management to start VM's on available host.
Post by Jan Rendos
as far as I know this is known bug(feature :D)
fro what I read about it, it was disabled at one point when they realized
that there isn't a solid way to prevent split brain on KVM hosts.
HA works for ESX and Xen servers I think. If you search a little bit,
you'll find how to enable the HA forcibly.
Rendy
Post by Ivan Gladenko
4.2 Test failed - HA does not work on KVM Hypervisor
Hello,
I ask for assistance.
We try several installation of CS4.2 on different hardware.
HA does not work neither for Virtual Router nor Virtual Machine with HA
enable compute offering.
We test configuration with 2 KVM hypervisor.
Need assistance.
Thank you in advance
Loading...