Can you run xen on top of a group of machines?

Asked by Robert Simmons

I would like to be able to have a cluster of machines that have xen installed working as a group to serve guest (domU) operating systems.

In the simplest case, I would have box A and box B. Both would be clustered together and have xen installed on the cluster. Then I can start guest X and it would run across A and B. If I start guest Y, it would also run across both of the boxes in the cluster.

Is this possible?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xen Edit question
Assignee:
No assignee Edit question
Solved by:
Paul Libert
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Robert Simmons (rsimmons0) said :
#2

Sorry, but I've read that, and lots of other things, but it does not answer my question. Please read my question and at least say, yes, no, or I don't know.

Revision history for this message
Best Paul Libert (plibert) said :
#3

AFAIK what you describe is not possible.
What is possible is to have 'close to transparent' failover of a VM from machine A to machine B
look at http://code.google.com/p/ganeti/

Revision history for this message
Robert Simmons (rsimmons0) said :
#4

Thanks Paul Libert, that solved my question.