1
0
mirror of synced 2026-01-18 08:52:38 +00:00
xen-tools.xen-tools/KNOWN_BUGS
Stéphane Jourdois a79d89ad33 Mount partitions by "shortest mountpoint" order.
Partitions were mounted in config file order, so you could not see
all mounted partitions.

This (at least temporarily) fixes it.
2010-10-30 17:50:17 +02:00

29 lines
977 B
Plaintext

KNOWN BUGS in xen-tools
Bugs to fix before a 4.3 release
--------------------------------
* xen-delete-image doesn't remove all logical volumes if --partitions is used.
See the link below for details how to reproduce. Reproducable at
least with --lvm. Thanks to Antoine Benkemoun for reporting.
http://xen-tools.org/pipermail/xen-tools-discuss/2010-May/000757.html
* xen-delete-image ignores extension setting
* partitions were mounted in config file order, not in mountpoint order.
That implies that if you specified :
/boot
/
in that order, / was mounted _over_ /boot, and you would not _see_ /boot.
Xen-Tools would then install boot on your / partition, and your boot device
was just empty and unbootable.
Workaround for 4.2 is to write your partition file such as mounts overlap
correctly when mounted in specified order.
Current (unreleased) fix is to sort by mountpoint length.
Fix would be to reproduce what mount does with mount -a.