[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Having ClassAd functions show up fully evaluated in the -long output?



I'm using ifThenElse to make some fancy settings on my startd nodes that
dual boot Windows and Linux. Essentially this:

AlteraOperatingSystem = ifThenElse (OpSys == "LINUX", "RHEL4", "WINXP")

Works great if you do:

condor_status -f "%s\n" AlteraOperatingSystem

I see RHEL4 or WINXP depending on which OS the machine is booted into.
But if I do a -long I see an unevaluated ifThenElse() line for
AlteraOperatingSystem. I can why it'd be handy to see the unevaluated
attribute. But is it possible to get the -long output to show the fully
evaluated functions? If not: feature request? :)

- Ian


Confidentiality Notice.  This message may contain information that is confidential or otherwise protected from disclosure.
If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution, 
or copying of this message, or any attachments, is strictly prohibited.  If you have received this message in error, 
please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.