1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Separate real bugs from TODO into KNOWN_BUGS

Also mention that TODO and KNOWN_BUGS are included in the docs for the Debian package
This commit is contained in:
Axel Beckert 2010-05-30 19:34:45 +02:00
parent 3a4fda345b
commit 898abeb964
4 changed files with 20 additions and 13 deletions

13
KNOWN_BUGS Normal file
View File

@ -0,0 +1,13 @@
KNOWN BUGS in xen-tools
Bugs to fix before a 4.2 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

16
TODO
View File

@ -1,8 +1,10 @@
TODO
====
Bugs to fix and Features to add before a 4.2 release
----------------------------------------------------
See KNOWN_BUGS for real bugs.
Minor bugs to fix and features to add before a 4.2 release
----------------------------------------------------------
* xen-create-image man page overhaul:
@ -22,22 +24,12 @@ Bugs to fix and Features to add before a 4.2 release
in the domU, it's key fingerprint should be echo'd in a way that
can easily be grep'ed into other scripts.
* Test and support more file system types.
Actually this should be pretty simple now that the parameters are
stored in the configuration hash. The only issue is that trailing
whitespace is missing from the "make_fs_foo" option.
* 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
* xen-create-image should check all integer options on non-digits.
* Test suite should pass

1
debian/changelog vendored
View File

@ -41,6 +41,7 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
- Checks for debootstrap and cdebootstrap, uses debootstrap if both
are installed (Changed "Depends: debootstrap" to "Depends:
debootstrap | cdebootstrap" in debian/control)
- Added new files TODO and KNOWN_BUGS to debian/docs.
* Removal of /etc/bash_completion.d/xm from the package since
bash-completion ships a more elaborate version of that file. (Closes:
#566683, #550590, LP: #538917, #484098)

3
debian/docs vendored
View File

@ -2,4 +2,5 @@ AUTHORS
README
SUPPORT
BUGS
TODO
TODO
KNOWN_BUGS