- 22 Nov, 2010 1 commit
-
-
Kevin Atkinson authored
This including redirecting Frisbee output to a logfile.
-
- 18 Nov, 2010 1 commit
-
-
Kevin Atkinson authored
This includes create a large local filesystem (using mkextrafs) if the target directory starts with "/local". These changes where suppose to go in with my initial commit, but I forgot to push from my test node to my devel tree before rebasing and hanse they didn't make it in.
-
- 16 Nov, 2010 1 commit
-
-
Kevin Atkinson authored
"tb-set-tarfiles" is like "tb-set-node-tarfiles" except that it distributes the tarfile to all nodes rather than just one and that it uses frisbee to distribute the file. These changes involved 1) refactoring frisbee info from images table into a new table, frisbee_blobs, 2) a new experiment_blobs table, and 3) a new tmcd command so the node knows how to get the files from the server. The changes where designed to be general purpose enough to eventually support: 1) Distributing arbitrary files (not just tarfiles) to nodes 2) Perform arbitrary actions on those files 3) Use arbitrary methods to get the files As such the tmcd line is as follows: URL=* ACTION=* where URL is currently: frisbee.mcast://<ADDR>/<FILE> for example frisbee.mcast://234.16.184.192:18092/users/kevina/home-dir.tar.gz and when we get around to using a master Frisbee server it could be frisbee://* or it could be a file://, http://, etc. and ACTION is currently: unpack:<LOCA...
-
- 23 Feb, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 10 Sep, 2008 1 commit
-
-
David Johnson authored
another bit (/etc/emulab/isremded) that controls whether remote nodes are fully reserved to a single experiment (should behave just like local nodes, except they talk to Emulab like remote nodes). Corresponding changes in the rc scripts...
-
- 15 Jun, 2005 1 commit
-
-
Mike Hibler authored
-
- 17 Feb, 2004 1 commit
-
-
Leigh B. Stoller authored
this was to add soft reconfig support so that nodes could be reconfigured without having to reboot them. This appears to work, and has been tested with jails getting moved around. I've also tested the new code on the MFS, but still no testing has been done on PLAB nodes. The main change is that most of the code moved out of libsetup.pm, and was split into constituent rc scripts, each of which does its own thing, including cleaning up and preparing for making an image. Most of that central knowledge has been moved out into the scripts. Still more to do but this was a good start.
-