- 04 Mar, 2011 1 commit
-
-
Jonathon Duerig authored
-
- 02 Mar, 2011 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
of the aggregate_history table.
-
- 01 Mar, 2011 4 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 25 Feb, 2011 2 commits
-
-
Mike Hibler authored
We were not processing the timeout queue because we got stuck forever in the loop that processed events. Now before looping back to sysread, make sure there is something to read so we don't block. When we startup or re-read the DB state, ignore really old state timeout values; e.g., for nodes that have been dead for ages but happen to be in a state such as SHUTDOWN that has a timeout. In the main loop, handle any re-read of the DB state before testing the queue length to see if we can do a blocking poll. Re-reading the state may add timeouts to the queue.
-
Leigh B Stoller authored
-
- 24 Feb, 2011 3 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
spit to the new file. Turned out to be trickier than I thought it would be.
-
Leigh B Stoller authored
-
- 23 Feb, 2011 7 commits
-
-
Leigh B Stoller authored
useful when a tag reservation fails.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
properly. Now able to allocate and redeem tickets at PLC via cooked mode.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
lanid or a vname.
-
Leigh B Stoller authored
-
- 22 Feb, 2011 6 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 18 Feb, 2011 12 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
encapsulated link; the vinterfaces were not getting updated properly. I am not happy with the change mentioned above, but I needed it to make vlan tag pre-reservations work; the encapsulation vlan has a generated name, and that is hard to match up with the tag that is reserved before the experiment is created, as from the protogeni interface when stitching. I plan to come back and redo this after the GEC.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
(something I just managed to remember) is that if you call the shell without STDERR=2, then the shell has no place to send STDERR. The only way to get this correct is to use POSIX::dup2 instead of the standard perl open function. Well, I bet there is a way (or 10 ways) to do this, but this is one that stumbled onto. libaudit does a lot of descriptor messing around. BTW; this is also why we sometimes lose STDERR from the XMLRPC server.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
This reverts commit c9d86132.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
Til we resolve local multicast issues. This should be a sitevar, but don't have time to do all the plumbing, update scripts, etc. right now. Also not sure if the libosload_new code is right, should the variable I introduced by global like MAXRETRIES is?
-
Mike Hibler authored
-
- 17 Feb, 2011 3 commits
-
-
Robert Ricci authored
... to make it easier to see which nodes are available for pre-reserving to a project. Incedentally, 'avail' has the worst argument processing ever.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
GeniCMV2::CreateSliver now forks a child to to the startsliver.
-