Hi, Sebastian Reitenbach wrote: > As far as I know, Xen is not able to handle this automatically, but it can > be manually set via xm mem-set command.
Not sure what you are really asking for. I think it's got nothing to do with HA. I usually limit my dom0 memory with a grub parameter dom0_mem=1024M on the same line where you specify the hypervisor. Then the rest of your memory becomes free pool sort of thing. You move 1 VM from 1 node to the other it should really adjust the pool accordingly. You also have to keep on eye on the memory usage, you don't want to consume more than you have right? I'm sure there's something built in Xen against it like the migration may not happen if you don't have enough ram on the destination node. I have so much so I can't really test it right now. Ivan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
