[torquedev] what happened to static resources in MOM?
Garrick Staples
garrick at clusterresources.com
Thu Sep 28 16:45:46 MDT 2006
Something drasticly changed to the static resources in pbs_mom that
doesn't match the manpage anymore.
According to the manpage (and I remember this working at some point),
you could add something like this to config:
foo bar
escape !echo %xxx %yyy
And you would get new resources called "foo" and "escape" that would
show up in the status and could be requested directly:
status = ...,foo=bar,escape=echo %xxx %yyy
$ momctl -q foo -q escape[xxx=hi][yyy=there] -h node01
bar
hi there
But now both static configs show up in the status as a gres:
status = ...,gres=foo:bar+escape:%x %y,...
More information about the torquedev
mailing list