#991: Allow tasks to execute on the host set in "host" field
--------------------+-------------------------
Reporter: adeiana | Owner:
Type: defect | Status: infoneeded
Priority: major | Component: BibSched
Version: | Resolution:
Keywords: |
--------------------+-------------------------
Changes (by skaplun):
* status: assigned => infoneeded
Comment:
* What version of Invenio do you refer to? (since bibsched is being highly
modified). Do you refer to latest master?
* I think what you report as bug is instead a feature. tie_task_to_host
will explicitly check that the given task hasn't already been tied to a
host, and is hence be free to be scheduled on the current host. Otherwise
if ''host'' variable was set already to a given value, this means that the
task has already been tied, and we should hence avoid executing it twice.
(either on the current host, if ''host'' has the value of the current
host, or on a different host).
Why do you think the comman is never run?
--
Ticket URL: <http://invenio-software.org/ticket/991#comment:5>
Invenio <http://invenio-software.org>