Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
small rework of changelog
  • Loading branch information
timf committed Jun 23, 2011
1 parent 100f503 commit 608ce24
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docs/src/changelog.html
Expand Up @@ -22,17 +22,24 @@ <h2>Changelog</h2>
<ul>
<li>
<p>
This release contains many important bug fixes as well as a few new features.
This release contains many important bug fixes as well as some new features.
</p>
</li>
<li>
<p>
Image propagation performance enhancing features have been introduced in.
Propagation by means of a file system copy has been introduced. This
can greatly decrease the boot time of VMs on systems where a fast shared
file system is used. We have also added support for a VM image cache on
all VMMs. This greatly increases the performance for clouds with a
base image that is booted often (a common use case).
Propagation by means of a file system copy: this can greatly decrease the boot time of VMs on systems where a fast shared file system exists.
</p>
</li>
<li>
<p>
VM image caching: this will greatly increase the boot performance for clouds with a base image that is launched often (a common use case). This works with any propagation method.
</p>
</li>
<li>
<p>
libvirt template support added. A cloud administrator can
now completely control the options sent to libvirt when starting
a virtual machine by editing the template file
</p>
</li>
</ul>
Expand Down Expand Up @@ -165,7 +172,8 @@ <h2>Changelog</h2>
A cache of propagated images can now be kept on each VMM. Before
an image is propagated the cache is checked for an image with a
matching checksum. If found that image is used and no propagation
is needed which can save a significant amount of time.
is needed which can save a significant amount of time. This will
work with any propagation mechanism.
</p>
</li>
<li>
Expand Down

0 comments on commit 608ce24

Please sign in to comment.