- 27 Nov, 2012 6 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
so that we can do post-mortem debugging. I'm adding this so I can track down the current snmpit failures, but might useful later too. Sadly, mysql dump files have no table metadata so once the schema changes, these files will become less useful if we ever want to load them into a running DB. It would be nie to dump them in a format that allows this, but will be a bunch more work.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
containers.
-
Leigh B Stoller authored
-
- 26 Nov, 2012 6 commits
-
-
Kirk Webb authored
-
Kirk Webb authored
This is a hack. The "blockstore" procedure is just returning a node object, which causes skew in the resulting topology vs. what is generated by the implicitly created node objects in the real testbed parser. Harmless, but not a good validity test. Need to revisit.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
for mere users.
-
- 21 Nov, 2012 3 commits
-
-
Gary Wong authored
This makes it convenient to request public addresses for virtual nodes through the NS interface, like this: tb-set-node-routable-ip $node 1
-
Mike Hibler authored
-
Mike Hibler authored
-
- 19 Nov, 2012 7 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Previously, if the drift file didn't exist at boot time, drift was not tracked. Now we check at each report time instead, since ntpd can create the file and that might not happen for a hour or more after boot.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 18 Nov, 2012 1 commit
-
-
Mike Hibler authored
-
- 17 Nov, 2012 1 commit
-
-
Mike Hibler authored
Replace an exec of the perl os_select script with a call to the OSSelect() node method. This cut in half the time spent in the DB setup for each node. Note that this change had already been made to libosload_new. Reworked the code that setup the partitions table entries. We were potentially updating each DB row for each image loaded. Now we just work out all the changes in a perl data struct and make one set of DB changes at the end. The code is more comprehensible now as well (I hope!) Finally, disable the "swapinfo" stuff which was the first step in doing stateful swapout of disk state. That code never got finished.
-
- 16 Nov, 2012 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Previously if you reverted an image to an older version, the check would not detect it and we would not update cached copies. Also, improve a couple of info messages.
-
- 15 Nov, 2012 5 commits
-
-
Jonathon Duerig authored
-
Leigh B Stoller authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Add node attribute setting memory size to 768MB.
-
- 14 Nov, 2012 8 commits
-
-
Mike Hibler authored
That sort order is: reservations that need nodes, priority, creation date. It used to be: priority, pid. The new order makes the most sense for reservations that still need nodes, so you can see easily where they are going to land first.
-
Mike Hibler authored
-
Kirk Webb authored
Also fix typo in BlockstoreType.pm
-
Mike Hibler authored
For every tarball and rpm, tmcd will now pass a SERVER= string as well telling the client where the file should be downloaded from (if using the web rather than NFS). Right now this value is the same for all tarballs and rpms, and is hardwired in tmcd as either "www" (if SPEWFROMOPS=0) or "users" (if 1). Note: BUMPED THE TMCC VERSION NUMBER for this. Made a common routine for doing an error-check-and-retry copy of a file across "racy" NFS. This is used by install-{tarfile,rpm} and rc.topomap.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Clean up the web page a bit, and add a checkbox to retain the image file in case the user wants to keep it around, but delete the descriptor (perhaps to recreate it).
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-