| 1 | Go back --> [wiki:Tutorial Tutorials] |
| 2 | |
| 3 | Example of a ''topo_grid_failed.rb'' file |
| 4 | |
| 5 | {{{ |
| 6 | # Topology name: topo_grid_failed |
| 7 | # |
| 8 | # The following command creates a Topology wih the nodes that have failed the |
| 9 | # imaging process. |
| 10 | # On these nodes, the 'frisbee' client did not manage to start the imaging process. |
| 11 | # Check the nodehandler log file for the 'frisbee' client error message. |
| 12 | # |
| 13 | defTopology('topo_grid_failed',[[4,15],[8,18],[12,19],[5,3],[9,18],[4,5], |
| 14 | [15,14],[11,10],[9,7],[8,15],[16,8],[17,8],[14,12],[18,3],[18,19]]) |
| 15 | }}} |