Author Topic: Worker properties  (Read 2754 times)

uppi

  • Full Member
  • ***
  • Posts: 10
Worker properties
« on: December 28, 2011, 05:28:51 AM »
Hi ,

Qube worker properties requirement  i add below mentioned syntax

host.nuke6=1
and i want ad more requirement so how can ? .  =1 means only one system ??

uppi

 

BrianK

  • Hero Member
  • *****
  • Posts: 107
Re: Worker properties
« Reply #1 on: December 28, 2011, 06:08:06 PM »
I assume you mean worker_resources, not properties, requirements, or restrictions.  I also assume you're talking about worker configuration not job submission.

In that case, a resource defined on a worker means that this worker contains a certain number/amount of the given resource.  In the example:

host.nuke6=1

(if put into the worker's local qb.conf or the supervisor's central qbwrk.conf for a worker), this means that the worker has 1 "nuke6" resource, which would imply that you're limiting the worker to run only one instance of nuke6 at a time (which also assumes that you submit the job with the proper reservation).


This is not the typical way of controlling how jobs are distributed around your farm.  What is it that you are trying to do - maybe I can offer a better suggestion.