- 25 Jul, 2014 4 commits
-
-
Leigh B Stoller authored
Useful for debugging.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 23 Jul, 2014 1 commit
-
-
Mike Hibler authored
Pain, oh the pain...
-
- 22 Jul, 2014 5 commits
-
-
Leigh B Stoller authored
the UUID of the image gets you the most recent released version, but you can use the UUID of a specific version.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
the UUID of the image gets you the most recent released version, but you can use the UUID of a specific version.
-
- 18 Jul, 2014 7 commits
-
-
Mike Hibler authored
Conflicts: tbsetup/ptopgen.in
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
It appears that this was intentional and meant to denote a case where the disk was not loaded. In Kevin's original code he set the imageid to zero in this case. So we do the same (along with version=0).
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
We'll get this sorted out yet...
-
- 17 Jul, 2014 5 commits
-
-
Leigh B Stoller authored
parent image when provenance is on.
-
Kirk Webb authored
Previously ptopgen was ignoring permissions granted to individual users for OS access. This commit also updates subos enumeration (previously ptopgen was not looking at the permissions table at all for suboses).
-
Mike Hibler authored
-
Mike Hibler authored
From the comment: * "BOOTPART=" confuses the old rc.frisbee argument parsing * which looks for "PART=" with the RE ".*PART=" which will * match BOOTPART= instead. Thus an old script loading a * whole disk image (PART=0) winds up trying to load it in * partition 2 (BOOTPART=2). So we can pick one of two * versions, the one in effect when rc.frisbee changed its * argument parsing (v30, circa 6/28/2010) or the version * in effect when BOOTPART was added (v36, circa 6/13/2013). * We choose the latter.
-
Mike Hibler authored
Uses the new-ish imagezip -P option. But first we had to get that option to imagezip. So the key-value interface between server and client now has an IZOPTS key where you can pass options to imagezip (This is now used to pass the -N that we have always specified as well). Also changed imagezip to print out a less ambiguous message when the option is in use, if will clearly say that it is full or delta. This matters because we have to parse the imagezip output on the server to figure out what kind of image it is!
-
- 16 Jul, 2014 9 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
All in the name of backward compat...
-
Mike Hibler authored
Otherwise we might run slicefix after a base image and before a delta which could cause a train wreck in the FS if slicefix changes allocate or deallocate blocks. Also, grudgingly update some of the shell syntax to use constructs introduced in the early 1990s. Sigh...this script will no longer run on a PDP-11.
-
Leigh B Stoller authored
-
Kirk Webb authored
-
Kirk Webb authored
This check-in hits the web interface side of the node restrictions. Users may not access the console or see the root password for nodes in a restricted state (e.g. "blackbox" or "useronly").
-
Mike Hibler authored
-
Mike Hibler authored
-
- 15 Jul, 2014 7 commits
-
-
Mike Hibler authored
-
Kirk Webb authored
-
Kirk Webb authored
A bit overdue, but here they are. * Disallow image creation for any taint state on node/image * Disallow console access for "blackbox" and "useronly" states * Disallow node_admin for "blackbox" and "useronly" states TB Admins are exempt from these restrictions.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 14 Jul, 2014 2 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
-