Displaying 4 results from an estimated 4 matches for "flexmigration".
2010 Jul 02
10
Do systems have to be IDENTICAL for live migration?
I have several systems running 64bit SLES11SP1. I''m trying to Live
Migrate between a couple of them and it''s not working, although the same
VM will run on each one starting it manually.
The system are not identical. Would one expect migration to work
between these two systems? See below.
Thanks,
James
The first system is a ProLiant DL360 G6:
Proc 1:2533 MHz
Execution
2010 Mar 02
2
Intel: Overly restrictive test for availablility of CPUID masking MSRs?
...ives/html/xen-devel/2008-07/msg00518.html
restricts the CPUID masking feature to model 0x1d or model 0x17 with
stepping >=4:
if (!((model == 0x1d) || ((model == 0x17) && ((eax & 0xf) >=
4)))) {
/* fail ... */
A Xeon E5520 which is supposed to have FlexMigration has family 6, model
26 (0x1a) and stepping 5 fails the existing test and we think it should
be allowed.
Is there a more precise way of detecting the presence of this
capability? I''ve seen:
family > 0x6 || (model > 0x17 || (model = 0x17 && stepping >= 4))
suggested...
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone,
The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is
now available for testing from:
http://www.xen.org/products/cloud_source_0.5.html
XCP-0.5 is intended to be a *stable* release, suitable for long-term production use.
Please download this release candidate and give it a thorough workout!
Cheers,
Dave
_______________________________________________
xen-api
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone,
The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is
now available for testing from:
http://www.xen.org/products/cloud_source_0.5.html
XCP-0.5 is intended to be a *stable* release, suitable for long-term production use.
Please download this release candidate and give it a thorough workout!
Cheers,
Dave
_______________________________________________
xen-api