- 31 Jul, 2014 6 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
which puts the binaries in /use instead of /usr/local.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Mike Hibler authored
-
Mike Hibler authored
Also, sync up the various versions.
-
- 30 Jul, 2014 5 commits
-
-
Mike Hibler authored
However, if CLIENT_BINDIR is not set, we default it to /usr/local/bin.
-
Mike Hibler authored
Little 'a' only removes mounts listed in /etc/fstab, which is none given the way Emulab does NFS mounts. Big 'A' removes all mounted filesystems of that type.
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
- 29 Jul, 2014 1 commit
-
-
Leigh B Stoller authored
-
- 28 Jul, 2014 16 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
really sure that it is no longer NFS mounted. With image sharing, leaving behind home directories results in homdirs being owned by the wrong user. We could change the boot code to chown the directory, but I think that option is worse.
-
Leigh B Stoller authored
for debugging is really handy. Requires updated version of capture be installed on the XEN host.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
get the URL stuff figured out.
-
Leigh B Stoller authored
snapshot, since until we are running image versions on the AM we use to instantiate, there is reason to create a new version of a profile when we do a disk snapshot.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
that the backend script can performs its checks properly.
-
- 25 Jul, 2014 12 commits
-
-
Mike Hibler authored
Mostly this was adding the necessary versioning code (only slicefix each partition once) but also support sizing the socket buffer now that I finally managed to rebuild the Linux/ulibc version of the frisbee client.
-
Mike Hibler authored
-
Leigh B Stoller authored
override the creation of a delta from the command line.
-
Leigh B Stoller authored
create lvm for each image in the list, adding back pointers in the metadata to the parent so that we can reconstruct the chain later when a container uses an image. When creating the disk, add loop over image deltas after we load the base disk image.
-
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.
-