- 11 Jul, 2014 1 commit
-
-
Leigh B Stoller authored
-
- 10 Jul, 2014 10 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 09 Jul, 2014 15 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
php to the backend newimageid script so that the web interface does not have to worry about provenance issues. Cleaner too. Also some cleanups to log image spew.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
global system images right now, exposing release and rollback to users to going to take some thinking, since it will confuse people.
-
Mike Hibler authored
-
Mike Hibler authored
Don't need lots of write buffers because we are saving to a fast MFS. Don't need lots of chunk buffers because signature files are small.
-
Mike Hibler authored
-
Mike Hibler authored
Allow specifying zero to mean no limit. Make sure we never allocate more chunkbufs than we need.
-
Mike Hibler authored
-
Mike Hibler authored
Implement idle ("lack of progress") timeout on the server. Timeout work on the client-side too. Implement idle timeouts (not for SSL connections yet), fixup handling of over-all timeout. In particular, if we are reading from a pipe ('-') don't start timeout til we get some input from the pipe. Add option to put out progress dots on the client (cuz we are all about dots in imagezip/frisbee).
-
Dan Reading authored
-
Dan Reading authored
-
Dan Reading authored
Fixed the message(s) of: You cannot augment 'TestBed::TestSuite::Experiment=HASH(0x187f420)' because it has no super method at /usr/local/lib/perl/5.14.2/Mouse/Meta/Class.pm line 429.
-
Dan Reading authored
fix bit-rot to match current perl 5.14.2 and current cpan respository. Need to pull in more modules for xml-rpc ssl support.
-
- 08 Jul, 2014 5 commits
-
-
Mike Hibler authored
We were not logging the upload daemon. We were not rolling the log for the master server.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 03 Jul, 2014 5 commits
-
-
Mike Hibler authored
This is the replacement for create-image. Rather than puzzle out how to maintain backward-compat syntax while allowing all the new features in create-image, I just made a new script. When we don't care about backward compat anymore, we can just rename the script. Anyway, this script takes a lot more parameters (see the comment at the top) allow creation of full or delta images and uploading via NFS or frisbee. Since delta images require a signature file, there is new code to handle downloading (and uploading) these files. And since their size is measured in 10s of MB, possibly too big for the default MFS, there is code to create a temporary new MFS to hold them. Currently that MFS is 64MB which is big enough for our current generation of images (16GB FS) and will work on the pc600/pc850s. Still need to redo the boss-side of image creation (create_image, not to be confused with create-image...yeah, I know).
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 02 Jul, 2014 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
- 01 Jul, 2014 1 commit
-
-
Leigh B Stoller authored
-