- 03 Jun, 2003 3 commits
-
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
- 02 Jun, 2003 4 commits
-
-
Leigh B. Stoller authored
-
Mike Hibler authored
-
Mike Hibler authored
Only lookup the Bossnode name once
-
Leigh B. Stoller authored
-
- 31 May, 2003 2 commits
-
-
Mac Newbold authored
swap request idle message.
-
Mac Newbold authored
-
- 30 May, 2003 9 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Add -u option to specify the user. Do the uid flip here instead of in the perl wrapper, but only if root of course. Otherwise runs as the user that invoked the program-agent. Add mandatory -e option to speicfy the pid/eid to use in event tuple instead of the ipaddr, since in jails without their own IP address, using the ipaddr is broken (all jails see all program events). Add mandatory -a option to specify a list of object names, so that the agent will get just the events it should. There is a corresponding new tmcc command that specifies the list of program objects for the node (or vnode).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Add -l option to specify the logfile. Add code to write pidfile, and add -i option to specify pidfile name. Useful with jails where there is a delay agent per jail, and thus a logfile and pidfile per jail.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
added on nodes that have a non-zero virtnode capacity.
-
Leigh B. Stoller authored
Switched to perl style regex while I was at it.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
jail, to be added as an alias on the control network interface on the phys node. There is no need for this to be in another table at this point. Eventually, vnodes will be dynamic anyway, and a number of things will change, including this.
-
- 29 May, 2003 9 commits
-
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
1. Send mail to the swapper, and cc the creator if it's different. 2. Add idleswapping and autoswapping. Going to add warning about pending autoswap tomorrow.
-
Mac Newbold authored
-
Robert Ricci authored
last assign commit. NOTE: This will require a 'gmake clean' in the assign directory!
-
Mac Newbold authored
name, your idleswap time, and your unswappable/noidleswap reasons if applicable. Also, make toggle send mail if people try to go unswappable or turn off their idleswap bit.
-
Leigh B. Stoller authored
-
- 28 May, 2003 7 commits
-
-
Mac Newbold authored
modify, etc). Notify the user on the web page just before they hit confirm if we'll be updating it, as an FYI. (Only tell them if it matters, ie if the idleswap bit is set.)
-
Robert Ricci authored
specification of how much bandwidth can be used on the node for trivial links. Clearly, there will be some limit to loopback transfers, and this makes assign aware of it. While I was in there, cleaned up and commented some of the code I was working on. Also fixed a bug with the type pre-check and emulated links that are trivial_ok - we can't add these into the total for a vnode, because they could end up being satisified with trivial links.
-
Leigh B. Stoller authored
will be the case for a trivial link with no underlying physical iface.
-
Mac Newbold authored
but does make mail headers for devel trees much more descriptive.
-
Mac Newbold authored
idlemail <pid> <eid> instead, with the optional -f force, to be able to send a swap request even when the expt isn't idle (or is idle ignored, or it hasn't been long enough since the last one, etc.)
-
Mac Newbold authored
-
Leigh B. Stoller authored
instead (so the exit status could be checked in the if condition!).
-
- 27 May, 2003 5 commits
-
-
Leigh B. Stoller authored
from the command line.
-
Leigh B. Stoller authored
are packed 1) Add trivial_ok flag to virt_lans table. Global to the lan or link, allow nodes in the lan or link to be colocated on the same phys node. Perhaps make it per-node at some point. 2) Add multiplex_factor to the experiments table to allow user to override the multiplex_factor that is contained in the node_types table. Make per type at some point.
-
Mac Newbold authored
them. Make user profile toggle for admin mode use toggle.php too.) Fix Eric's nit about showing no estimate before we have one to offer.
-
Mac Newbold authored
-
Mac Newbold authored
noswap_reason tinytext - The reason they're unswappable idleswap tinyint(4) NOT NULL default '0' - The idleswap bit (for auto. idleswap) idleswap_timeout int(4) NOT NULL default '0' - The timeout for idleswap (in minutes) noidleswap_reason tinytext - The reason they're non-idleswap autoswap tinyint(4) NOT NULL default '0' - The autoswap bit autoswap_timeout int(4) NOT NULL default '0' - The timeout for autoswap (in minutes) The new form for expt create should fill these in, and swapin will update the idleswap timeout if idleswap is set. Idlemail will read these and do the deed as needed. They'll also get shown on the new expt display page. As soon as we move to the new form, we can nuke priority.
-
- 26 May, 2003 1 commit
-
-
Mac Newbold authored
-