Make a new 0.4 release for debian-etch-debootstrap
[ext/instance-debootstrap.git] / NEWS
1 Version 0.4
2 -----------
3
4 This version fixes the problem of interface renaming at instance import
5 time, by removing the saved udev hotplug rules (if any).
6
7 Version 0.3
8 -----------
9
10 The OS will cache the image of the first instance it installs using the
11 name "cache-$arch.tar" (where $arch is what dpkg --print-architecture
12 returns) on a node-by-node basis. This cache will be then used on the
13 future installs, speeding them greatly (even with a fast mirror). Feel
14 free to remove the cache at any time, or to copy it to all nodes. The
15 cache will be kept for two weeks, after which the first install will
16 recreate the cache (in order not to use old packages). If you don't care
17 about package age, remove the user write permission (chmod u-w) from the
18 cache and ganeti will continue to use the same file without refreshing
19 it.
20
21 If you don't have enough space and don't want cache creation, just touch
22 the file 'no_cache' - this will prevent the creation, but the script
23 will continue to use a cache if it exists (but it will remove an
24 existing one after two weeks).
25
26 Also note that if the image file is there, the script does not need
27 network access at all.