From 94408fb242d914c34c1648a411b3e4a10845311a Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 16 Nov 2011 00:34:13 +0100 Subject: [PATCH 1/3] Some KNOWN_BUGS about --extension --- KNOWN_BUGS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KNOWN_BUGS b/KNOWN_BUGS index 449220f..d723c1a 100644 --- a/KNOWN_BUGS +++ b/KNOWN_BUGS @@ -28,3 +28,7 @@ Bugs to fix before a 4.3 release Fix would be to reproduce what mount does with mount -a. * xen-create-image doesn't unmount the tempdir properly if /proc wasn't mounted inside + +* xen-list-images does not honour --extension + +* --extension='' (i.e. empty string) no more works From 489c4eb3ad352a067776c12016134c1f0c9f3775 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 16 Nov 2011 00:35:15 +0100 Subject: [PATCH 2/3] Axel's Break-Backwards-Compatibility Wishlist: Make empty extension the default --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 5df0d9b..9db1175 100644 --- a/TODO +++ b/TODO @@ -165,3 +165,11 @@ Stuff from Steve's TODO list / Generic TODOs * Write more test cases. * xen-delete-image should unallocate any used IP addresses. + +Axel's Break-Backwards-Compatibility Wishlist +--------------------------------------------- + +* Make empty extension the default + + This would ease tab completion and CLI parameter reusage with "xm + create" and friends. From cabd776c9731538857f56fd321b63c0f0009d095 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 16 Nov 2011 00:35:42 +0100 Subject: [PATCH 3/3] Make Code Deduplication a release goal for 5.0 --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 9db1175..136490e 100644 --- a/TODO +++ b/TODO @@ -157,6 +157,11 @@ Bugs to fix and features to add for 5.0 * Support cpu_weight and other features from http://wiki.xensource.com/xenwiki/CreditScheduler +* Code Deduplication + + bin/x* currently contain the same or similar code like e.g. in the + function readConfigurationFile. This needs to be cleaned up + * Use Perl::Critic Stuff from Steve's TODO list / Generic TODOs