according to
http://forums.mydigitallife.info/threads/47719-HOW-TO-Check-for-PrefetchW-CMPXCHG16b-and-LAHF-SAHF-Windows-8-1-x64
windows 8.1 need PrefetchW, CMPXCHG16b and LAHF/SAHF.
so it's possible that the missing feature is
CPUID_EXT3_LAHF_LM
- Mail original -
De: "Alexandre
> If one of this actions fail, it MUST be restored on current node.
At some point it is no longer possible to restore on current node.
> Now we can see something like this:
>
> Nov 01 13:32:55 container is running - using online migration Nov 01 13:32:56
> starting rsync phase 1
> ---
>
When you migrate vm from one node to another, and it fail(any reason),
Proxmox delete local copy of vm on local node.
Logic of migrate must be like this.
1 - Copy CT to another node
2 - sync CT
3 - suspend, dump
4 - copy on another node
5 - restore, unsuspend.
If one of this actions fail, it MUST
Hi, I'm on holiday for now, I'll check that monday. Maybe is it another cpu
flag missing.
- Mail original -
De: "Dietmar Maurer"
À: "Alexandre Derumier" , pve-devel@pve.proxmox.com
Envoyé: Mercredi 30 Octobre 2013 06:16:20
Objet: RE: [pve-devel] [PATCH] add win81 ostype and enabl