root/doc/0.5.2-release-notes.txt

Revision 1596:bbcc55c1fd51, 2.5 kB (checked in by klai@…, 7 months ago)

Release notes

Line 
1Introduction ==================================================================
2
3These are the release notes for version 0.5.2 of Tycoon. This version
4consists of the work of several developers over sixteen months and
5over 700 revisions. Contributors include Savio Fernandes, Roman
6Kurakin, Kevin Lai, and Thomas E. Sandholm.
7
8The changes in this version are focused on improving the scalability
9and stability of the system while upgrading to new version of various
10components like Xen 3.0. The key new features:
11
121) Support for Xen 3.0. This version is significantly more robust and
13efficient than previous versions.
14
152) New bank and bank protocol. There is a new bank implementation and
16associated bank protocol that closes several security holes and scales
17to more uses. The bank server itself is not part of this release and
18will be released within a few weeks.
19
203) The ability to request file system image from a remote URL. Users
21can ask the auctioneer to use a file system image downloaded from a
22url to create user accounts.
23
244) Support for creating accounts with multiple CPUs.
25
26The current plan in 2008 largely depends on what the user community is
27interested in. The tentative roadmap http://tycoon.hpl.hp.com/roadmap
28includes work on improved testing, documentation, and ease-of-use.
29
30Upgrading =====================================================================
31
32Be sure to backup important data from inside your host accounts before
33doing any upgrades. This version is mostly command line compatible
34with earlier versions, but not protocol compatible. As a result, you
35should upgrade your clients and resource providers at the same time.
36
37Version 0.5.2 is in the Tycoon yum repository, so upgrade by doing
38
39$ yum -y update
40$ service tycoon_aucd restart
41
42We have made every effort to automatically upgrade existing host
43accounts. However, there may be situations where the new Auctioneer
44fails at this. The least intrusive solution is to use "tycoon host
45delete_account" to delete the problematic account and then "tycoon
46host create_account" to re-create it. If that doesn't work, you may
47have to stop the Auctioneer, "rm -fr /home/{username}", restart the
48Auctioneer, and have users recreate their host accounts.
49
50Remaining Issues ==============================================================
51
521) As mentioned earlier, this version is not network protocol
53   compatible with earlier versions, so you should try to upgrade
54   both your clients and resource providers at the same time.
55
56Local Variables:
57mode:text
58End:
Note: See TracBrowser for help on using the browser.