Comment #2 on issue 845 by [email protected]: ganeti fails with cpu_mask=63
http://code.google.com/p/ganeti/issues/detail?id=845

Fortunately or unfortunately, the problem is not with Ganeti - the affinity library we use does not make use of functions for setting up cpu_set_t in an extendable way. It forces the conversion to long, failing miserably, causing this issue.

As a short-term fix, we can emit a warning and abort, stating that this is temporarily not working. Does not fix the problem, but handles silently broken VMs.

Long-term, looking into some other library allowing affinities to be set looks like a good idea: ps-util looks like a promising candidate. A patch for affinity could also work, but I am not seeing any signs of active development or maintenance, making a replacement preferable.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to