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

Re: [Testbed-admins] open_showexplist



Leigh Stoller wrote:
My whole objective is to allow some, possibly even all, of my users
the ability to see who's currently hogging all the machines in our
oversubscribed testbed so that they can use physical violence or
other means not of any concern to me to free up machines for their
own experiments.

Well, "all" is easy as you mention. But I do not recommend it.
How about this. Change the test to:

if ($isadmin || STUDLY() || $openlist_member) {

and then set the "studly" bit on those users via the web interface (on the
user's profile page, there is a toggle).

STUDLY() turns on some other stuff in the web interface, but I don't
think it will matter too much. Nothing that matters since its intended
for people who are trusted to behave.

Lbs


Something's not right. According to the web interface, I'm now studly, but I'm still getting the "There are no experiments running in any of the projects you are a member of" message. It looks like I fail the studly test :-( or even while studly I'm getting no rows returned.

- dave