- 25 Jul, 2014 14 commits
-
-
Leigh B Stoller authored
not support deltas on OPENVZ.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
image deltas. Canonicalize name to remove , and : which are valid in file names but not in LVM name (sheesh), and must be converted to dashes.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
expected.
-
Leigh B Stoller authored
along to the uploader, and DISK argument which is the LVM device name. Add -x option to tell it is called from create-xen-image, and change to use existing scratch filesystem (/capture) for temp files, and to not mess with the DISK option.
-
Leigh B Stoller authored
retains backwards compatibility with old XEN client sides, so that create_image can continue to call create-image, as it will on server sides that have not yet been updated.
-
Leigh B Stoller authored
handle image version/deltas; when new key=value pairs are provided on the command line, call create-versioned-images, but add the DISK key that points to the lvm device. Add install of os/create-image and os/create-version-image to xen-install target.
-
Leigh B Stoller authored
IMAGEPROVENANCE is on, since that means the site has also upgraded their MFSs and XEN client side.
-
Leigh B Stoller authored
-
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 8 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
-