I have a HPC based on rocksclusters So when I've added new roll (torque) I send a kickstart command to all nodes to reinstall them. But after loading X installer on nodes all of them showed me an error:

Could not allocate requested partitions: Partitioning failed: Could not allocate partitions as primary partitions. Cannot allocate partition for /boot

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I haven't used the Torque roll, but when adding packages to the compute nodes, if extend-compute.xml doesn't parse correctly, the installation fails because it doesn't do any partitioning. Once you know this, it's of course straightforward to use 'xmllint' to check the xml file before rebuilding the distro, but it took a bit of head-scratching before I figured it out.

So based on that, I would guess there is either a bug in the Torque roll itself, or then you somehow messed up the roll installation.

link|improve this answer
Thank you very much I'll try to check this! – Antiarchitect Apr 25 '10 at 11:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.