898abeb by Axel Beckert at 2010-05-30 1
KNOWN BUGS in xen-tools
2
0a7f7e3 by Stéphane Jourdois at 2010-10-30 3
Bugs to fix before a 4.3 release
898abeb by Axel Beckert at 2010-05-30 4
--------------------------------
5
6
* xen-delete-image doesn't remove all logical volumes if --partitions is used.
7
8
   See the link below for details how to reproduce. Reproducable at
9
   least with --lvm. Thanks to Antoine Benkemoun for reporting.
10
11
   http://xen-tools.org/pipermail/xen-tools-discuss/2010-May/000757.html
12
13
* xen-delete-image ignores extension setting
a79d89a by Stéphane Jourdois at 2010-10-30 14
15
* partitions were mounted in config file order, not in mountpoint order.
16
  That implies that if you specified :
17
	/boot
18
	/
19
  in that order, / was mounted _over_ /boot, and you would not _see_ /boot.
20
  Xen-Tools would then install boot on your / partition, and your boot device
21
  was just empty and unbootable.
22
23
  Workaround for 4.2 is to write your partition file such as mounts overlap
24
  correctly when mounted in specified order.
25
26
  Current (unreleased) fix is to sort by mountpoint length.
27
28
  Fix would be to reproduce what mount does with mount -a.
1d81bd1 by Axel Beckert at 2011-09-13 29
9921c9a by Axel Beckert at 2011-09-13 30
* xen-create-image doesn't unmount the tempdir properly if /proc wasn't mounted inside