| | 92 | |
| | 93 | == F.A.Q. == |
| | 94 | |
| | 95 | === The reference node profile sometimes has an invalid content === |
| | 96 | |
| | 97 | You need to ensure you don't cross-reference you clusters in the cluster-specific file `cluster.build.properties`. '''This is strongly discouraged'''. When you use profile cloning, this may be the source of undesired side-effects: in particular, if one of the cluster doesn't have the cluster-specific configuration for the profile cloning whereas the other one has one (in particular the definition of a reference node), this may lead to the reference node being rebuilt in the context of the wrong cluster, impacting its OS versions, its gLite parameters... |
| | 98 | |
| | 99 | If you suspect something wrong, use the [#Troubleshooting troubleshooting] procedure describe above to activate debug messages during the compilation. |
| | 100 | |
| | 101 | |
| | 102 | === Packages or templates provided by the OS not found === |
| | 103 | |
| | 104 | The cloned node inherit the RPM repository configuration from the reference node. Regarding packages providing by the OS, this means that they will be looked for in the RPM repositories associated with the OS version/architecture of the reference node, whatever is the OS version/architecture explicitly defined for the cloned node. |
| | 105 | |
| | 106 | Even though OS version/architecture is inherited from the reference node, the OS version/architecture selection is replayed in the cloned node to allow to locate templates provided as part of the OS support. A restriction of the current implement is that the information used to configure the ''template loadpath'' is based on the cloned node configuration rather than the reference node configuration. If both don"t match, this may lead to errors like a template or a package that cannot be found. In particular, this may lead to loading a package with the wrong version for the OS version/architecture of the reference node. |
| | 107 | |
| | 108 | This should be improved in a future release. |